HomeSort by: relevance | last modified time | path
    Searched defs:stringdope (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
strings.c 65 } stringdope[NSPACE]; variable in typeref:struct:strings[]
86 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) {
93 if (sp >= &stringdope[NSPACE])
96 idx = (int)(sp - &stringdope[0]);
135 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) {
153 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++)
strings.c 65 } stringdope[NSPACE]; variable in typeref:struct:strings[]
86 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) {
93 if (sp >= &stringdope[NSPACE])
96 idx = (int)(sp - &stringdope[0]);
135 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) {
153 for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++)

Completed in 28 milliseconds