Home
last modified time | relevance | path

Searched refs:stringdope (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.bin/mail/
HDstrings.c64 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) { in salloc()
71 if (sp >= &stringdope[NSPACE]) in salloc()
74 index = sp - &stringdope[0]; in salloc()
100 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) { in sreset()
118 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) in spreserve()
HDglob.h103 EXTERN struct strings stringdope[NSPACE]; variable