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

/ast/src/cmd/mailx/
H A Dlist.c99 int co_equal; /* ... must equal this */ member in struct:coltab
567 if ((colp->co_bit & colmod) && (mp->m_flag & colp->co_mask) != colp->co_equal ||
568 (colp->co_bit & (colmod>>CMNOT)) && (mp->m_flag & colp->co_mask) == colp->co_equal)

Completed in 11 milliseconds