Searched refs:bodymatch (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/mailx/
H A Dfio.c169 if (state.bodymatch && !inhead && mp && !(mp->m_flag & MSCAN) && count >= state.bodymatch->minline && state.bodymatch->beg[cp[0]] && state.bodymatch->mid[cp[state.bodymatch->minline/2]] && state.bodymatch->end[cp[state.bodymatch->minline-1]])
170 for (xp = state.bodymatch->match; xp; xp = xp->next)
H A Dvars.c652 if (!(mp = state.bodymatch)) {
655 state.bodymatch = mp;
H A Dmailx.h661 struct linematch* bodymatch; /* compiled state.var.spambody */ member in struct:__anon136

Completed in 44 milliseconds