Searched refs:S_BOOLEAN (Results 1 – 11 of 11) sorted by relevance
50 type = S_BOOLEAN; in sym_get_type()57 case S_BOOLEAN: in sym_type_name()434 case S_BOOLEAN: in sym_calc_value()454 case S_BOOLEAN: in sym_calc_value()554 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()682 case S_BOOLEAN: in sym_string_valid()722 case S_BOOLEAN: in sym_string_within_range()745 case S_BOOLEAN: in sym_set_string_value()809 case S_BOOLEAN: in sym_get_string_default()845 case S_BOOLEAN: in sym_get_string_default()[all …]
249 case S_BOOLEAN: in conf_set_sym_val()509 case S_BOOLEAN: in conf_read()621 if ((sym->type == S_BOOLEAN || sym->type == S_TRISTATE) && in __print_symbol()666 case S_BOOLEAN: in print_symbol_for_c()709 case S_BOOLEAN: in print_symbol_for_rustccfg()988 case S_BOOLEAN: in conf_touch_deps()1010 case S_BOOLEAN: in conf_touch_deps()
155 if (current_entry->sym->type != S_BOOLEAN) {250 menu_set_type(S_BOOLEAN);302 T_BOOL { $$ = S_BOOLEAN; }310 | T_DEF_BOOL { $$ = S_BOOLEAN; }638 case S_BOOLEAN: in print_symbol()
339 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()361 if (sym1->type == S_BOOLEAN) { in expr_join_or()404 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and()614 if (e->left.sym->type != S_BOOLEAN) in expr_transform()634 if (e->left.sym->type != S_BOOLEAN) in expr_transform()868 case S_BOOLEAN: in expr_parse_string()
70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
269 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()274 sym2->type != S_BOOLEAN && in sym_check_prop()
545 case S_BOOLEAN: in build_conf()
150 case S_BOOLEAN: in updateMenu()511 case S_BOOLEAN: in setValue()542 case S_BOOLEAN: in changeValue()
237 (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) || in conf_set_all_new_symbols()
194 case S_BOOLEAN: in set_node()704 case S_BOOLEAN: in change_sym_value()
848 case S_BOOLEAN: in build_conf()
Completed in 24 milliseconds