Home
last modified time | relevance | path

Searched refs:match_direction (Results 1 – 1 of 1) sorted by relevance

/scripts/kconfig/
Dnconf.c982 static void adj_match_dir(match_f *match_direction) in adj_match_dir() argument
984 if (*match_direction == FIND_NEXT_MATCH_DOWN) in adj_match_dir()
985 *match_direction = in adj_match_dir()
987 else if (*match_direction == FIND_NEXT_MATCH_UP) in adj_match_dir()
988 *match_direction = in adj_match_dir()
996 match_f match_direction; member
1015 state->match_direction = MATCH_TINKER_PATTERN_DOWN; in do_match()
1023 adj_match_dir(&state->match_direction); in do_match()
1025 state->match_direction); in do_match()
1027 state->match_direction = FIND_NEXT_MATCH_DOWN; in do_match()
[all …]