Home
last modified time | relevance | path

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

/mirbsd/src/lib/libedit/
Dreadline.c738 char *nwhat; in _history_expand_command() local
739 nwhat = realloc(what, in _history_expand_command()
741 if (nwhat == NULL) { in _history_expand_command()
745 what = nwhat; in _history_expand_command()