OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format_expand
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/bsd/tmux/dist/
cmd-list-buffers.c
66
expanded =
format_expand
(ft, filter);
72
line =
format_expand
(ft, template);
cmd-list-clients.c
85
expanded =
format_expand
(ft, filter);
91
line =
format_expand
(ft, template);
cmd-list-sessions.c
74
expanded =
format_expand
(ft, filter);
80
line =
format_expand
(ft, template);
cmd-list-windows.c
116
expanded =
format_expand
(ft, filter);
122
line =
format_expand
(ft, template);
cmd-list-panes.c
134
expanded =
format_expand
(ft, filter);
140
line =
format_expand
(ft, template);
cmd-show-messages.c
100
s =
format_expand
(ft, SHOW_MESSAGES_TEMPLATE);
names.c
135
name =
format_expand
(ft, fmt);
window-buffer.c
203
cp =
format_expand
(ft, filter);
212
text =
format_expand
(ft, data->format);
348
expanded =
format_expand
(ft, data->key_format);
control.c
850
value =
format_expand
(ft, csub->format);
886
value =
format_expand
(ft, csub->format);
928
value =
format_expand
(ft, csub->format);
976
value =
format_expand
(ft, csub->format);
1017
value =
format_expand
(ft, csub->format);
window-customize.c
258
text =
format_expand
(ft, data->format);
316
expanded =
format_expand
(ft, filter);
332
text =
format_expand
(ft, data->format);
472
expanded =
format_expand
(ft, filter);
487
expanded =
format_expand
(ft, data->format);
739
expanded =
format_expand
(ft, value);
cmd-display-menu.c
243
p =
format_expand
(ft, xp);
265
p =
format_expand
(ft, yp);
cmd-list-keys.c
343
line =
format_expand
(ft, template);
window-client.c
276
expanded =
format_expand
(ft, data->key_format);
window-tree.c
312
text =
format_expand
(ft, data->format);
362
text =
format_expand
(ft, data->format);
432
text =
format_expand
(ft, data->format);
919
expanded =
format_expand
(ft, data->key_format);
cmd-parse.y
214
$$ =
format_expand
(ft, $1);
options.c
997
expanded =
format_expand
(ft, s);
format.c
93
#define
FORMAT_EXPAND
0x20
5058
modifiers |=
FORMAT_EXPAND
;
5398
if (modifiers &
FORMAT_EXPAND
) {
5683
format_expand
(struct format_tree *ft, const char *fmt)
function
5702
expanded =
format_expand
(ft, fmt);
tmux.h
2352
char *
format_expand
(struct format_tree *, const char *);
window-copy.c
4473
expanded =
format_expand
(ft, value);
Completed in 43 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026