Searched refs:S_TRISTATE (Results 1 – 13 of 13) sorted by relevance
/scripts/kconfig/ |
D | zconf.gperf | 31 tristate, T_TYPE, TF_COMMAND, S_TRISTATE 32 def_tristate, T_DEFAULT, TF_COMMAND, S_TRISTATE
|
D | confdata.c | 125 case S_TRISTATE: in conf_set_sym_val() 334 case S_TRISTATE: in conf_read_simple() 420 case S_TRISTATE: in conf_read() 482 case S_TRISTATE: in kconfig_print_symbol() 536 case S_TRISTATE: { in header_print_symbol() 608 if (sym->type == S_TRISTATE && *value != 'n') in tristate_print_symbol() 858 case S_TRISTATE: in conf_split_config() 880 case S_TRISTATE: in conf_split_config() 1160 case S_TRISTATE: in conf_set_all_new_symbols() 1174 if (sym->type == S_TRISTATE) { in conf_set_all_new_symbols()
|
D | symbol.c | 67 if (type == S_TRISTATE) { in sym_get_type() 81 case S_TRISTATE: in sym_type_name() 199 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility() 322 case S_TRISTATE: in sym_calc_value() 340 case S_TRISTATE: in sym_calc_value() 480 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range() 581 case S_TRISTATE: in sym_string_valid() 621 case S_TRISTATE: in sym_string_within_range() 644 case S_TRISTATE: in sym_set_string_value() 709 case S_TRISTATE: in sym_get_string_default() [all …]
|
D | menu.c | 249 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop() 255 sym2->type != S_TRISTATE) in sym_check_prop() 322 if (menu->sym && menu->sym->type != S_TRISTATE) in menu_finalize() 391 if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) { in menu_finalize()
|
D | zconf.hash.c_shipped | 194 …t)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str8, T_TYPE, TF_COMMAND, S_TRISTATE}, 199 …long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_TRISTATE},
|
D | expr.c | 330 if (e->left.sym->type == S_TRISTATE) { in expr_trans_bool() 372 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 374 if (sym1->type == S_TRISTATE) { in expr_join_or() 436 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 454 if (sym1->type == S_TRISTATE) { in expr_join_and()
|
D | expr.h | 63 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
D | zconf.y | 284 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) { 619 case S_TRISTATE: in print_symbol()
|
D | mconf.c | 546 case S_TRISTATE: in build_conf() 599 case S_TRISTATE: in build_conf()
|
D | nconf.c | 809 case S_TRISTATE: in build_conf() 864 case S_TRISTATE: in build_conf()
|
D | qconf.cc | 164 case S_TRISTATE: in updateMenu() 498 case S_TRISTATE: in setValue() 529 case S_TRISTATE: in changeValue()
|
D | gconf.c | 849 case S_TRISTATE: in change_sym_value() 1142 case S_TRISTATE: in fill_row()
|
D | zconf.tab.c_shipped | 1817 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) { 2382 case S_TRISTATE:
|