Searched refs:S_TRISTATE (Results 1 – 13 of 13) sorted by relevance
/scripts/kconfig/ |
D | zconf.gperf | 32 tristate, T_TYPE, TF_COMMAND, S_TRISTATE 33 def_tristate, T_DEFAULT, TF_COMMAND, S_TRISTATE
|
D | confdata.c | 131 case S_TRISTATE: in conf_set_sym_val() 342 case S_TRISTATE: in conf_read_simple() 429 case S_TRISTATE: in conf_read() 491 case S_TRISTATE: in kconfig_print_symbol() 545 case S_TRISTATE: { in header_print_symbol() 617 if (sym->type == S_TRISTATE && *value != 'n') in tristate_print_symbol() 868 case S_TRISTATE: in conf_split_config() 890 case S_TRISTATE: in conf_split_config() 1176 case S_TRISTATE: in conf_set_all_new_symbols() 1194 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() 220 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility() 343 case S_TRISTATE: in sym_calc_value() 361 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 | 256 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop() 262 sym2->type != S_TRISTATE) in sym_check_prop() 329 if (menu->sym && menu->sym->type != S_TRISTATE) in menu_finalize() 399 if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) { in menu_finalize()
|
D | expr.c | 352 if (e->left.sym->type == S_TRISTATE) { in expr_trans_bool() 394 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 396 if (sym1->type == S_TRISTATE) { in expr_join_or() 458 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 476 if (sym1->type == S_TRISTATE) { in expr_join_and() 902 case S_TRISTATE: in expr_parse_string()
|
D | zconf.hash.c_shipped | 198 …t)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str8, T_TYPE, TF_COMMAND, S_TRISTATE}, 205 …long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_TRISTATE},
|
D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
D | zconf.y | 309 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) { 636 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 | 810 case S_TRISTATE: in build_conf() 865 case S_TRISTATE: in build_conf()
|
D | qconf.cc | 153 case S_TRISTATE: in updateMenu() 479 case S_TRISTATE: in setValue() 510 case S_TRISTATE: in changeValue()
|
D | gconf.c | 825 case S_TRISTATE: in change_sym_value() 1118 case S_TRISTATE: in fill_row()
|
D | zconf.tab.c_shipped | 1861 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) { 2458 case S_TRISTATE:
|