| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | cmd-if-shell.c | 82 struct cmd_list *cmdlist; in cmd_if_shell_exec() local 89 cmdlist = args_make_commands_now(self, item, 1, 0); in cmd_if_shell_exec() 91 cmdlist = args_make_commands_now(self, item, 2, 0); in cmd_if_shell_exec() 97 if (cmdlist == NULL) in cmd_if_shell_exec() 99 new_item = cmdq_get_command(cmdlist, cmdq_get_state(item)); in cmd_if_shell_exec() 144 struct cmd_list *cmdlist; in cmd_if_shell_callback() local 156 cmdlist = args_make_commands(state, 0, NULL, &error); in cmd_if_shell_callback() 157 if (cmdlist == NULL) { in cmd_if_shell_callback() 165 new_item = cmdq_get_command(cmdlist, NULL); in cmd_if_shell_callback() 168 new_item = cmdq_get_command(cmdlist, cmdq_get_state(item)); in cmd_if_shell_callback()
|
| H A D | notify.c | 40 struct cmd_list *cmdlist, struct cmdq_state *state) in notify_insert_one_hook() argument 45 if (cmdlist == NULL) in notify_insert_one_hook() 48 s = cmd_list_print(cmdlist, 0); in notify_insert_one_hook() 52 new_item = cmdq_get_command(cmdlist, state); in notify_insert_one_hook() 64 struct cmd_list *cmdlist; in notify_insert_hook() local 107 notify_insert_one_hook(item, ne, pr->cmdlist, state); in notify_insert_hook() 113 cmdlist = options_array_item_value(a)->cmdlist; in notify_insert_hook() 114 item = notify_insert_one_hook(item, ne, cmdlist, state); in notify_insert_hook()
|
| H A D | cfg.c | 131 cmd_list_free(pr->cmdlist); in load_cfg() 141 new_item0 = cmdq_get_command(pr->cmdlist, state); in load_cfg() 146 cmd_list_free(pr->cmdlist); in load_cfg() 183 cmd_list_free(pr->cmdlist); in load_cfg_from_buffer() 193 new_item0 = cmdq_get_command(pr->cmdlist, state); in load_cfg_from_buffer() 198 cmd_list_free(pr->cmdlist); in load_cfg_from_buffer()
|
| H A D | cmd-bind-key.c | 86 key_bindings_add(tablename, key, note, repeat, value->cmdlist); in cmd_bind_key_exec() 87 value->cmdlist->references++; in cmd_bind_key_exec() 105 key_bindings_add(tablename, key, note, repeat, pr->cmdlist); in cmd_bind_key_exec()
|
| H A D | window-customize.c | 491 tmp = cmd_list_print(bd->cmdlist, 0); in window_customize_build_keys() 626 cmd = cmd_list_print(bd->cmdlist, 0); in window_customize_draw_key() 634 default_cmd = cmd_list_print(default_bd->cmdlist, 0); in window_customize_draw_key() 1192 cmd_list_free(bd->cmdlist); in window_customize_set_command_callback() 1193 bd->cmdlist = pr->cmdlist; in window_customize_set_command_callback() 1250 value = cmd_list_print(bd->cmdlist, 0); in window_customize_set_key() 1312 if (dd != NULL && bd->cmdlist == dd->cmdlist) in window_customize_reset_key()
|
| H A D | cmd-list-keys.c | 112 note = cmd_list_print(bd->cmdlist, 1); in cmd_list_keys_print_notes() 291 cp = cmd_list_print(bd->cmdlist, 1); in cmd_list_keys_exec()
|
| /netbsd-src/usr.bin/rdist/ |
| H A D | 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 */ { 131 | cmdlist cmd = {
|
| /netbsd-src/games/hack/ |
| H A D | hack.cmd.c | 75 static const struct func_tab cmdlist[] = { variable 151 const struct func_tab *tlist = cmdlist; in rhack()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postmulti/ |
| H A D | postmulti.c | 1476 static int word_in_list(char *cmdlist, const char *cmd) in word_in_list() argument 1482 cp = saved = mystrdup(cmdlist); in word_in_list()
|
| /netbsd-src/sys/ddb/ |
| H A D | db_command.c | 454 db_execute_commandlist(const char *cmdlist) in db_execute_commandlist() argument 456 const char *cmd = cmdlist; in db_execute_commandlist()
|
| /netbsd-src/bin/sh/ |
| H A D | nodetypes | 66 cmdlist nodelist # the commands in the pipeline
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Dbe.cc | 842 Vector<char*> *cmdlist = new Vector<char*>(size); in dbeGetTabListInfo() local 853 cmdlist->store (i, dbe_strdup (Command::get_cmd_str (dsptab->cmdtoken))); in dbeGetTabListInfo() 858 data->store (1, cmdlist); in dbeGetTabListInfo()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Dbe.cc | 842 Vector<char*> *cmdlist = new Vector<char*>(size); in dbeGetTabListInfo() local 853 cmdlist->store (i, dbe_strdup (Command::get_cmd_str (dsptab->cmdtoken))); in dbeGetTabListInfo() 858 data->store (1, cmdlist); in dbeGetTabListInfo()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-3.x | 4566 * command.c, breakpoint.c, printcmd.c: Added cmdlist editing
|
| H A D | ChangeLog-1992 | 3155 * breakpoint.c (enablelist, enablebreaklist, disablelist, cmdlist,
|
| H A D | ChangeLog-1999 | 8112 cmd_list_element *cmdlist''.
|
| H A D | ChangeLog-2010 | 6559 use over cmdlist.
|
| H A D | ChangeLog-2013 | 11871 "cmdlist".
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-3.x | 4566 * command.c, breakpoint.c, printcmd.c: Added cmdlist editing
|
| H A D | ChangeLog-2020 | 498 passing in cmdlist. 501 * top.c (execute_command): Pass cmdlist to deprecated_cmd_warning. 11415 that only the top cmdlist commands have a null prefix.
|
| H A D | ChangeLog-1992 | 3155 * breakpoint.c (enablelist, enablebreaklist, disablelist, cmdlist,
|
| H A D | ChangeLog-1999 | 8112 cmd_list_element *cmdlist''.
|
| H A D | ChangeLog-2010 | 6559 use over cmdlist.
|
| H A D | ChangeLog-2013 | 11871 "cmdlist".
|
| H A D | ChangeLog-2019 | 3625 (show_user): Remove declaration of cmdlist.
|