Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/mail/
H A Dstrings.c51 struct strings stringdope[NSPACE]; variable
72 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) { in salloc()
79 if (sp >= &stringdope[NSPACE]) in salloc()
82 index = sp - &stringdope[0]; in salloc()
108 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) { in sreset()
126 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) in spreserve()
H A Dglob.h100 } stringdope[NSPACE]; variable