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

Function adj_match_dir

scripts/config/nconf.c:1073–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071}
1072
1073static void adj_match_dir(match_f *match_direction)
1074{
1075 if (*match_direction == FIND_NEXT_MATCH_DOWN)
1076 *match_direction =
1077 MATCH_TINKER_PATTERN_DOWN;
1078 else if (*match_direction == FIND_NEXT_MATCH_UP)
1079 *match_direction =
1080 MATCH_TINKER_PATTERN_UP;
1081 /* else, do no change.. */
1082}
1083
1084struct match_state
1085{

Callers 1

do_matchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected