Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Dwordexp.c140 char **nwv; /* Temporary for realloc() */ in we_askshell() local
235 if ((nwv = reallocarray(we->we_wordv, (we->we_wordc + 1 + in we_askshell()
241 we->we_wordv = nwv; in we_askshell()