Searched refs:sym_get_type (Results 1 – 7 of 7) sorted by relevance
28 enum symbol_type sym_get_type(const struct symbol *sym);
45 enum symbol_type sym_get_type(const struct symbol *sym) in sym_get_type() function235 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()244 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()253 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()453 switch (sym_get_type(sym)) { in sym_calc_value()494 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()546 int type = sym_get_type(sym); in sym_tristate_within_range()
516 type = sym_get_type(sym); in build_conf()667 switch (sym_get_type(menu->sym)) { in conf_string()
819 type = sym_get_type(sym); in build_conf()1358 switch (sym_get_type(menu->sym)) { in conf_string()
148 type = sym_get_type(sym); in updateMenu()509 type = sym_get_type(sym); in setValue()540 type = sym_get_type(sym); in changeValue()
284 if (sym_get_type(sym) == S_TRISTATE && in conf_rewrite_tristates()
193 switch (sym_get_type(sym)) { in set_node()703 switch (sym_get_type(sym)) { in change_sym_value()
Completed in 17 milliseconds