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

/ast/src/cmd/mailx/
H A Dlist.c88 #define CMNOT 8 /* left shift for :!x */ macro
326 return neg ? (colp->co_bit << CMNOT) : colp->co_bit;
568 (colp->co_bit & (colmod>>CMNOT)) && (mp->m_flag & colp->co_mask) == colp->co_equal)
581 else if (colp->co_bit & (colmod>>CMNOT))

Completed in 11 milliseconds