Searched refs:nstrings (Results 1 – 3 of 3) 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()
722 int nstrings, len; in smbios_type4_initializer() local728 nstrings = 0; in smbios_type4_initializer()731 nstrings++; in smbios_type4_initializer()737 type4->socket = nstrings + 1; in smbios_type4_initializer()