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

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

Completed in 54 milliseconds