Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dreadline.c759 char *nwith; in getto() local
761 nwith = el_realloc(with, size * sizeof(*nwith)); in getto()
762 if (nwith == NULL) in getto()
764 with = nwith; in getto()