Searched defs:spamtest (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mailx/
H A Dspam.c102 static const struct lab spamtest[] = variable in typeref:struct:lab
123 * Trap spamtest variable assignment.
141 for (p = spamtest;; p++) {
142 if (p >= &spamtest[elementsof(spamtest)]) {
758 for (p = spamtest; p < &spamtest[elementsof(spamtest)]; p++)
776 if (test & state.var.spamtest)
H A Dmailx.h867 long spamtest; member in struct:__anon136::__anon147

Completed in 140 milliseconds