Symbol: prompt_type
usr.bin/tmux/cmd-command-prompt.c
158
cdata->prompt_type = prompt_type(type);
usr.bin/tmux/cmd-command-prompt.c
159
if (cdata->prompt_type == PROMPT_TYPE_INVALID) {
usr.bin/tmux/cmd-command-prompt.c
165
cdata->prompt_type = PROMPT_TYPE_COMMAND;
usr.bin/tmux/cmd-command-prompt.c
184
cdata->prompt_type);
usr.bin/tmux/cmd-command-prompt.c
189
cdata->prompt_type);
usr.bin/tmux/cmd-command-prompt.c
63
enum prompt_type prompt_type;
usr.bin/tmux/cmd-show-prompt-history.c
57
enum prompt_type type;
usr.bin/tmux/cmd-show-prompt-history.c
66
type = prompt_type(typestr);
usr.bin/tmux/cmd-show-prompt-history.c
87
type = prompt_type(typestr);
usr.bin/tmux/mode-tree.c
1126
const char *prompt, const char *input, enum prompt_type type, int flags,
usr.bin/tmux/prompt-history.c
224
prompt_history_size(enum prompt_type type)
usr.bin/tmux/prompt-history.c
233
prompt_history_get(enum prompt_type type, u_int idx)
usr.bin/tmux/prompt-history.c
244
prompt_history_clear(enum prompt_type type)
usr.bin/tmux/prompt-history.c
60
enum prompt_type type = PROMPT_TYPE_INVALID;
usr.bin/tmux/prompt-history.c
64
type = prompt_type(typestr);
usr.bin/tmux/prompt.c
1709
enum prompt_type
usr.bin/tmux/prompt.c
1723
prompt_type_string(enum prompt_type type)
usr.bin/tmux/prompt.c
54
enum prompt_type type;
usr.bin/tmux/status.c
575
prompt_free_cb freecb, void *data, int flags, enum prompt_type prompt_type)
usr.bin/tmux/status.c
597
pd.type = prompt_type;
usr.bin/tmux/tmux.h
2066
enum prompt_type {
usr.bin/tmux/tmux.h
2115
enum prompt_type type;
usr.bin/tmux/tmux.h
3352
enum prompt_type prompt_type(const char *);
usr.bin/tmux/window.c
1729
int flags, enum prompt_type type)
usr.bin/tmux/window.c
1773
enum prompt_type type = PROMPT_TYPE_INVALID;
usr.bin/tmux/window.c
180
enum prompt_type type)
usr.bin/tmux/window.c
91
enum prompt_type type;