Home
last modified time | relevance | path

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

/buildroot/support/kconfig/
A Dkconf_id.c20 { "tristate", T_TYPE, TF_COMMAND, S_TRISTATE },
21 { "def_tristate", T_DEFAULT, TF_COMMAND, S_TRISTATE },
A Dsymbol.c67 if (type == S_TRISTATE) { in sym_get_type()
81 case S_TRISTATE: in sym_type_name()
228 if (choice_sym && sym->type == S_TRISTATE && in sym_calc_visibility()
387 case S_TRISTATE: in sym_calc_value()
407 case S_TRISTATE: in sym_calc_value()
621 case S_TRISTATE: in sym_string_valid()
661 case S_TRISTATE: in sym_string_within_range()
684 case S_TRISTATE: in sym_set_string_value()
749 case S_TRISTATE: in sym_get_string_default()
785 case S_TRISTATE: in sym_get_string_default()
[all …]
A Dconfdata.c130 case S_TRISTATE: in conf_set_sym_val()
340 case S_TRISTATE: in conf_read_simple()
430 case S_TRISTATE: in conf_read()
492 case S_TRISTATE: in kconfig_print_symbol()
546 case S_TRISTATE: { in header_print_symbol()
618 if (sym->type == S_TRISTATE && *value != 'n') in tristate_print_symbol()
885 case S_TRISTATE: in conf_split_config()
907 case S_TRISTATE: in conf_split_config()
1211 case S_TRISTATE: in conf_set_all_new_symbols()
1229 if (sym->type == S_TRISTATE) { in conf_set_all_new_symbols()
A Dmenu.c270 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
276 sym2->type != S_TRISTATE) in sym_check_prop()
396 if (menu->sym && menu->sym->type != S_TRISTATE) in menu_finalize()
521 if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) { in menu_finalize()
A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
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 Dmconf.c546 case S_TRISTATE: in build_conf()
599 case S_TRISTATE: in build_conf()
A Dzconf.y316 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
656 case S_TRISTATE: in print_symbol()
A Dnconf.c812 case S_TRISTATE: in build_conf()
867 case S_TRISTATE: in build_conf()
A Dqconf.cc161 case S_TRISTATE: in updateMenu()
487 case S_TRISTATE: in setValue()
518 case S_TRISTATE: in changeValue()
A Dgconf.c825 case S_TRISTATE: in change_sym_value()
1118 case S_TRISTATE: in fill_row()
A Dzconf.tab.c_shipped1732 if ((yyvsp[-2].id)->stype == S_BOOLEAN || (yyvsp[-2].id)->stype == S_TRISTATE) {
2362 case S_TRISTATE:

Completed in 29 milliseconds