Home | History | Annotate | Download | only in pending

Lines Matching refs:LIT_STATES

1036 #define LIT_STATES 7
1052 *state = *state < LIT_STATES ? STATE_LIT_MATCH : STATE_NONLIT_MATCH;
1058 *state = *state < LIT_STATES ? STATE_LIT_LONGREP : STATE_NONLIT_REP;
1064 *state = *state < LIT_STATES ? STATE_LIT_SHORTREP : STATE_NONLIT_REP;
1070 return state < LIT_STATES;