| /src/external/gpl2/gmake/dist/ |
| variable.c | 346 const struct variable_set_list *setlist; 352 for (setlist = current_variable_set_list; 353 setlist != 0; setlist = setlist->next) 355 const struct variable_set *set = setlist->set; 443 chain is replaced with FILE->parent's setlist. If FILE is a double-colon 552 register struct variable_set_list *setlist; 559 setlist = (struct variable_set_list *) 561 setlist->set = set 342 const struct variable_set_list *setlist; local 545 register struct variable_set_list *setlist; local 605 struct variable_set_list *setlist; local [all...] |
| /src/usr.bin/telnet/ |
| commands.c | 144 static struct setlist *getset(const char *); 875 struct setlist { 882 static struct setlist Setlist[] = { 911 static struct setlist * 914 return (struct setlist *) 915 genget(name, (char **) Setlist, sizeof(struct setlist)); 941 struct setlist *ct; 949 for (ct = Setlist; ct->name; ct++ 872 struct setlist { struct [all...] |
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-cmds.c | 119 struct cmd_list_element *setlist; 228 cmd_list_element *setlist, const char *args, int from_tty) 242 cmd_list_element *set_cmd = lookup_cmd (&args, setlist, set_cmd_prefix, 326 with_command_1 ("set ", setlist, args, from_tty); 2661 &setlist, &showlist); 2682 &setlist, &showlist); 2688 &sethistlist, &showhistlist, &setlist, &showlist); 2800 &setlist, &showlist); 2914 &setlist, &showlist); 2922 &setlist, &showlist) 118 struct cmd_list_element *setlist; variable in typeref:struct:cmd_list_element [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-cmds.c | 118 struct cmd_list_element *setlist; 227 cmd_list_element *setlist, const char *args, int from_tty) 241 cmd_list_element *set_cmd = lookup_cmd (&args, setlist, set_cmd_prefix, 325 with_command_1 ("set ", setlist, args, from_tty); 2668 &setlist, &showlist); 2689 &setlist, &showlist); 2695 &sethistlist, &showhistlist, &setlist, &showlist); 2806 &setlist, &showlist); 2919 &setlist, &showlist); 2927 &setlist, &showlist) 117 struct cmd_list_element *setlist; variable in typeref:struct:cmd_list_element [all...] |