Home
last modified time | relevance | path

Searched refs:OPTIONS_TABLE_IS_ARRAY (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/tmux/
Doptions-table.c188 .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 …]
Dwindow-customize.c286 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()
Doptions.c87 ((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()
Dtmux.h2086 #define OPTIONS_TABLE_IS_ARRAY 0x1 macro