Home
last modified time | relevance | path

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

/linux-6.15/scripts/kconfig/
H A Dsymbol.c50 type = S_BOOLEAN; in sym_get_type()
57 case S_BOOLEAN: in sym_type_name()
430 case S_BOOLEAN: in sym_calc_value()
450 case S_BOOLEAN: in sym_calc_value()
550 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
678 case S_BOOLEAN: in sym_string_valid()
718 case S_BOOLEAN: in sym_string_within_range()
741 case S_BOOLEAN: in sym_set_string_value()
805 case S_BOOLEAN: in sym_get_string_default()
841 case S_BOOLEAN: in sym_get_string_default()
[all …]
H A Dconfdata.c249 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()
H A Dparser.y155 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()
H A Dexpr.c339 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()
H A Dexpr.h70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
H A Dmenu.c268 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
273 sym2->type != S_BOOLEAN && in sym_check_prop()
H A Dqconf.cc140 case S_BOOLEAN: in updateMenu()
497 case S_BOOLEAN: in setValue()
528 case S_BOOLEAN: in changeValue()
H A Dmconf.c545 case S_BOOLEAN: in build_conf()
H A Dconf.c237 (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) || in conf_set_all_new_symbols()
H A Dgconf.c785 case S_BOOLEAN: in change_sym_value()
1078 case S_BOOLEAN: in fill_row()
H A Dnconf.c846 case S_BOOLEAN: in build_conf()