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

/linux-master/scripts/kconfig/
H A Dnconf.c1020 static void adj_match_dir(match_f *match_direction) argument
1022 if (*match_direction == FIND_NEXT_MATCH_DOWN)
1023 *match_direction =
1025 else if (*match_direction == FIND_NEXT_MATCH_UP)
1026 *match_direction =
1034 match_f match_direction; member in struct:match_state
1053 state->match_direction = MATCH_TINKER_PATTERN_DOWN;
1061 adj_match_dir(&state->match_direction);
1063 state->match_direction);
1065 state->match_direction
[all...]

Completed in 108 milliseconds