Searched refs:NSPACE (Results 1 – 3 of 3) sorted by relevance
86 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) { in salloc()93 if (sp >= &stringdope[NSPACE]) in salloc()168 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) { in sreset()
146 struct strings stringdope[NSPACE];
400 #define NSPACE 25 /* Total number of string spaces */ macro