Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dcmd-confirm-before.c112 PROMPT_SINGLE, PROMPT_TYPE_COMMAND); in cmd_confirm_before_exec()
H A Dcmd-command-prompt.c153 cdata->flags |= PROMPT_SINGLE; in cmd_command_prompt_exec()
H A Dwindow-customize.c1459 PROMPT_SINGLE|PROMPT_NOFORMAT|data->prompt_flags, in window_customize_key()
1473 PROMPT_SINGLE|PROMPT_NOFORMAT|data->prompt_flags, in window_customize_key()
1490 PROMPT_SINGLE|PROMPT_NOFORMAT|data->prompt_flags, in window_customize_key()
1504 PROMPT_SINGLE|PROMPT_NOFORMAT|data->prompt_flags, in window_customize_key()
H A Dstatus.c672 if ((flags & PROMPT_SINGLE) && (flags & PROMPT_ACCEPT)) in status_prompt_set()
1313 if (c->prompt_flags & (PROMPT_SINGLE|PROMPT_QUOTENEXT)) { in status_prompt_key()
1584 if (c->prompt_flags & PROMPT_SINGLE) { in status_prompt_key()
H A Dwindow-tree.c1311 data, PROMPT_SINGLE|PROMPT_NOFORMAT|data->prompt_flags, in window_tree_key()
1323 data, PROMPT_SINGLE|PROMPT_NOFORMAT|data->prompt_flags, in window_tree_key()
H A Dtmux.h1986 #define PROMPT_SINGLE 0x1 macro