Home
last modified time | relevance | path

Searched refs:prompt_type (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dcmd-command-prompt.c63 enum prompt_type prompt_type; member
143 cdata->prompt_type = status_prompt_type(type); in cmd_command_prompt_exec()
144 if (cdata->prompt_type == PROMPT_TYPE_INVALID) { in cmd_command_prompt_exec()
150 cdata->prompt_type = PROMPT_TYPE_COMMAND; in cmd_command_prompt_exec()
162 cmd_command_prompt_free, cdata, cdata->flags, cdata->prompt_type); in cmd_command_prompt_exec()
H A Dstatus.c89 enum prompt_type type = PROMPT_TYPE_INVALID; in status_prompt_add_typed_history()
605 prompt_free_cb freecb, void *data, int flags, enum prompt_type prompt_type) in status_prompt_set() argument
644 c->prompt_type = prompt_type; in status_prompt_set()
1402 c->prompt_type); in status_prompt_key()
1412 c->prompt_type); in status_prompt_key()
1440 status_prompt_add_history(s, c->prompt_type); in status_prompt_key()
1932 c->prompt_type != PROMPT_TYPE_TARGET && in status_prompt_complete()
1933 c->prompt_type != PROMPT_TYPE_WINDOW_TARGET) in status_prompt_complete()
1936 if (c->prompt_type != PROMPT_TYPE_TARGET && in status_prompt_complete()
1950 if (c->prompt_type == PROMPT_TYPE_TARGET || in status_prompt_complete()
[all …]
H A Dcmd-show-prompt-history.c57 enum prompt_type type; in cmd_show_prompt_history_exec()
H A Dtmux.h1683 enum prompt_type { enum
1888 enum prompt_type prompt_type; member
2743 void *, int, enum prompt_type);
2751 enum prompt_type status_prompt_type(const char *type);