Searched refs:cmdlist (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-9.3-release/usr.sbin/apmd/
H A Dapmd.h77 struct event_cmd * cmdlist; member in struct:event_config
93 struct event_cmd *cmdlist; member in struct:battery_watch_event
104 struct event_cmd *cmdlist);
107 struct event_cmd *cmdlist);
H A Dapmd.c218 struct event_cmd *cmdlist)
232 if (cmdlist) {
245 we->cmdlist = clone_event_cmd_list(cmdlist);
252 struct event_cmd *cmdlist) struct
254 if (cmdlist) {
265 p = events[n].cmdlist;
266 if ((q = clone_event_cmd_list(cmdlist)) == NULL)
273 events[n].cmdlist = q;
310 status = exec_run_cmd(ev->cmdlist);
216 register_battery_handlers( int level, int direction, struct event_cmd *cmdlist) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-cmds.h24 extern struct cmd_list_element *cmdlist;
H A Dcli-cmds.c101 struct cmd_list_element *cmdlist;
944 extern struct cmd_list_element *cmdlist;
948 c = lookup_cmd (&args, cmdlist, "", 0, 1);
955 for (c = cmdlist; c; c = c->next)
969 extern struct cmd_list_element *cmdlist; /*This is the main command list*/
981 apropos_cmd (gdb_stdout,cmdlist,&pattern,"");
1025 cmdlist = NULL;
1063 &cmdlist);
1064 add_cmd ("obscure", class_obscure, NULL, "Obscure features.", &cmdlist);
1065 add_cmd ("aliases", class_alias, NULL, "Aliases of other commands.", &cmdlist);
100 struct cmd_list_element *cmdlist; variable in typeref:struct:cmd_list_element
[all...]
H A Dcli-decode.c566 return add_cmd (name, class, fun, doc, &cmdlist);
575 return add_alias_cmd (name, oldname, class, abbrev_flag, &cmdlist);
648 extern struct cmd_list_element *cmdlist;
652 help_list (cmdlist, "", all_classes, stream);
662 c = lookup_cmd (&command, cmdlist, "", 0, 0);
692 help_list (cmdlist, "", c->class, stream);
774 extern struct cmd_list_element *cmdlist;
776 for (c = cmdlist; c; c = c->next)
786 help_cmd_list (cmdlist, c->class, "", 0, stream);
1271 /* Look up the contents of LINE as a command in the command list 'cmdlist'
[all...]
H A Dcli-script.c1092 c = lookup_cmd (&tem, cmdlist, "", -1, 1);
1126 hookc = lookup_cmd (&tem, cmdlist, "", -1, 0);
1154 ? c->doc : savestring ("User-defined.", 13), &cmdlist);
1188 c = lookup_cmd (&tem, cmdlist, "", 0, 1);
H A Dcli-dump.c681 &cmdlist);
686 &cmdlist);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbcmd.h35 extern struct cmd_list_element *cmdlist;
H A Dcompleter.c343 return complete_on_cmdlist (cmdlist, text, word);
418 c = lookup_cmd_1 (&p, cmdlist, &result_list, 1);
462 list = complete_on_cmdlist (cmdlist, p, word);
H A Dmacrocmd.c241 &macrolist, "macro ", 0, &cmdlist);
H A Dexec.c734 No arg means to have no executable file and no symbols.", &cmdlist);
742 No arg means have no executable file.", &cmdlist);
H A Dcorefile.c449 `target core' and `detach' commands.", &cmdlist);
H A Dinterps.c484 The second argument is the command to execute.\n", &cmdlist);
H A Dtracepoint.c931 c = lookup_cmd (&p, cmdlist, "", -1, 1);
1516 cmd = lookup_cmd (&action_exp, cmdlist, "", -1, 1);
2316 cmd = lookup_cmd (&actionline, cmdlist, "", -1, 1);
2535 cmd = lookup_cmd (&action_exp, cmdlist, "", -1, 1);
2670 &cmdlist);
2690 &tfindlist, "tfind ", 1, &cmdlist);
H A Dada-tasks.c810 extern struct cmd_list_element *cmdlist;
818 The new task ID must be currently known.", &task_cmd_list, "task ", 1, &cmdlist);
H A Docd.c1166 extern struct cmd_list_element *cmdlist;
1175 0, &cmdlist);
/freebsd-9.3-release/sys/netgraph/
H A Dng_hub.c78 .cmdlist = ng_hub_cmdlist,
H A Dng_hole.c113 .cmdlist = ng_hole_cmdlist,
H A Dng_gif_demux.c157 .cmdlist = ng_gif_demux_cmdlist,
H A Dng_sample.c118 .cmdlist = ng_xxx_cmdlist,
H A Dng_etf.c124 .cmdlist = ng_etf_cmdlist,
H A Dng_gif.c154 .cmdlist = ng_gif_cmdlist,
H A Dng_rfc1490.c151 .cmdlist = ng_rfc1490_cmds,
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c797 struct cflist *cmdlist, *filelist, *globlist; local
881 cmdlist = malloc(sizeof(struct cflist));
882 if (cmdlist == NULL)
883 err(1, "malloc of cmdlist");
884 STAILQ_INIT(cmdlist);
895 STAILQ_INSERT_TAIL(cmdlist, dupent, cf_nextp);
921 STAILQ_INSERT_TAIL(cmdlist, dupent, cf_nextp);
943 STAILQ_INSERT_TAIL(cmdlist, dupent, cf_nextp);
955 return (cmdlist);
/freebsd-9.3-release/bin/sh/
H A Dshow.c101 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {

Completed in 461 milliseconds

1234