Searched refs:OPTIONS_TABLE_CHOICE (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | options-table.c | 282 .type = OPTIONS_TABLE_CHOICE, 329 .type = OPTIONS_TABLE_CHOICE, 338 .type = OPTIONS_TABLE_CHOICE, 397 .type = OPTIONS_TABLE_CHOICE, 435 .type = OPTIONS_TABLE_CHOICE, 478 .type = OPTIONS_TABLE_CHOICE, 506 .type = OPTIONS_TABLE_CHOICE, 537 .type = OPTIONS_TABLE_CHOICE, 546 .type = OPTIONS_TABLE_CHOICE, 648 .type = OPTIONS_TABLE_CHOICE, [all …]
|
H A D | options.c | 80 (o)->tableentry->type == OPTIONS_TABLE_CHOICE)) 157 case OPTIONS_TABLE_CHOICE: in options_value_to_string() 310 case OPTIONS_TABLE_CHOICE: in options_default_to_string() 1061 oe->type != OPTIONS_TABLE_CHOICE) { in options_from_string() 1112 case OPTIONS_TABLE_CHOICE: in options_from_string()
|
H A D | window-customize.c | 748 if (oe != NULL && oe->type == OPTIONS_TABLE_CHOICE) { in window_customize_draw_option() 1089 } else if (oe != NULL && oe->type == OPTIONS_TABLE_CHOICE) { in window_customize_set_option()
|
H A D | tmux.h | 2076 OPTIONS_TABLE_CHOICE, enumerator
|