Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dsource.c83 static struct substitute_path_rule *substitute_path_rules = NULL; variable
955 struct substitute_path_rule *rule = substitute_path_rules; in get_substitute_path_rule()
1777 struct substitute_path_rule *rule = substitute_path_rules; in find_substitute_path_rule()
1806 if (substitute_path_rules == NULL) in add_substitute_path_rule()
1808 substitute_path_rules = new_rule; in add_substitute_path_rule()
1815 rule = substitute_path_rules; in add_substitute_path_rule()
1828 if (rule == substitute_path_rules) in delete_substitute_path_rule()
1829 substitute_path_rules = rule->next; in delete_substitute_path_rule()
1832 struct substitute_path_rule *prev = substitute_path_rules; in delete_substitute_path_rule()
1852 struct substitute_path_rule *rule = substitute_path_rules; in show_substitute_path_command()
[all …]