Lines Matching refs:next
375 #define match_char(state, def, base, next, check, C) \ argument
385 (state) = (next)[pos]; \
410 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match_len() local
422 match_char(state, def, base, next, check, in aa_dfa_match_len()
427 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match_len()
450 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match() local
463 match_char(state, def, base, next, check, in aa_dfa_match()
468 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match()
489 u16 *next = NEXT_TABLE(dfa); in aa_dfa_next() local
496 match_char(state, def, base, next, check, equiv[(u8) c]); in aa_dfa_next()
498 match_char(state, def, base, next, check, (u8) c); in aa_dfa_next()
521 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match_until() local
537 state = next[pos]; in aa_dfa_match_until()
548 state = next[pos]; in aa_dfa_match_until()
582 u16 *next = NEXT_TABLE(dfa); in aa_dfa_matchn_until() local
599 state = next[pos]; in aa_dfa_matchn_until()
610 state = next[pos]; in aa_dfa_matchn_until()
658 u16 *next = NEXT_TABLE(dfa); in leftmatch_fb() local
682 state = next[pos]; in leftmatch_fb()
701 state = next[pos]; in leftmatch_fb()