Home
last modified time | relevance | path

Searched refs:NSPACE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dstralloc.c84 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) { in salloc()
91 if (sp >= &stringdope[NSPACE]) in salloc()
166 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) { in sreset()
H A Dinit.c144 struct strings stringdope[NSPACE];
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h401 #define NSPACE 25 /* Total number of string spaces */ macro