Home
last modified time | relevance | path

Searched refs:S_TRISTATE (Results 1 – 11 of 11) sorted by relevance

/scripts/kconfig/
A Dkconf_id.c20 { "tristate", T_TYPE, TF_COMMAND, S_TRISTATE },
21 { "def_tristate", T_DEFAULT, TF_COMMAND, S_TRISTATE },
A Dsymbol.c40 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()
351 case S_TRISTATE: in sym_calc_value()
371 case S_TRISTATE: in sym_calc_value()
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()
713 case S_TRISTATE: in sym_get_string_default()
749 case S_TRISTATE: in sym_get_string_default()
[all …]
A Dconfdata.c167 case S_TRISTATE: in conf_set_sym_val()
374 case S_TRISTATE: in conf_read_simple()
464 case S_TRISTATE: in conf_read()
526 case S_TRISTATE: in kconfig_print_symbol()
580 case S_TRISTATE: { in header_print_symbol()
652 if (sym->type == S_TRISTATE && *value != 'n') in tristate_print_symbol()
937 case S_TRISTATE: in conf_split_config()
959 case S_TRISTATE: in conf_split_config()
1246 case S_TRISTATE: in conf_set_all_new_symbols()
1264 if (sym->type == S_TRISTATE) { in conf_set_all_new_symbols()
A Dmenu.c267 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()
A Dexpr.c407 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()
A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
A Dmconf.c544 case S_TRISTATE: in build_conf()
597 case S_TRISTATE: in build_conf()
A Dzconf.y308 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
659 case S_TRISTATE: in print_symbol()
A Dnconf.c810 case S_TRISTATE: in build_conf()
865 case S_TRISTATE: in build_conf()
A Dqconf.cc152 case S_TRISTATE: in updateMenu()
478 case S_TRISTATE: in setValue()
509 case S_TRISTATE: in changeValue()
A Dgconf.c797 case S_TRISTATE: in change_sym_value()
1086 case S_TRISTATE: in fill_row()

Completed in 89 milliseconds