Home
last modified time | relevance | path

Searched refs:sym_get_type (Results 1 – 7 of 7) sorted by relevance

/scripts/kconfig/
Dlkc_proto.h28 enum symbol_type sym_get_type(const struct symbol *sym);
Dsymbol.c45 enum symbol_type sym_get_type(const struct symbol *sym) in sym_get_type() function
219 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
228 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
237 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
437 switch (sym_get_type(sym)) { in sym_calc_value()
478 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()
530 int type = sym_get_type(sym); in sym_tristate_within_range()
Dmconf.c516 type = sym_get_type(sym); in build_conf()
667 switch (sym_get_type(menu->sym)) { in conf_string()
Dnconf.c819 type = sym_get_type(sym); in build_conf()
1358 switch (sym_get_type(menu->sym)) { in conf_string()
Dqconf.cc138 type = sym_get_type(sym); in updateMenu()
498 type = sym_get_type(sym); in setValue()
529 type = sym_get_type(sym); in changeValue()
Dconf.c284 if (sym_get_type(sym) == S_TRISTATE && in conf_rewrite_tristates()
Dgconf.c785 switch (sym_get_type(sym)) { in change_sym_value()
1078 stype = sym_get_type(sym); in fill_row()