Searched refs:OPTIONS_TABLE_IS_ARRAY (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/tmux/ |
| D | options-table.c | 188 .flags = OPTIONS_TABLE_IS_ARRAY|OPTIONS_TABLE_IS_HOOK, \ 197 .flags = OPTIONS_TABLE_IS_ARRAY|OPTIONS_TABLE_IS_HOOK, \ 206 .flags = OPTIONS_TABLE_IS_ARRAY|OPTIONS_TABLE_IS_HOOK, \ 245 .flags = OPTIONS_TABLE_IS_ARRAY, 260 .flags = OPTIONS_TABLE_IS_ARRAY, 447 .flags = OPTIONS_TABLE_IS_ARRAY, 456 .flags = OPTIONS_TABLE_IS_ARRAY, 468 .flags = OPTIONS_TABLE_IS_ARRAY, 755 .flags = OPTIONS_TABLE_IS_ARRAY, 878 .flags = OPTIONS_TABLE_IS_ARRAY, [all …]
|
| D | window-customize.c | 286 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_ARRAY)) in window_customize_build_option() 709 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_ARRAY)) { in window_customize_draw_option() 788 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_ARRAY)) { in window_customize_draw_option() 980 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_ARRAY)) { in window_customize_set_option_callback() 1033 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_ARRAY)) { in window_customize_set_option() 1102 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_ARRAY)) { in window_customize_set_option()
|
| D | options.c | 87 ((o)->tableentry->flags & OPTIONS_TABLE_IS_ARRAY)) 251 if (oe->flags & OPTIONS_TABLE_IS_ARRAY) in options_empty() 267 if (oe->flags & OPTIONS_TABLE_IS_ARRAY) { in options_default()
|
| D | tmux.h | 2086 #define OPTIONS_TABLE_IS_ARRAY 0x1 macro
|