Home
last modified time | relevance | path

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

/openbsd/lib/libedit/
H A Dreadline.c840 char *nwith; in _history_expand_command() local
842 nwith = realloc(with, size); in _history_expand_command()
843 if (nwith == NULL) { in _history_expand_command()
848 with = nwith; in _history_expand_command()