Searched defs:cmdlist (Results 1 – 15 of 15) sorted by relevance
/openbsd-src/usr.bin/tmux/ |
H A D | cmd.c | 584 struct cmd_list *cmdlist; in cmd_list_new() local 596 cmd_list_append(struct cmd_list *cmdlist, struc argument 604 cmd_list_append_all(struct cmd_list * cmdlist,struct cmd_list * from) cmd_list_append_all() argument 615 cmd_list_move(struct cmd_list * cmdlist,struct cmd_list * from) cmd_list_move() argument 623 cmd_list_free(struct cmd_list * cmdlist) cmd_list_free() argument 640 cmd_list_copy(struct cmd_list * cmdlist,int argc,char ** argv) cmd_list_copy() argument 671 cmd_list_print(struct cmd_list * cmdlist,int escaped) cmd_list_print() argument 711 cmd_list_first(struct cmd_list * cmdlist) cmd_list_first() argument 725 cmd_list_all_have(struct cmd_list * cmdlist,int flag) cmd_list_all_have() argument 738 cmd_list_any_have(struct cmd_list * cmdlist,int flag) cmd_list_any_have() argument [all...] |
H A D | cmd-if-shell.c | 82 struct cmd_list *cmdlist; in cmd_if_shell_exec() local 144 struct cmd_list *cmdlist; in cmd_if_shell_callback() local
|
H A D | notify.c | 41 struct cmd_list *cmdlist, struct cmdq_state *state) in notify_insert_one_hook() 65 struct cmd_list *cmdlist; in notify_insert_hook() local
|
H A D | cmd-confirm-before.c | 54 struct cmd_list *cmdlist; member
|
H A D | cmd-queue.c | 62 struct cmd_list *cmdlist; member 371 struct cmd_list *cmdlist; in cmdq_insert_hook() local 495 cmdq_get_command(struct cmd_list *cmdlist, struct cmdq_state *state) in cmdq_get_command() argument [all...] |
H A D | cmd-command-prompt.c | 176 struct cmd_list *cmdlist; in cmd_command_prompt_callback() local
|
H A D | cmd-display-panes.c | 229 struct cmd_list *cmdlist; in cmd_display_panes_key() local
|
H A D | cmd-run-shell.c | 186 struct cmd_list *cmdlist; in cmd_run_shell_timer() local
|
H A D | key-bindings.c | 189 struct cmd_list *cmdlist) in key_bindings_add() argument [all...] |
H A D | cmd-parse.y | 55 struct cmd_list *cmdlist; member 589 cmd_parse_print_commands(struct cmd_parse_input * pi,struct cmd_list * cmdlist) cmd_parse_print_commands() argument [all...] |
H A D | arguments.c | 56 struct cmd_list *cmdlist; member 745 struct cmd_list *cmdlist; in args_make_commands_now() local
|
H A D | tmux.h | 1533 struct cmd_list *cmdlist; global() member 1608 struct cmd_list *cmdlist; global() member 1930 struct cmd_list *cmdlist; global() member 1958 struct cmd_list *cmdlist; global() member
|
/openbsd-src/usr.bin/rdist/ |
H A D | docmd.c | 217 markassigned(struct cmd *cmd, struct cmd *cmdlist) in markassigned() 233 markfailed(struct cmd *cmd, struct cmd *cmdlist) in markfailed()
|
H A D | child.c | 447 spawn(struct cmd *cmd, struct cmd *cmdlist) in spawn()
|
/openbsd-src/games/hack/ |
H A D | hack.cmd.c | 69 struct func_tab cmdlist[]={ variable
|