Lines Matching refs:match_direction
996 static void adj_match_dir(match_f *match_direction) in adj_match_dir() argument
998 if (*match_direction == FIND_NEXT_MATCH_DOWN) in adj_match_dir()
999 *match_direction = in adj_match_dir()
1001 else if (*match_direction == FIND_NEXT_MATCH_UP) in adj_match_dir()
1002 *match_direction = in adj_match_dir()
1010 match_f match_direction; member
1029 state->match_direction = MATCH_TINKER_PATTERN_DOWN; in do_match()
1037 adj_match_dir(&state->match_direction); in do_match()
1039 state->match_direction); in do_match()
1041 state->match_direction = FIND_NEXT_MATCH_DOWN; in do_match()
1043 state->match_direction); in do_match()
1045 state->match_direction = FIND_NEXT_MATCH_UP; in do_match()
1047 state->match_direction); in do_match()
1050 adj_match_dir(&state->match_direction); in do_match()
1076 .match_direction = MATCH_TINKER_PATTERN_DOWN, in conf()
1253 .match_direction = MATCH_TINKER_PATTERN_DOWN, in conf_choice()