Home
last modified time | relevance | path

Searched refs:cmd_string_parse (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/tmux/dist/
H A Dcontrol.c72 if (cmd_string_parse(line, &cmdlist, NULL, 0, &cause) != 0) { in control_callback()
H A Dcmd-confirm-before.c118 if (cmd_string_parse(cdata->cmd, &cmdlist, NULL, 0, &cause) != 0) { in cmd_confirm_before_callback()
H A Dcfg.c95 if (cmd_string_parse(buf, &cmdlist, path, n, &cause1) != 0) { in load_cfg()
H A Dcmd-if-shell.c126 if (cmd_string_parse(cmd, &cmdlist, NULL, 0, &cause) != 0) { in cmd_if_shell_callback()
H A Dcmd-command-prompt.c175 if (cmd_string_parse(new_template, &cmdlist, NULL, 0, &cause) != 0) { in cmd_command_prompt_callback()
H A Dcmd-string.c62 cmd_string_parse(const char *s, struct cmd_list **cmdlist, const char *file, in cmd_string_parse() function
H A Dwindow-choose.c231 if (cmd_string_parse(cdata->command, &cmdlist, NULL, 0, &cause) != 0) { in window_choose_data_run()
H A Dtmux.h1863 int cmd_string_parse(const char *, struct cmd_list **, const char *,