Lines Matching refs:next_states
179 static int next_states[] =
198 #define SIZE_NEXT_STATES (sizeof(next_states) / sizeof(next_states[0]))
362 curstate, newstate, next_states[curstate]);
371 next_states[curstate]);
1665 if ((MI_MASK(new) & next_states[s]) != 0)
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;