Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libedit/
Dreadline.c829 char *nwhat; in _history_expand_command() local
830 nwhat = el_realloc(what, in _history_expand_command()
832 sizeof(*nwhat)); in _history_expand_command()
833 if (nwhat == NULL) { in _history_expand_command()
838 what = nwhat; in _history_expand_command()