Searched refs:we_strings (Results 1 – 4 of 4) sorted by relevance
68 we->we_strings = NULL; in wordexp()246 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) { in we_askshell()252 we->we_wordv[i] += nstrings - we->we_strings; in we_askshell()253 we->we_strings = nstrings; in we_askshell()255 if (we_read_fully(pdes[0], we->we_strings + sofs, nbytes) != nbytes) { in we_askshell()282 p = we->we_strings + sofs; in we_askshell()407 free(we->we_strings); in wordfree()409 we->we_strings = NULL; in wordfree()
46 char *we_strings; /* storage for wordv strings */ member
376 char *we_strings; member
457 char *we_strings; member