HomeSort by: relevance | last modified time | path
    Searched defs:cmdlist (Results 1 - 18 of 18) sorted by relevancy

  /src/usr.bin/rdist/
gram.y 79 %type <subcmd> INSTALL, NOTIFY, EXCEPT, PATTERN, SPECIAL, cmdlist, cmd
91 | namelist ARROW namelist cmdlist = {
94 | NAME COLON namelist ARROW namelist cmdlist = {
97 | namelist DCOLON NAME cmdlist = {
100 | NAME COLON namelist DCOLON NAME cmdlist = {
128 cmdlist: /* VOID */ { label
131 | cmdlist cmd = {
  /src/external/bsd/tmux/dist/
cmd-confirm-before.c 54 struct cmd_list *cmdlist; member in struct:cmd_confirm_before_data
78 cdata->cmdlist = args_make_commands_now(self, item, 0, 1);
79 if (cdata->cmdlist == NULL) {
105 cmd = cmd_get_entry(cmd_list_first(cdata->cmdlist))->name;
138 new_item = cmdq_get_command(cdata->cmdlist, NULL);
141 new_item = cmdq_get_command(cdata->cmdlist,
161 cmd_list_free(cdata->cmdlist);
cmd-if-shell.c 82 struct cmd_list *cmdlist; local
89 cmdlist = args_make_commands_now(self, item, 1, 0);
91 cmdlist = args_make_commands_now(self, item, 2, 0);
97 if (cmdlist == NULL)
99 new_item = cmdq_get_command(cmdlist, cmdq_get_state(item));
144 struct cmd_list *cmdlist; local
156 cmdlist = args_make_commands(state, 0, NULL, &error);
157 if (cmdlist == NULL) {
165 new_item = cmdq_get_command(cmdlist, NULL);
168 new_item = cmdq_get_command(cmdlist, cmdq_get_state(item))
    [all...]
cmd-command-prompt.c 182 struct cmd_list *cmdlist; local
212 cmdlist = args_make_commands(cdata->state, argc, argv, &error);
213 if (cmdlist == NULL) {
217 new_item = cmdq_get_command(cmdlist, NULL);
220 new_item = cmdq_get_command(cmdlist, cmdq_get_state(item));
cmd-run-shell.c 189 struct cmd_list *cmdlist; local
206 cmdlist = args_make_commands(cdata->state, 0, NULL, &error);
207 if (cmdlist == NULL) {
215 new_item = cmdq_get_command(cmdlist, NULL);
218 new_item = cmdq_get_command(cmdlist, cmdq_get_state(item));
notify.c 40 struct cmd_list *cmdlist, struct cmdq_state *state)
45 if (cmdlist == NULL)
48 s = cmd_list_print(cmdlist, 0);
52 new_item = cmdq_get_command(cmdlist, state);
64 struct cmd_list *cmdlist; local
107 notify_insert_one_hook(item, ne, pr->cmdlist, state);
113 cmdlist = options_array_item_value(a)->cmdlist;
114 item = notify_insert_one_hook(item, ne, cmdlist, state);
cmd-display-panes.c 229 struct cmd_list *cmdlist; local
253 cmdlist = args_make_commands(cdata->state, 1, &expanded, &error);
254 if (cmdlist == NULL) {
258 new_item = cmdq_get_command(cmdlist, NULL);
261 new_item = cmdq_get_command(cmdlist, cmdq_get_state(item));
cmd.c 592 struct cmd_list *cmdlist; local
594 cmdlist = xcalloc(1, sizeof *cmdlist);
595 cmdlist->references = 1;
596 cmdlist->group = cmd_list_next_group++;
597 cmdlist->list = xcalloc(1, sizeof *cmdlist->list);
598 TAILQ_INIT(cmdlist->list);
599 return (cmdlist);
604 cmd_list_append(struct cmd_list *cmdlist, struct cmd *cmd
    [all...]
arguments.c 56 struct cmd_list *cmdlist; member in struct:args_command_state
92 to->cmdlist = from->cmdlist;
93 to->cmdlist->references++;
126 value->cached = cmd_list_print(value->cmdlist, 0);
358 to->cmdlist = cmd_list_copy(from->cmdlist, argc, argv);
409 cmd_list_free(value->cmdlist);
468 s = cmd_list_print(args->values[i].cmdlist, 0);
523 expanded = cmd_list_print(value->cmdlist, 0)
745 struct cmd_list *cmdlist; local
    [all...]
cmd-queue.c 61 struct cmd_list *cmdlist; member in struct:cmdq_item
370 struct cmd_list *cmdlist; local
430 cmdlist = options_array_item_value(a)->cmdlist;
431 if (cmdlist != NULL) {
432 new_item = cmdq_get_command(cmdlist, new_state);
458 if (item->cmdlist != NULL)
459 cmd_list_free(item->cmdlist);
494 cmdq_get_command(struct cmd_list *cmdlist, struct cmdq_state *state)
501 if ((cmd = cmd_list_first(cmdlist)) == NULL
    [all...]
server-client.c 3463 struct cmd_list *cmdlist; local
3484 cmdlist = cmd_list_copy(options_get_command(global_options,
3499 cmdlist = pr->cmdlist;
3503 !cmd_list_all_have(cmdlist, CMD_READONLY))
3506 new_item = cmdq_get_command(cmdlist, NULL);
3510 cmd_list_free(cmdlist);
tmux.h 1703 struct cmd_list *cmdlist; member in union:args_value::__anon8147
1778 struct cmd_list *cmdlist; member in struct:cmd_parse_result
2124 struct cmd_list *cmdlist; member in struct:key_binding
2153 struct cmd_list *cmdlist; member in union:options_value
  /src/games/hack/
hack.cmd.c 75 static const struct func_tab cmdlist[] = { variable in typeref:struct:func_tab
151 const struct func_tab *tlist = cmdlist;
  /src/bin/sh/
jobs.c 115 STATIC void cmdlist(union node *, int);
1899 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
1950 cmdlist(n->nfor.args, 1);
1980 cmdlist(n->ncmd.args, 1);
1981 cmdlist(n->ncmd.redirect, 0);
2029 cmdlist(union node *np, int sep) function
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c 87 struct cmd_list_element *cmdlist;
357 lcmd = lookup_cmd (text, cmdlist, "", NULL,
1752 c = lookup_cmd (&comname, cmdlist, "", NULL, 0, 1);
1759 for (c = cmdlist; c; c = c->next)
1798 struct cmd_list_element *cmd_group = cmdlist;
1850 apropos_cmd (gdb_stdout, cmdlist, verbose, pattern);
1960 = lookup_cmd_1 (& command, cmdlist, NULL, &default_args, 1);
2102 c_command = lookup_cmd_1 (& command_prefix, cmdlist, NULL, NULL, 1);
2107 c_alias = lookup_cmd_1 (& alias_prefix, cmdlist, NULL, NULL, 1);
2595 &cmdlist);
86 struct cmd_list_element *cmdlist; variable in typeref:struct:cmd_list_element
    [all...]
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c 88 struct cmd_list_element *cmdlist;
358 lcmd = lookup_cmd (text, cmdlist, "", NULL,
1795 c = lookup_cmd (&comname, cmdlist, "", NULL, 0, 1);
1802 for (c = cmdlist; c; c = c->next)
1841 struct cmd_list_element *cmd_group = cmdlist;
1893 apropos_cmd (gdb_stdout, cmdlist, verbose, pattern);
2003 = lookup_cmd_1 (& command, cmdlist, NULL, &default_args, 1);
2145 c_command = lookup_cmd_1 (& command_prefix, cmdlist, NULL, NULL, 1);
2150 c_alias = lookup_cmd_1 (& alias_prefix, cmdlist, NULL, NULL, 1);
2642 &cmdlist);
87 struct cmd_list_element *cmdlist; variable in typeref:struct:cmd_list_element
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc 842 Vector<char*> *cmdlist = new Vector<char*>(size); local
853 cmdlist->store (i, dbe_strdup (Command::get_cmd_str (dsptab->cmdtoken)));
858 data->store (1, cmdlist);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc 842 Vector<char*> *cmdlist = new Vector<char*>(size); local
853 cmdlist->store (i, dbe_strdup (Command::get_cmd_str (dsptab->cmdtoken)));
858 data->store (1, cmdlist);

Completed in 61 milliseconds