Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
A Dsymbol.c45 if (type == S_TRISTATE) { in sym_get_type()
59 case S_TRISTATE: in sym_type_name()
195 if (choice_sym && sym->type == S_TRISTATE && in sym_calc_visibility()
354 case S_TRISTATE: in sym_calc_value()
374 case S_TRISTATE: in sym_calc_value()
587 case S_TRISTATE: in sym_string_valid()
627 case S_TRISTATE: in sym_string_within_range()
650 case S_TRISTATE: in sym_set_string_value()
715 case S_TRISTATE: in sym_get_string_default()
751 case S_TRISTATE: in sym_get_string_default()
[all …]
A Dconfdata.c224 case S_TRISTATE: in conf_set_sym_val()
444 case S_TRISTATE: in conf_read_simple()
539 case S_TRISTATE: in conf_read()
679 if ((sym->type == S_BOOLEAN || sym->type == S_TRISTATE) && in __print_symbol()
725 case S_TRISTATE: in print_symbol_for_c()
1018 case S_TRISTATE: in conf_touch_deps()
1040 case S_TRISTATE: in conf_touch_deps()
A Dmenu.c259 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
265 sym2->type != S_TRISTATE) in sym_check_prop()
383 if (menu->sym && menu->sym->type != S_TRISTATE) in menu_finalize()
508 if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) { in menu_finalize()
A Dparser.y296 | T_TRISTATE { $$ = S_TRISTATE; }
301 | T_DEF_TRISTATE { $$ = S_TRISTATE; }
593 case S_TRISTATE: in print_symbol()
A Dconf.c235 case S_TRISTATE: in conf_set_all_new_symbols()
250 if (sym->type == S_TRISTATE) { in conf_set_all_new_symbols()
313 if (sym_get_type(sym) == S_TRISTATE && in conf_rewrite_mod_or_yes()
A Dexpr.c415 if (e->left.sym->type == S_TRISTATE) { in expr_trans_bool()
457 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
459 if (sym1->type == S_TRISTATE) { in expr_join_or()
521 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and()
539 if (sym1->type == S_TRISTATE) { in expr_join_and()
1008 case S_TRISTATE: in expr_parse_string()
A Dmconf.c542 case S_TRISTATE: in build_conf()
595 case S_TRISTATE: in build_conf()
A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
A Dparser.tab.c1526 { (yyval.type) = S_TRISTATE; } in yyparse()
1538 { (yyval.type) = S_TRISTATE; } in yyparse()
2048 case S_TRISTATE: in print_symbol()
A Dnconf.c809 case S_TRISTATE: in build_conf()
864 case S_TRISTATE: in build_conf()
A Dqconf.cc138 case S_TRISTATE: in updateMenu()
498 case S_TRISTATE: in setValue()
529 case S_TRISTATE: in changeValue()
A Dgconf.c821 case S_TRISTATE: in change_sym_value()
1118 case S_TRISTATE: in fill_row()

Completed in 26 milliseconds