Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libedit/
HDreadline.c702 char *nwhat; in getfrom() local
703 nwhat = el_realloc(what, (size <<= 1) * sizeof(*nwhat)); in getfrom()
704 if (nwhat == NULL) { in getfrom()
711 what = nwhat; in getfrom()