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

/freebsd-9.3-release/lib/libedit/
H A Dreadline.c823 char *nwith; local
825 nwith = realloc(with, size);
826 if (nwith == NULL) {
831 with = nwith;

Completed in 67 milliseconds