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

/freebsd-10.1-release/lib/libedit/
H A Dreadline.c780 char *nwhat; local
781 nwhat = realloc(what,
783 if (nwhat == NULL) {
788 what = nwhat;

Completed in 52 milliseconds