Home
last modified time | relevance | path

Searched refs:stringdope (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()
94 index = sp - &stringdope[0]; in salloc()
166 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) { in sreset()
H A Dinit.c144 struct strings stringdope[NSPACE]; variable
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h124 extern struct strings stringdope[]; /* pointer for the salloc routines */