Home
last modified time | relevance | path

Searched defs:cmdlist (Results 1 – 15 of 15) sorted by relevance

/minix3/external/bsd/tmux/dist/
H A Dcmd-list.c30 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 Dkey-bindings.c59 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 Dcontrol.c57 struct cmd_list *cmdlist; in control_callback() local
H A Dcmd-queue.c170 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 Dcmd-bind-key.c48 struct cmd_list *cmdlist; in cmd_bind_key_exec() local
H A Dcfg.c43 struct cmd_list *cmdlist; in load_cfg() local
H A Dcmd-confirm-before.c107 struct cmd_list *cmdlist; in cmd_confirm_before_callback() local
H A Dcmd-if-shell.c113 struct cmd_list *cmdlist; in cmd_if_shell_callback() local
H A Dcmd-command-prompt.c150 struct cmd_list *cmdlist; in cmd_command_prompt_callback() local
H A Dcmd-string.c62 cmd_string_parse(const char *s, struct cmd_list **cmdlist, const char *file, in cmd_string_parse()
H A Dclient.c185 struct cmd_list *cmdlist; in client_main() local
H A Dserver-client.c904 struct cmd_list *cmdlist = NULL; in server_client_msg_command() local
H A Dwindow-choose.c221 struct cmd_list *cmdlist; in window_choose_data_run() local
H A Dtmux.h1388 struct cmd_list *cmdlist; member
1437 struct cmd_list *cmdlist; member
/minix3/bin/sh/
H A Djobs.c1425 cmdlist(union node *np, int sep) in cmdlist() function