Searched refs:S_TRISTATE (Results 1 – 10 of 10) sorted by relevance
40 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()349 case S_TRISTATE: in sym_calc_value()369 case S_TRISTATE: in sym_calc_value()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()711 case S_TRISTATE: in sym_get_string_default()747 case S_TRISTATE: in sym_get_string_default()[all …]
239 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()
264 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()
302 | T_TRISTATE { $$ = S_TRISTATE; }307 | T_DEF_TRISTATE { $$ = S_TRISTATE; }605 case S_TRISTATE: in print_symbol()
409 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()
65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
544 case S_TRISTATE: in build_conf()597 case S_TRISTATE: in build_conf()
812 case S_TRISTATE: in build_conf()867 case S_TRISTATE: in build_conf()
152 case S_TRISTATE: in updateMenu()478 case S_TRISTATE: in setValue()509 case S_TRISTATE: in changeValue()
824 case S_TRISTATE: in change_sym_value()1117 case S_TRISTATE: in fill_row()
Completed in 22 milliseconds