Home
last modified time | relevance | path

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

/openbsd/usr.bin/mail/
H A Dstrings.c63 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) { in salloc()
70 if (sp >= &stringdope[NSPACE]) in salloc()
100 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) { in sreset()
118 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) in spreserve()
H A Dglob.h90 #define NSPACE 25 /* Total number of string spaces */ macro
95 } stringdope[NSPACE];
H A Dmain.c88 struct strings stringdope[NSPACE];