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

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

Completed in 30 milliseconds