Lines Matching refs:NX_SKIP
177 #define NX_SKIP MI_MASK(ST_SKIP)
1684 if (bitset(NX_SKIP, next_states[n]))
1715 next_states[ST_CONN] |= NX_SKIP;
1717 next_states[ST_HELO] |= NX_SKIP;
1719 next_states[ST_MAIL] |= NX_SKIP;
1721 next_states[ST_RCPT] |= NX_SKIP;
1723 next_states[ST_HDRS] |= NX_SKIP;
1725 next_states[ST_EOHS] |= NX_SKIP;
1727 next_states[ST_BODY] |= NX_SKIP;
1729 next_states[ST_DATA] |= NX_SKIP;
1731 next_states[ST_UNKN] |= NX_SKIP;