Searched refs:sym_get_type (Results 1 – 8 of 8) sorted by relevance
39 enum symbol_type sym_get_type(struct symbol *sym);
63 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() function246 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()255 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()264 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()405 switch (sym_get_type(sym)) { in sym_calc_value()443 (sym_get_type(sym) == S_BOOLEAN || sym->implied.tri == yes)) in sym_calc_value()513 int type = sym_get_type(sym); in sym_tristate_within_range()
529 type = sym_get_type(sym); in build_conf()869 switch (sym_get_type(menu->sym)) { in conf_string()
86 enum symbol_type type = sym_get_type(sym); in conf_askvalue()
794 type = sym_get_type(sym); in build_conf()1359 switch (sym_get_type(menu->sym)) { in conf_string()
158 type = sym_get_type(sym); in updateMenu()484 type = sym_get_type(sym); in setValue()515 type = sym_get_type(sym); in changeValue()
823 switch (sym_get_type(sym)) { in change_sym_value()1110 stype = sym_get_type(sym); in fill_row()
1209 switch (sym_get_type(sym)) { in conf_set_all_new_symbols()
Completed in 20 milliseconds