MCPcopy Create free account
hub / github.com/coreboot/coreboot / adj_match_dir

Function adj_match_dir

util/kconfig/nconf.c:1019–1028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017}
1018
1019static void adj_match_dir(match_f *match_direction)
1020{
1021 if (*match_direction == FIND_NEXT_MATCH_DOWN)
1022 *match_direction =
1023 MATCH_TINKER_PATTERN_DOWN;
1024 else if (*match_direction == FIND_NEXT_MATCH_UP)
1025 *match_direction =
1026 MATCH_TINKER_PATTERN_UP;
1027 /* else, do no change.. */
1028}
1029
1030struct match_state
1031{

Callers 1

do_matchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected