Home
last modified time | relevance | path

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

/scripts/kconfig/
Dlkc_proto.h25 enum symbol_type sym_get_type(struct symbol *sym);
Dsymbol.c41 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() function
211 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
220 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
229 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
370 switch (sym_get_type(sym)) { in sym_calc_value()
409 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()
479 int type = sym_get_type(sym); in sym_tristate_within_range()
Dmconf.c525 type = sym_get_type(sym); in build_conf()
862 switch (sym_get_type(menu->sym)) { in conf_string()
Dconf.c232 switch (sym_get_type(sym)) { in conf_set_all_new_symbols()
310 if (sym_get_type(sym) == S_TRISTATE && in conf_rewrite_tristates()
Dnconf.c791 type = sym_get_type(sym); in build_conf()
1354 switch (sym_get_type(menu->sym)) { in conf_string()
Dqconf.cc135 type = sym_get_type(sym); in updateMenu()
495 type = sym_get_type(sym); in setValue()
526 type = sym_get_type(sym); in changeValue()
Dgconf.c819 switch (sym_get_type(sym)) { in change_sym_value()
1110 stype = sym_get_type(sym); in fill_row()