Searched refs:def_sym (Results 1 – 5 of 5) sorted by relevance
244 struct symbol *def_sym; in sym_choice_default() local254 if (def_sym->visible != no) in sym_choice_default()255 return def_sym; in sym_choice_default()261 if (def_sym->visible != no) in sym_choice_default()262 return def_sym; in sym_choice_default()270 struct symbol *def_sym; in sym_calc_choice() local281 flags &= def_sym->flags; in sym_calc_choice()288 if (def_sym && def_sym->visible != no) in sym_calc_choice()289 return def_sym; in sym_calc_choice()293 if (def_sym == NULL) in sym_calc_choice()[all …]
231 struct symbol *sym, *def_sym; in conf_choice() local264 def_sym = sym_get_choice_value(sym); in conf_choice()275 if (child->sym == def_sym) { in conf_choice()
529 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf() local534 if (menu_is_visible(child) && child->sym == def_sym) in build_conf()
796 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf() local801 if (menu_is_visible(child) && child->sym == def_sym) in build_conf()
1092 struct symbol *def_sym = sym_get_choice_value(sym); in fill_row() local1099 && child->sym == def_sym) in fill_row()
Completed in 27 milliseconds