Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dreadline.c703 char *nwhat; in getfrom() local
704 nwhat = el_realloc(what, (size <<= 1) * sizeof(*nwhat)); in getfrom()
705 if (nwhat == NULL) { in getfrom()
712 what = nwhat; in getfrom()