HomeSort by: relevance | last modified time | path
    Searched refs:OPTIONS_TABLE_IS_ARRAY (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tmux/dist/
options-table.c 237 .flags = OPTIONS_TABLE_IS_ARRAY|OPTIONS_TABLE_IS_HOOK, \
246 .flags = OPTIONS_TABLE_IS_ARRAY|OPTIONS_TABLE_IS_HOOK, \
255 .flags = OPTIONS_TABLE_IS_ARRAY|OPTIONS_TABLE_IS_HOOK, \
294 .flags = OPTIONS_TABLE_IS_ARRAY,
309 .flags = OPTIONS_TABLE_IS_ARRAY,
503 .flags = OPTIONS_TABLE_IS_ARRAY,
512 .flags = OPTIONS_TABLE_IS_ARRAY,
524 .flags = OPTIONS_TABLE_IS_ARRAY,
819 .flags = OPTIONS_TABLE_IS_ARRAY,
980 .flags = OPTIONS_TABLE_IS_ARRAY,
    [all...]
window-customize.c 286 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_ARRAY))
709 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_ARRAY)) {
788 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_ARRAY)) {
980 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_ARRAY)) {
1033 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_ARRAY)) {
1102 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_ARRAY)) {
options.c 87 ((o)->tableentry->flags & OPTIONS_TABLE_IS_ARRAY))
251 if (oe->flags & OPTIONS_TABLE_IS_ARRAY)
268 if (oe->flags & OPTIONS_TABLE_IS_ARRAY) {
tmux.h 2175 #define OPTIONS_TABLE_IS_ARRAY 0x1

Completed in 21 milliseconds