Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tmux/dist/
Doptions-table.c180 .scope = OPTIONS_TABLE_SESSION, \
453 .scope = OPTIONS_TABLE_SESSION,
461 .scope = OPTIONS_TABLE_SESSION,
472 .scope = OPTIONS_TABLE_SESSION,
481 .scope = OPTIONS_TABLE_SESSION,
489 .scope = OPTIONS_TABLE_SESSION,
497 .scope = OPTIONS_TABLE_SESSION,
504 .scope = OPTIONS_TABLE_SESSION,
512 .scope = OPTIONS_TABLE_SESSION,
521 .scope = OPTIONS_TABLE_SESSION,
[all …]
Doptions.c829 case OPTIONS_TABLE_SESSION: in options_scope_from_name()
832 scope = OPTIONS_TABLE_SESSION; in options_scope_from_name()
839 scope = OPTIONS_TABLE_SESSION; in options_scope_from_name()
913 return (OPTIONS_TABLE_SESSION); in options_scope_from_flags()
923 return (OPTIONS_TABLE_SESSION); in options_scope_from_flags()
Dtmux.c485 if (oe->scope & OPTIONS_TABLE_SESSION) in main()
Dwindow-customize.c558 (3ULL << 62)|(OPTIONS_TABLE_SESSION << 1)|1, in window_customize_build()
701 else if (oe->scope & OPTIONS_TABLE_SESSION) in window_customize_draw_option()
Dtmux.h2052 #define OPTIONS_TABLE_SESSION 0x2 macro