OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prompt_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/tmux/dist/
cmd-command-prompt.c
63
enum
prompt_type
prompt_type
;
member in struct:cmd_command_prompt_cdata
149
cdata->
prompt_type
= status_prompt_type(type);
150
if (cdata->
prompt_type
== PROMPT_TYPE_INVALID) {
156
cdata->
prompt_type
= PROMPT_TYPE_COMMAND;
168
cmd_command_prompt_free, cdata, cdata->flags, cdata->
prompt_type
);
cmd-show-prompt-history.c
57
enum
prompt_type
type;
status.c
89
enum
prompt_type
type = PROMPT_TYPE_INVALID;
625
prompt_free_cb freecb, void *data, int flags, enum
prompt_type
prompt_type
)
668
c->
prompt_type
=
prompt_type
;
1483
c->
prompt_type
);
1493
c->
prompt_type
);
1521
status_prompt_add_history(s, c->
prompt_type
);
1799
if (c->
prompt_type
== PROMPT_TYPE_WINDOW_TARGET) {
1908
if (c->
prompt_type
== PROMPT_TYPE_WINDOW_TARGET)
[
all
...]
tmux.h
1855
enum
prompt_type
{
enum
2083
enum
prompt_type
prompt_type
;
member in struct:client
2962
void *, int, enum
prompt_type
);
2970
enum
prompt_type
status_prompt_type(const char *type);
Completed in 52 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026