match_direction 999 scripts/kconfig/nconf.c static void adj_match_dir(match_f *match_direction) match_direction 1001 scripts/kconfig/nconf.c if (*match_direction == FIND_NEXT_MATCH_DOWN) match_direction 1002 scripts/kconfig/nconf.c *match_direction = match_direction 1004 scripts/kconfig/nconf.c else if (*match_direction == FIND_NEXT_MATCH_UP) match_direction 1005 scripts/kconfig/nconf.c *match_direction = match_direction 1013 scripts/kconfig/nconf.c match_f match_direction; match_direction 1032 scripts/kconfig/nconf.c state->match_direction = MATCH_TINKER_PATTERN_DOWN; match_direction 1040 scripts/kconfig/nconf.c adj_match_dir(&state->match_direction); match_direction 1042 scripts/kconfig/nconf.c state->match_direction); match_direction 1044 scripts/kconfig/nconf.c state->match_direction = FIND_NEXT_MATCH_DOWN; match_direction 1046 scripts/kconfig/nconf.c state->match_direction); match_direction 1048 scripts/kconfig/nconf.c state->match_direction = FIND_NEXT_MATCH_UP; match_direction 1050 scripts/kconfig/nconf.c state->match_direction); match_direction 1053 scripts/kconfig/nconf.c adj_match_dir(&state->match_direction); match_direction 1078 scripts/kconfig/nconf.c .match_direction = MATCH_TINKER_PATTERN_DOWN, match_direction 1241 scripts/kconfig/nconf.c .match_direction = MATCH_TINKER_PATTERN_DOWN,