Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/kconfig/
Dsymbol.c40 if (type == S_TRISTATE) { in sym_get_type()
54 case S_TRISTATE: in sym_type_name()
190 if (choice_sym && sym->type == S_TRISTATE && in sym_calc_visibility()
196 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
349 case S_TRISTATE: in sym_calc_value()
369 case S_TRISTATE: in sym_calc_value()
480 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range()
583 case S_TRISTATE: in sym_string_valid()
623 case S_TRISTATE: in sym_string_within_range()
646 case S_TRISTATE: in sym_set_string_value()
[all …]
Dconfdata.c239 case S_TRISTATE: in conf_set_sym_val()
441 case S_TRISTATE: in conf_read_simple()
536 case S_TRISTATE: in conf_read()
596 case S_TRISTATE: in kconfig_print_symbol()
650 case S_TRISTATE: { in header_print_symbol()
722 if (sym->type == S_TRISTATE && *value != 'n') in tristate_print_symbol()
1013 case S_TRISTATE: in conf_touch_deps()
1035 case S_TRISTATE: in conf_touch_deps()
1293 case S_TRISTATE: in conf_set_all_new_symbols()
1311 if (sym->type == S_TRISTATE) { in conf_set_all_new_symbols()
Dmenu.c264 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
270 sym2->type != S_TRISTATE) in sym_check_prop()
390 if (menu->sym && menu->sym->type != S_TRISTATE) in menu_finalize()
515 if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) { in menu_finalize()
Dparser.y302 | T_TRISTATE { $$ = S_TRISTATE; }
307 | T_DEF_TRISTATE { $$ = S_TRISTATE; }
605 case S_TRISTATE: in print_symbol()
Dexpr.c409 if (e->left.sym->type == S_TRISTATE) { in expr_trans_bool()
451 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
453 if (sym1->type == S_TRISTATE) { in expr_join_or()
515 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and()
533 if (sym1->type == S_TRISTATE) { in expr_join_and()
1002 case S_TRISTATE: in expr_parse_string()
Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
Dmconf.c544 case S_TRISTATE: in build_conf()
597 case S_TRISTATE: in build_conf()
Dnconf.c812 case S_TRISTATE: in build_conf()
867 case S_TRISTATE: in build_conf()
Dqconf.cc152 case S_TRISTATE: in updateMenu()
478 case S_TRISTATE: in setValue()
509 case S_TRISTATE: in changeValue()
Dgconf.c824 case S_TRISTATE: in change_sym_value()
1117 case S_TRISTATE: in fill_row()