Home
last modified time | relevance | path

Searched refs:OPTIONS_TABLE_WINDOW (Results 1 – 22 of 22) sorted by relevance

/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Doptions-table.c515 .scope = OPTIONS_TABLE_WINDOW,
521 .scope = OPTIONS_TABLE_WINDOW,
527 .scope = OPTIONS_TABLE_WINDOW,
533 .scope = OPTIONS_TABLE_WINDOW,
539 .scope = OPTIONS_TABLE_WINDOW,
546 .scope = OPTIONS_TABLE_WINDOW,
552 .scope = OPTIONS_TABLE_WINDOW,
559 .scope = OPTIONS_TABLE_WINDOW,
567 .scope = OPTIONS_TABLE_WINDOW,
575 .scope = OPTIONS_TABLE_WINDOW,
[all …]
H A Dtmux.c315 options_table_populate_tree(OPTIONS_TABLE_WINDOW, global_w_options); in main()
368 options_table_populate_tree(OPTIONS_TABLE_WINDOW, global_w_options); in tmux_server_init()
H A Dcmd-show-options.c79 scope = OPTIONS_TABLE_WINDOW; in cmd_show_options_exec()
H A Dcmd-set-option.c146 else if (oe->scope == OPTIONS_TABLE_WINDOW) { in cmd_set_option_exec()
H A Dtmux.h1544 OPTIONS_TABLE_WINDOW, enumerator
/dports/sysutils/tmux23/tmux-2.3/
H A Doptions-table.c518 .scope = OPTIONS_TABLE_WINDOW,
524 .scope = OPTIONS_TABLE_WINDOW,
530 .scope = OPTIONS_TABLE_WINDOW,
536 .scope = OPTIONS_TABLE_WINDOW,
542 .scope = OPTIONS_TABLE_WINDOW,
549 .scope = OPTIONS_TABLE_WINDOW,
555 .scope = OPTIONS_TABLE_WINDOW,
562 .scope = OPTIONS_TABLE_WINDOW,
570 .scope = OPTIONS_TABLE_WINDOW,
578 .scope = OPTIONS_TABLE_WINDOW,
[all …]
H A Dcmd-show-options.c79 scope = OPTIONS_TABLE_WINDOW; in cmd_show_options_exec()
H A Dtmux.c302 options_table_populate_tree(OPTIONS_TABLE_WINDOW, global_w_options); in main()
H A Dcmd-set-option.c140 else if (oe->scope == OPTIONS_TABLE_WINDOW) { in cmd_set_option_exec()
H A Dtmux.h1522 OPTIONS_TABLE_WINDOW, enumerator
/dports/sysutils/tmate/tmate-2.4.0/
H A Doptions-table.c523 .scope = OPTIONS_TABLE_WINDOW,
529 .scope = OPTIONS_TABLE_WINDOW,
535 .scope = OPTIONS_TABLE_WINDOW,
541 .scope = OPTIONS_TABLE_WINDOW,
547 .scope = OPTIONS_TABLE_WINDOW,
554 .scope = OPTIONS_TABLE_WINDOW,
560 .scope = OPTIONS_TABLE_WINDOW,
567 .scope = OPTIONS_TABLE_WINDOW,
575 .scope = OPTIONS_TABLE_WINDOW,
583 .scope = OPTIONS_TABLE_WINDOW,
[all …]
H A Dcmd-show-options.c79 scope = OPTIONS_TABLE_WINDOW; in cmd_show_options_exec()
H A Dtmux.c379 options_table_populate_tree(OPTIONS_TABLE_WINDOW, global_w_options); in main()
H A Dcmd-set-option.c140 else if (oe->scope == OPTIONS_TABLE_WINDOW) { in cmd_set_option_exec()
H A Dtmux.h1515 OPTIONS_TABLE_WINDOW, enumerator
/dports/sysutils/tmux/tmux-3.2a/
H A Doptions-table.c176 .scope = OPTIONS_TABLE_WINDOW, \
755 .scope = OPTIONS_TABLE_WINDOW,
781 .scope = OPTIONS_TABLE_WINDOW,
788 .scope = OPTIONS_TABLE_WINDOW,
796 .scope = OPTIONS_TABLE_WINDOW,
803 .scope = OPTIONS_TABLE_WINDOW,
811 .scope = OPTIONS_TABLE_WINDOW,
820 .scope = OPTIONS_TABLE_WINDOW,
829 .scope = OPTIONS_TABLE_WINDOW,
838 .scope = OPTIONS_TABLE_WINDOW,
[all …]
H A Doptions.c813 case OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE: in options_scope_from_name()
826 case OPTIONS_TABLE_WINDOW: in options_scope_from_name()
829 scope = OPTIONS_TABLE_WINDOW; in options_scope_from_name()
836 scope = OPTIONS_TABLE_WINDOW; in options_scope_from_name()
870 return (OPTIONS_TABLE_WINDOW); in options_scope_from_flags()
880 return (OPTIONS_TABLE_WINDOW); in options_scope_from_flags()
H A Dcmd-set-option.c152 if (args_has(args, 'U') && scope == OPTIONS_TABLE_WINDOW) { in cmd_set_option_exec()
H A Dwindow-customize.c564 (3ULL << 62)|(OPTIONS_TABLE_WINDOW << 1)|1, in window_customize_build()
698 else if ((oe->scope & (OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE)) == in window_customize_draw_option()
699 (OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE)) in window_customize_draw_option()
701 else if (oe->scope & OPTIONS_TABLE_WINDOW) in window_customize_draw_option()
H A Dtmux.c463 if (oe->scope & OPTIONS_TABLE_WINDOW) in main()
H A Dtmux.h1823 #define OPTIONS_TABLE_WINDOW 0x4 macro
/dports/sysutils/tmux/tmux-3.2a/fuzz/
H A Dinput-fuzzer.c79 if (oe->scope & OPTIONS_TABLE_WINDOW) in LLVMFuzzerInitialize()