Home
last modified time | relevance | path

Searched refs:nwith (Results 1 – 1 of 1) sorted by relevance

/external/libedit/src/
Dreadline.c841 char *nwith; in _history_expand_command() local
843 nwith = el_realloc(with, in _history_expand_command()
844 size * sizeof(*nwith)); in _history_expand_command()
845 if (nwith == NULL) { in _history_expand_command()
850 with = nwith; in _history_expand_command()