Searched refs:S_BOOLEAN (Results 1 – 12 of 12) sorted by relevance
47 type = S_BOOLEAN; in sym_get_type()49 type = S_BOOLEAN; in sym_get_type()57 case S_BOOLEAN: in sym_type_name()353 case S_BOOLEAN: in sym_calc_value()373 case S_BOOLEAN: in sym_calc_value()586 case S_BOOLEAN: in sym_string_valid()626 case S_BOOLEAN: in sym_string_within_range()649 case S_BOOLEAN: in sym_set_string_value()714 case S_BOOLEAN: in sym_get_string_default()750 case S_BOOLEAN: in sym_get_string_default()[all …]
231 case S_BOOLEAN: in conf_set_sym_val()437 sym->type = S_BOOLEAN; in conf_read_simple()443 case S_BOOLEAN: in conf_read_simple()538 case S_BOOLEAN: in conf_read()679 if ((sym->type == S_BOOLEAN || sym->type == S_TRISTATE) && in __print_symbol()724 case S_BOOLEAN: in print_symbol_for_c()804 if ((sym->type == S_BOOLEAN) && in conf_write_defconfig()1017 case S_BOOLEAN: in conf_touch_deps()1039 case S_BOOLEAN: in conf_touch_deps()
295 T_BOOL { $$ = S_BOOLEAN; }300 | T_DEF_BOOL { $$ = S_BOOLEAN; }590 case S_BOOLEAN: in print_symbol()
457 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()479 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or()521 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and()717 if (e->left.sym->type != S_BOOLEAN) in expr_transform()739 if (e->left.sym->type != S_BOOLEAN) in expr_transform()1007 case S_BOOLEAN: in expr_parse_string()
137 case S_BOOLEAN: in updateMenu()148 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu()159 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu()497 case S_BOOLEAN: in setValue()528 case S_BOOLEAN: in changeValue()
539 case S_BOOLEAN: in build_conf()587 case S_BOOLEAN: in build_conf()
65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
1522 { (yyval.type) = S_BOOLEAN; } in yyparse()1534 { (yyval.type) = S_BOOLEAN; } in yyparse()2045 case S_BOOLEAN: in print_symbol()
259 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()264 sym2->type != S_BOOLEAN && in sym_check_prop()
805 case S_BOOLEAN: in build_conf()856 case S_BOOLEAN: in build_conf()
820 case S_BOOLEAN: in change_sym_value()1112 case S_BOOLEAN: in fill_row()
234 case S_BOOLEAN: in conf_set_all_new_symbols()
Completed in 26 milliseconds