Searched refs:nstrings (Results 1 – 2 of 2) sorted by relevance
75 int nstrings, i; in bf_command() local100 nstrings = stackPopINT(vm->pStack); in bf_command()101 for (i = 0, len = 0; i < nstrings; i++) in bf_command()106 if (nstrings) in bf_command()107 for (i = 0; i < nstrings; i++) { in bf_command()
137 char *nstrings; /* Temporary for realloc() */ in we_askshell() local242 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) { in we_askshell()248 we->we_wordv[i] += nstrings - we->we_strings; in we_askshell()249 we->we_strings = nstrings; in we_askshell()