Lines Matching refs:def
370 #define match_char(state, def, base, next, check, C) \ argument
375 (state) = (def)[(state)]; \
403 u16 *def = DEFAULT_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()
443 u16 *def = DEFAULT_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()
482 u16 *def = DEFAULT_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()
514 u16 *def = DEFAULT_TABLE(dfa); in aa_dfa_match_until() local
534 state = def[state]; in aa_dfa_match_until()
545 state = def[state]; in aa_dfa_match_until()
575 u16 *def = DEFAULT_TABLE(dfa); in aa_dfa_matchn_until() local
596 state = def[state]; in aa_dfa_matchn_until()
607 state = def[state]; in aa_dfa_matchn_until()
651 u16 *def = DEFAULT_TABLE(dfa); in leftmatch_fb() local
679 state = def[state]; in leftmatch_fb()
698 state = def[state]; in leftmatch_fb()