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

/scripts/kconfig/
H A Dnconf.c996 static void adj_match_dir(match_f *match_direction) argument
998 if (*match_direction == FIND_NEXT_MATCH_DOWN)
999 *match_direction =
1001 else if (*match_direction == FIND_NEXT_MATCH_UP)
1002 *match_direction =
1010 match_f match_direction; member in struct:match_state
1029 state->match_direction = MATCH_TINKER_PATTERN_DOWN;
1037 adj_match_dir(&state->match_direction);
1039 state->match_direction);
1041 state->match_direction
[all...]

Completed in 23 milliseconds