Searched refs:OPTIONS_TABLE_IS_HOOK (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dcmd-show-options.c225 (oe->flags & OPTIONS_TABLE_IS_HOOK)) ||
227 (~oe->flags & OPTIONS_TABLE_IS_HOOK)))
H A Doptions-table.c179 .flags = OPTIONS_TABLE_IS_ARRAY|OPTIONS_TABLE_IS_HOOK, \
188 .flags = OPTIONS_TABLE_IS_ARRAY|OPTIONS_TABLE_IS_HOOK, \
197 .flags = OPTIONS_TABLE_IS_ARRAY|OPTIONS_TABLE_IS_HOOK, \
H A Dwindow-customize.c283 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_HOOK))
H A Dtmux.h1976 #define OPTIONS_TABLE_IS_HOOK 0x2 macro

Completed in 198 milliseconds