Searched refs:setlist (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-cmds.h56 extern struct cmd_list_element *setlist;
H A Dcli-cmds.c133 struct cmd_list_element *setlist;
1033 setlist = NULL;
1128 &setlist),
1135 &sethistlist, "set history ", 0, &setlist);
1188 using remote targets.", &setlist),
1195 is displayed.", &setlist);
1210 from the target.", &setlist),
1215 &setdebuglist, "set debug ", 0, &setlist);
1293 &setlist),
132 struct cmd_list_element *setlist; variable in typeref:struct:cmd_list_element
H A Dcli-logging.c174 "set logging ", 0, &setlist);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbcmd.h67 extern struct cmd_list_element *setlist;
H A Dser-go32.c914 &setlist),
921 &setlist),
928 &setlist),
935 &setlist),
942 &setlist),
949 &setlist),
956 &setlist),
963 &setlist),
H A Ddemangle.c197 &setlist);
H A Dkod.c238 &setlist);
H A Dxcoffsolib.c194 &setlist),
H A Dsolib.c888 &setlist),
895 &setlist);
908 &setlist);
H A Dtop.c1780 &setlist),
1787 &setlist);
1806 EMACS-like or VI-like commands like control-P or ESC.", &setlist),
1815 EMACS-like or VI-like commands like control-P or ESC.", &setlist);
1845 &setlist),
1858 &setlist);
1867 &setlist);
1876 Use \"on\" to enable the notification, and \"off\" to disable it.", &setlist),
H A Darch-utils.c666 &setlist);
668 add_alias_cmd ("processor", "architecture", class_support, 1, &setlist);
750 &setlist);
H A Dcharset.c1249 &setlist);
1274 &setlist);
1291 &setlist);
H A Dserial.c683 &setlist);
697 &setlist),
704 &setlist),
H A Dcomplaints.c319 &setlist, &showlist);
H A Dcp-abi.c248 &setlist);
H A Dvalprint.c1396 &setprintlist, "set print ", 0, &setlist);
1397 add_alias_cmd ("p", "print", no_class, 1, &setlist);
1399 add_alias_cmd ("pr", "print", no_class, 1, &setlist);
1458 &setlist);
1465 &setlist);
1478 &setlist);
H A Dlanguage.c1400 &setlist);
1407 &setchecklist, "set check ", 0, &setlist);
1408 add_alias_cmd ("c", "check", no_class, 1, &setlist);
1409 add_alias_cmd ("ch", "check", no_class, 1, &setlist);
1437 &setlist);
H A Dcorefile.c456 &setlist);
H A Dgdb-events.c433 When non-zero, event/notify debugging is enabled.", &setlist);
H A Dremote-utils.c603 targets.", &setlist),
H A Dwin32-nat.c2101 &setlist),
2107 &setlist),
2113 &setlist),
2119 &setlist),
2125 &setlist),
2131 &setlist),
2137 &setlist),
/freebsd-9.3-release/sys/sys/
H A Dcpuset.h85 LIST_HEAD(setlist, cpuset);
106 struct setlist cs_children; /* (c) List of children. */
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dcommands.c869 struct setlist {
876 static struct setlist Setlist[] = {
905 static struct setlist *
908 return (struct setlist *)
909 genget(name, (char **) Setlist, sizeof(struct setlist));
929 struct setlist *ct;
999 struct setlist *ct;
1225 struct setlist *sl;
866 struct setlist { struct
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c814 struct setlist {
821 static struct setlist Setlist[] = {
850 static struct setlist *
853 return (struct setlist *)
854 genget(name, (char **) Setlist, sizeof(struct setlist));
874 struct setlist *ct;
944 struct setlist *ct;
1170 struct setlist *sl;
811 struct setlist { struct
/freebsd-9.3-release/sys/kern/
H A Dkern_cpuset.c107 static struct setlist cpuset_ids;
187 cpuset_rel_defer(struct setlist *head, struct cpuset *set)
511 struct setlist freelist;
512 struct setlist droplist;

Completed in 180 milliseconds

123