Searched refs:cmd_string_parse (Results 1 – 8 of 8) sorted by relevance
/minix3/external/bsd/tmux/dist/ |
H A D | control.c | 72 if (cmd_string_parse(line, &cmdlist, NULL, 0, &cause) != 0) { in control_callback()
|
H A D | cmd-confirm-before.c | 118 if (cmd_string_parse(cdata->cmd, &cmdlist, NULL, 0, &cause) != 0) { in cmd_confirm_before_callback()
|
H A D | cfg.c | 95 if (cmd_string_parse(buf, &cmdlist, path, n, &cause1) != 0) { in load_cfg()
|
H A D | cmd-if-shell.c | 126 if (cmd_string_parse(cmd, &cmdlist, NULL, 0, &cause) != 0) { in cmd_if_shell_callback()
|
H A D | cmd-command-prompt.c | 175 if (cmd_string_parse(new_template, &cmdlist, NULL, 0, &cause) != 0) { in cmd_command_prompt_callback()
|
H A D | cmd-string.c | 62 cmd_string_parse(const char *s, struct cmd_list **cmdlist, const char *file, in cmd_string_parse() function
|
H A D | window-choose.c | 231 if (cmd_string_parse(cdata->command, &cmdlist, NULL, 0, &cause) != 0) { in window_choose_data_run()
|
H A D | tmux.h | 1863 int cmd_string_parse(const char *, struct cmd_list **, const char *,
|