Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dstrings.c43 struct strings stringdope[NSPACE]; variable
64 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()
H A Dglob.h96 } stringdope[NSPACE]; variable