Searched refs:setlist (Results 1 – 7 of 7) sorted by relevance
342 const struct variable_set_list *setlist; in lookup_variable() local348 for (setlist = current_variable_set_list; in lookup_variable()349 setlist != 0; setlist = setlist->next) in lookup_variable()351 const struct variable_set *set = setlist->set; in lookup_variable()545 register struct variable_set_list *setlist; in create_new_variable_set() local552 setlist = (struct variable_set_list *) in create_new_variable_set()554 setlist->set = set; in create_new_variable_set()555 setlist->next = current_variable_set_list; in create_new_variable_set()557 return setlist; in create_new_variable_set()605 struct variable_set_list *setlist; in pop_variable_scope() local[all …]
723 that the new setlist is in the global_setlist variable, and724 next points to a new setlist with the global variable set.
144 static struct setlist *getset(const char *);872 struct setlist { struct879 static struct setlist Setlist[] = { argument908 static struct setlist *911 return (struct setlist *) in getset()912 genget(name, (char **) Setlist, sizeof(struct setlist)); in getset()938 struct setlist *ct; in setcmd()1008 struct setlist *ct; in unsetcmd()1233 struct setlist *sl; in display()
345 for i, setlist in enumerate(all_sets):349 pruned_sets.append([s - other_set_values for s in setlist])
4522 * remote-vx.c: include gdbcmd.h for setlist.
157397 3204 | &setlist);