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

/freebsd-13-stable/contrib/libedit/
H A Dreadline.c873 char *nwith; local
875 nwith = el_realloc(with,
876 size * sizeof(*nwith));
877 if (nwith == NULL) {
882 with = nwith;

Completed in 55 milliseconds