Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/gen/
Dwordexp.c71 we->we_wordv = NULL; in wordexp()
195 if ((nwv = realloc(we->we_wordv, (we->we_wordc + 1 + in we_askshell()
202 we->we_wordv = nwv; in we_askshell()
209 if (we->we_wordv[ui] != NULL) in we_askshell()
210 we->we_wordv[ui] += nstrings - we->we_strings; in we_askshell()
232 we->we_wordv[vofs++] = NULL; in we_askshell()
235 we->we_wordv[vofs++] = p; in we_askshell()
241 we->we_wordv[vofs] = NULL; in we_askshell()
340 free(we->we_wordv); in wordfree()
342 we->we_wordv = NULL; in wordfree()
/netbsd/src/include/
Dwordexp.h46 char **we_wordv; /* pointer to list of words */ member
/netbsd/src/usr.bin/mail/
Dfio.c507 if (strlen(we.we_wordv[0]) >= PATHSIZE) in expand()
509 strlcpy(xname, we.we_wordv[0], PATHSIZE); in expand()