Home
last modified time | relevance | path

Searched refs:OPTIONS_TABLE_SESSION (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Doptions-table.c126 .scope = OPTIONS_TABLE_SESSION,
134 .scope = OPTIONS_TABLE_SESSION,
142 .scope = OPTIONS_TABLE_SESSION,
149 .scope = OPTIONS_TABLE_SESSION,
155 .scope = OPTIONS_TABLE_SESSION,
161 .scope = OPTIONS_TABLE_SESSION,
167 .scope = OPTIONS_TABLE_SESSION,
173 .scope = OPTIONS_TABLE_SESSION,
179 .scope = OPTIONS_TABLE_SESSION,
185 .scope = OPTIONS_TABLE_SESSION,
[all …]
H A Dtmux.c311 options_table_populate_tree(OPTIONS_TABLE_SESSION, global_s_options); in main()
364 options_table_populate_tree(OPTIONS_TABLE_SESSION, global_s_options); in tmux_server_init()
H A Dcmd-show-options.c92 scope = OPTIONS_TABLE_SESSION; in cmd_show_options_exec()
H A Dcmd-set-option.c159 } else if (oe->scope == OPTIONS_TABLE_SESSION) { in cmd_set_option_exec()
H A Dtmux.h1543 OPTIONS_TABLE_SESSION, enumerator
/dports/sysutils/tmate/tmate-2.4.0/
H A Doptions-table.c134 .scope = OPTIONS_TABLE_SESSION,
142 .scope = OPTIONS_TABLE_SESSION,
150 .scope = OPTIONS_TABLE_SESSION,
157 .scope = OPTIONS_TABLE_SESSION,
163 .scope = OPTIONS_TABLE_SESSION,
169 .scope = OPTIONS_TABLE_SESSION,
175 .scope = OPTIONS_TABLE_SESSION,
181 .scope = OPTIONS_TABLE_SESSION,
187 .scope = OPTIONS_TABLE_SESSION,
193 .scope = OPTIONS_TABLE_SESSION,
[all …]
H A Dcmd-show-options.c92 scope = OPTIONS_TABLE_SESSION; in cmd_show_options_exec()
H A Dtmux.c375 options_table_populate_tree(OPTIONS_TABLE_SESSION, global_s_options); in main()
H A Dcmd-set-option.c153 } else if (oe->scope == OPTIONS_TABLE_SESSION) { in cmd_set_option_exec()
H A Dtmux.h1514 OPTIONS_TABLE_SESSION, enumerator
/dports/sysutils/tmux23/tmux-2.3/
H A Doptions-table.c129 .scope = OPTIONS_TABLE_SESSION,
137 .scope = OPTIONS_TABLE_SESSION,
145 .scope = OPTIONS_TABLE_SESSION,
152 .scope = OPTIONS_TABLE_SESSION,
158 .scope = OPTIONS_TABLE_SESSION,
164 .scope = OPTIONS_TABLE_SESSION,
170 .scope = OPTIONS_TABLE_SESSION,
176 .scope = OPTIONS_TABLE_SESSION,
182 .scope = OPTIONS_TABLE_SESSION,
188 .scope = OPTIONS_TABLE_SESSION,
[all …]
H A Dcmd-show-options.c92 scope = OPTIONS_TABLE_SESSION; in cmd_show_options_exec()
H A Dtmux.c298 options_table_populate_tree(OPTIONS_TABLE_SESSION, global_s_options); in main()
H A Dcmd-set-option.c153 } else if (oe->scope == OPTIONS_TABLE_SESSION) { in cmd_set_option_exec()
H A Dtmux.h1521 OPTIONS_TABLE_SESSION, enumerator
/dports/sysutils/tmux/tmux-3.2a/
H A Doptions-table.c348 .scope = OPTIONS_TABLE_SESSION,
356 .scope = OPTIONS_TABLE_SESSION,
367 .scope = OPTIONS_TABLE_SESSION,
376 .scope = OPTIONS_TABLE_SESSION,
384 .scope = OPTIONS_TABLE_SESSION,
392 .scope = OPTIONS_TABLE_SESSION,
399 .scope = OPTIONS_TABLE_SESSION,
407 .scope = OPTIONS_TABLE_SESSION,
415 .scope = OPTIONS_TABLE_SESSION,
424 .scope = OPTIONS_TABLE_SESSION,
[all …]
H A Doptions.c800 case OPTIONS_TABLE_SESSION: in options_scope_from_name()
803 scope = OPTIONS_TABLE_SESSION; in options_scope_from_name()
810 scope = OPTIONS_TABLE_SESSION; in options_scope_from_name()
884 return (OPTIONS_TABLE_SESSION); in options_scope_from_flags()
894 return (OPTIONS_TABLE_SESSION); in options_scope_from_flags()
H A Dtmux.c461 if (oe->scope & OPTIONS_TABLE_SESSION) in main()
H A Dwindow-customize.c558 (3ULL << 62)|(OPTIONS_TABLE_SESSION << 1)|1, in window_customize_build()
703 else if (oe->scope & OPTIONS_TABLE_SESSION) in window_customize_draw_option()
H A Dtmux.h1822 #define OPTIONS_TABLE_SESSION 0x2 macro
/dports/sysutils/tmux/tmux-3.2a/fuzz/
H A Dinput-fuzzer.c77 if (oe->scope & OPTIONS_TABLE_SESSION) in LLVMFuzzerInitialize()