Home
last modified time | relevance | path

Searched refs:args_make_commands (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.bin/tmux/
H A Dcmd-if-shell.c156 cmdlist = args_make_commands(state, 0, NULL, &error); in cmd_if_shell_callback()
H A Dcmd-command-prompt.c206 cmdlist = args_make_commands(cdata->state, argc, argv, &error); in cmd_command_prompt_callback()
H A Dcmd-run-shell.c203 cmdlist = args_make_commands(cdata->state, 0, NULL, &error); in cmd_run_shell_timer()
H A Dcmd-display-panes.c253 cmdlist = args_make_commands(cdata->state, 1, &expanded, &error); in cmd_display_panes_key()
H A Darguments.c748 cmdlist = args_make_commands(state, 0, NULL, &error); in args_make_commands_now()
810 args_make_commands(struct args_command_state *state, int argc, char **argv, in args_make_commands() function
H A Dtmux.h2551 struct cmd_list *args_make_commands(struct args_command_state *, int, char **,