Lines Matching refs:next
420 #define match_char(state, def, base, next, check, C) \ argument
430 (state) = (next)[pos]; \
455 u32 *next = NEXT_TABLE(dfa); in aa_dfa_match_len() local
467 match_char(state, def, base, next, check, in aa_dfa_match_len()
472 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match_len()
494 u32 *next = NEXT_TABLE(dfa); in aa_dfa_match() local
507 match_char(state, def, base, next, check, in aa_dfa_match()
512 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match()
532 u32 *next = NEXT_TABLE(dfa); in aa_dfa_next() local
539 match_char(state, def, base, next, check, equiv[(u8) c]); in aa_dfa_next()
541 match_char(state, def, base, next, check, (u8) c); in aa_dfa_next()
550 u32 *next = NEXT_TABLE(dfa); in aa_dfa_outofband_transition() local
558 match_char(state, def, base, next, check, -1); in aa_dfa_outofband_transition()
581 u32 *next = NEXT_TABLE(dfa); in aa_dfa_match_until() local
597 state = next[pos]; in aa_dfa_match_until()
608 state = next[pos]; in aa_dfa_match_until()
642 u32 *next = NEXT_TABLE(dfa); in aa_dfa_matchn_until() local
659 state = next[pos]; in aa_dfa_matchn_until()
670 state = next[pos]; in aa_dfa_matchn_until()
719 u32 *next = NEXT_TABLE(dfa); in leftmatch_fb() local
743 state = next[pos]; in leftmatch_fb()
762 state = next[pos]; in leftmatch_fb()