Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dnconf.c1001 if (*match_direction == FIND_NEXT_MATCH_DOWN) in adj_match_dir()
1002 *match_direction = in adj_match_dir()
1005 *match_direction = in adj_match_dir()
1013 match_f match_direction; member
1040 adj_match_dir(&state->match_direction); in do_match()
1042 state->match_direction); in do_match()
1046 state->match_direction); in do_match()
1048 state->match_direction = FIND_NEXT_MATCH_UP; in do_match()
1050 state->match_direction); in do_match()
1053 adj_match_dir(&state->match_direction); in do_match()
[all …]
/openbmc/linux/scripts/kconfig/
H A Dnconf.c1072 if (*match_direction == FIND_NEXT_MATCH_DOWN) in adj_match_dir()
1073 *match_direction = in adj_match_dir()
1076 *match_direction = in adj_match_dir()
1084 match_f match_direction; member
1111 adj_match_dir(&state->match_direction); in do_match()
1113 state->match_direction); in do_match()
1117 state->match_direction); in do_match()
1119 state->match_direction = FIND_NEXT_MATCH_UP; in do_match()
1121 state->match_direction); in do_match()
1124 adj_match_dir(&state->match_direction); in do_match()
[all …]