Lines Matching refs:next
370 #define match_char(state, def, base, next, check, C) \ argument
380 (state) = (next)[pos]; \
405 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match_len() local
417 match_char(state, def, base, next, check, in aa_dfa_match_len()
422 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match_len()
445 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match() local
458 match_char(state, def, base, next, check, in aa_dfa_match()
463 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match()
484 u16 *next = NEXT_TABLE(dfa); in aa_dfa_next() local
491 match_char(state, def, base, next, check, equiv[(u8) c]); in aa_dfa_next()
493 match_char(state, def, base, next, check, (u8) c); in aa_dfa_next()
516 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match_until() local
532 state = next[pos]; in aa_dfa_match_until()
543 state = next[pos]; in aa_dfa_match_until()
577 u16 *next = NEXT_TABLE(dfa); in aa_dfa_matchn_until() local
594 state = next[pos]; in aa_dfa_matchn_until()
605 state = next[pos]; in aa_dfa_matchn_until()
653 u16 *next = NEXT_TABLE(dfa); in leftmatch_fb() local
677 state = next[pos]; in leftmatch_fb()
696 state = next[pos]; in leftmatch_fb()