Lines Matching refs:check
374 #define match_char(state, def, base, next, check, C) \ argument
378 if ((check)[pos] != (state)) { \
410 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match_len() local
421 match_char(state, def, base, next, check, in aa_dfa_match_len()
426 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match_len()
450 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match() local
462 match_char(state, def, base, next, check, in aa_dfa_match()
467 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match()
489 u16 *check = CHECK_TABLE(dfa); in aa_dfa_next() local
495 match_char(state, def, base, next, check, equiv[(u8) c]); in aa_dfa_next()
497 match_char(state, def, base, next, check, (u8) c); in aa_dfa_next()
521 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match_until() local
535 if (check[pos] == state) in aa_dfa_match_until()
546 if (check[pos] == state) in aa_dfa_match_until()
582 u16 *check = CHECK_TABLE(dfa); in aa_dfa_matchn_until() local
597 if (check[pos] == state) in aa_dfa_matchn_until()
608 if (check[pos] == state) in aa_dfa_matchn_until()
658 u16 *check = CHECK_TABLE(dfa); in leftmatch_fb() local
680 if (check[pos] == state) in leftmatch_fb()
699 if (check[pos] == state) in leftmatch_fb()