Searched refs:S_TRISTATE (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/scripts/kconfig/ |
D | kconf_id.c | 20 { "tristate", T_TYPE, TF_COMMAND, S_TRISTATE }, 21 { "def_tristate", T_DEFAULT, TF_COMMAND, S_TRISTATE },
|
D | symbol.c | 40 if (type == S_TRISTATE) { in sym_get_type() 54 case S_TRISTATE: in sym_type_name() 192 if (choice_sym && sym->type == S_TRISTATE && in sym_calc_visibility() 198 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility() 351 case S_TRISTATE: in sym_calc_value() 371 case S_TRISTATE: in sym_calc_value() 482 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range() 585 case S_TRISTATE: in sym_string_valid() 625 case S_TRISTATE: in sym_string_within_range() 648 case S_TRISTATE: in sym_set_string_value() [all …]
|
D | confdata.c | 167 case S_TRISTATE: in conf_set_sym_val() 378 case S_TRISTATE: in conf_read_simple() 468 case S_TRISTATE: in conf_read() 530 case S_TRISTATE: in kconfig_print_symbol() 584 case S_TRISTATE: { in header_print_symbol() 656 if (sym->type == S_TRISTATE && *value != 'n') in tristate_print_symbol() 939 case S_TRISTATE: in conf_split_config() 961 case S_TRISTATE: in conf_split_config() 1251 case S_TRISTATE: in conf_set_all_new_symbols() 1269 if (sym->type == S_TRISTATE) { in conf_set_all_new_symbols()
|
D | menu.c | 267 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop() 273 sym2->type != S_TRISTATE) in sym_check_prop() 393 if (menu->sym && menu->sym->type != S_TRISTATE) in menu_finalize() 518 if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) { in menu_finalize()
|
D | expr.c | 407 if (e->left.sym->type == S_TRISTATE) { in expr_trans_bool() 449 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 451 if (sym1->type == S_TRISTATE) { in expr_join_or() 513 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 531 if (sym1->type == S_TRISTATE) { in expr_join_and() 1001 case S_TRISTATE: in expr_parse_string()
|
D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
D | mconf.c | 544 case S_TRISTATE: in build_conf() 597 case S_TRISTATE: in build_conf()
|
D | zconf.y | 308 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) { 659 case S_TRISTATE: in print_symbol()
|
D | nconf.c | 813 case S_TRISTATE: in build_conf() 868 case S_TRISTATE: in build_conf()
|
D | qconf.cc | 152 case S_TRISTATE: in updateMenu() 478 case S_TRISTATE: in setValue() 509 case S_TRISTATE: in changeValue()
|
D | gconf.c | 826 case S_TRISTATE: in change_sym_value() 1119 case S_TRISTATE: in fill_row()
|