Searched refs:OPTIONS_TABLE_SESSION (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/tmux/dist/ |
| D | options-table.c | 180 .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 …]
|
| D | options.c | 829 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()
|
| D | tmux.c | 485 if (oe->scope & OPTIONS_TABLE_SESSION) in main()
|
| D | window-customize.c | 558 (3ULL << 62)|(OPTIONS_TABLE_SESSION << 1)|1, in window_customize_build() 701 else if (oe->scope & OPTIONS_TABLE_SESSION) in window_customize_draw_option()
|
| D | tmux.h | 2052 #define OPTIONS_TABLE_SESSION 0x2 macro
|