Searched refs:def_sym (Results 1 – 5 of 5) sorted by relevance
247 struct symbol *def_sym; in sym_choice_default() local257 if (def_sym->visible != no) in sym_choice_default()258 return def_sym; in sym_choice_default()264 if (def_sym->visible != no) in sym_choice_default()265 return def_sym; in sym_choice_default()273 struct symbol *def_sym; in sym_calc_choice() local284 flags &= def_sym->flags; in sym_calc_choice()291 if (def_sym && def_sym->visible != no) in sym_calc_choice()292 return def_sym; in sym_calc_choice()296 if (def_sym == NULL) in sym_calc_choice()[all …]
454 struct symbol *sym, *def_sym; in conf_choice() local487 def_sym = sym_get_choice_value(sym); in conf_choice()498 if (child->sym == def_sym) { in conf_choice()
527 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf() local532 if (menu_is_visible(child) && child->sym == def_sym) in build_conf()
793 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf() local798 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 17 milliseconds