Searched defs:cmdlist (Results 1 – 15 of 15) sorted by relevance
/minix3/external/bsd/tmux/dist/ |
H A D | cmd-list.c | 30 struct cmd_list *cmdlist; in cmd_list_parse() local 85 cmd_list_free(struct cmd_list *cmdlist) in cmd_list_free() 103 cmd_list_print(struct cmd_list *cmdlist, char *buf, size_t len) in cmd_list_print()
|
H A D | key-bindings.c | 59 key_bindings_add(int key, int can_repeat, struct cmd_list *cmdlist) in key_bindings_add() 181 struct cmd_list *cmdlist; in key_bindings_init() local
|
H A D | control.c | 57 struct cmd_list *cmdlist; in control_callback() local
|
H A D | cmd-queue.c | 170 cmdq_run(struct cmd_q *cmdq, struct cmd_list *cmdlist) in cmdq_run() 182 cmdq_append(struct cmd_q *cmdq, struct cmd_list *cmdlist) in cmdq_append()
|
H A D | cmd-bind-key.c | 48 struct cmd_list *cmdlist; in cmd_bind_key_exec() local
|
H A D | cfg.c | 43 struct cmd_list *cmdlist; in load_cfg() local
|
H A D | cmd-confirm-before.c | 107 struct cmd_list *cmdlist; in cmd_confirm_before_callback() local
|
H A D | cmd-if-shell.c | 113 struct cmd_list *cmdlist; in cmd_if_shell_callback() local
|
H A D | cmd-command-prompt.c | 150 struct cmd_list *cmdlist; in cmd_command_prompt_callback() local
|
H A D | cmd-string.c | 62 cmd_string_parse(const char *s, struct cmd_list **cmdlist, const char *file, in cmd_string_parse()
|
H A D | client.c | 185 struct cmd_list *cmdlist; in client_main() local
|
H A D | server-client.c | 904 struct cmd_list *cmdlist = NULL; in server_client_msg_command() local
|
H A D | window-choose.c | 221 struct cmd_list *cmdlist; in window_choose_data_run() local
|
H A D | tmux.h | 1388 struct cmd_list *cmdlist; member 1437 struct cmd_list *cmdlist; member
|
/minix3/bin/sh/ |
H A D | jobs.c | 1425 cmdlist(union node *np, int sep) in cmdlist() function
|