Home
last modified time | relevance | path

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

/external/libedit/src/
Dreadline.c797 char *nwhat; in _history_expand_command() local
798 nwhat = el_realloc(what, in _history_expand_command()
800 sizeof(*nwhat)); in _history_expand_command()
801 if (nwhat == NULL) { in _history_expand_command()
806 what = nwhat; in _history_expand_command()