Searched refs:nstrings (Results 1 – 3 of 3) sorted by relevance
79 int nstrings, i; in bf_command() local104 nstrings = stackPopINT(vm->pStack); in bf_command()105 for (i = 0, len = 0; i < nstrings; i++) in bf_command()110 if (nstrings) in bf_command()111 for (i = 0; i < nstrings; i++) { in bf_command()
141 char *nstrings; /* Temporary for realloc() */ in we_askshell() local246 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()
643 int nstrings, len; in smbios_type4_initializer() local649 nstrings = 0; in smbios_type4_initializer()652 nstrings++; in smbios_type4_initializer()658 type4->socket = nstrings + 1; in smbios_type4_initializer()