Searched refs:def_sym (Results 1 – 5 of 5) sorted by relevance
236 struct symbol *def_sym; in sym_choice_default() local246 if (def_sym->visible != no) in sym_choice_default()247 return def_sym; in sym_choice_default()253 if (def_sym->visible != no) in sym_choice_default()254 return def_sym; in sym_choice_default()262 struct symbol *def_sym; in sym_calc_choice() local273 flags &= def_sym->flags; in sym_calc_choice()280 if (def_sym && def_sym->visible != no) in sym_calc_choice()281 return def_sym; in sym_calc_choice()285 if (def_sym == NULL) in sym_calc_choice()[all …]
237 struct symbol *sym, *def_sym; in conf_choice() local270 def_sym = sym_get_choice_value(sym); in conf_choice()281 if (child->sym == def_sym) { in conf_choice()
532 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf() local537 if (menu_is_visible(child) && child->sym == def_sym) in build_conf()
794 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf() local799 if (menu_is_visible(child) && child->sym == def_sym) in build_conf()
1116 struct symbol *def_sym = sym_get_choice_value(sym); in fill_row() local1123 && child->sym == def_sym) in fill_row()
Completed in 13 milliseconds