Lines Matching refs:def
374 #define match_char(state, def, base, next, check, C) \ argument
379 (state) = (def)[(state)]; \
407 u16 *def = DEFAULT_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()
447 u16 *def = DEFAULT_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()
486 u16 *def = DEFAULT_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()
518 u16 *def = DEFAULT_TABLE(dfa); in aa_dfa_match_until() local
538 state = def[state]; in aa_dfa_match_until()
549 state = def[state]; in aa_dfa_match_until()
579 u16 *def = DEFAULT_TABLE(dfa); in aa_dfa_matchn_until() local
600 state = def[state]; in aa_dfa_matchn_until()
611 state = def[state]; in aa_dfa_matchn_until()
655 u16 *def = DEFAULT_TABLE(dfa); in leftmatch_fb() local
683 state = def[state]; in leftmatch_fb()
702 state = def[state]; in leftmatch_fb()