Lines Matching refs:res
301 struct symbol *res = NULL; in sym_calc_choice() local
313 res = sym; in sym_calc_choice()
322 if (!res) { in sym_calc_choice()
323 res = sym_choice_default(choice); in sym_calc_choice()
324 if (res && sym_has_value(res) && res->def[S_DEF_USER].tri == no) in sym_calc_choice()
325 res = NULL; in sym_calc_choice()
329 if (!res) { in sym_calc_choice()
336 res = sym; in sym_calc_choice()
345 if (!res) { in sym_calc_choice()
351 res = sym; in sym_calc_choice()
364 val = sym == res ? yes : no; in sym_calc_choice()
373 return res; in sym_calc_choice()