Searched refs:substitute_path_rule_matches (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsource.c963 substitute_path_rule_matches (const struct substitute_path_rule *rule,
996 while (rule != NULL && !substitute_path_rule_matches (rule, path))
1776 if (from == NULL || substitute_path_rule_matches (rule, from) != 0)
960 substitute_path_rule_matches (const struct substitute_path_rule *rule, function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsource.c1002 substitute_path_rule_matches (const struct substitute_path_rule *rule,
1034 if (substitute_path_rule_matches (&rule, path))
1772 if (from == NULL || substitute_path_rule_matches (&rule, from) != 0)
999 substitute_path_rule_matches (const struct substitute_path_rule *rule, function

Completed in 185 milliseconds