Searched refs:sym_get_type (Results 1 – 7 of 7) sorted by relevance
41 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() function213 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()222 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()231 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()372 switch (sym_get_type(sym)) { in sym_calc_value()411 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()481 int type = sym_get_type(sym); in sym_tristate_within_range()
25 enum symbol_type sym_get_type(struct symbol *sym);
525 type = sym_get_type(sym); in build_conf()862 switch (sym_get_type(menu->sym)) { in conf_string()
233 switch (sym_get_type(sym)) { in conf_set_all_new_symbols()313 if (sym_get_type(sym) == S_TRISTATE && in conf_rewrite_mod_or_yes()
791 type = sym_get_type(sym); in build_conf()1350 switch (sym_get_type(menu->sym)) { in conf_string()
135 type = sym_get_type(sym); in updateMenu()495 type = sym_get_type(sym); in setValue()526 type = sym_get_type(sym); in changeValue()
819 switch (sym_get_type(sym)) { in change_sym_value()1110 stype = sym_get_type(sym); in fill_row()
Completed in 16 milliseconds