Lines Matching refs:choice
95 if sym.choice and sym.choice.tri_value == 2:
133 choice = node.item
136 if choice.user_selection and choice.user_selection.visibility == 2:
141 for sym in choice.syms:
142 if sym is not choice.user_selection and sym.visibility and \
153 options = [sym for sym in choice.syms if sym.visibility == 2]
162 print("{} ({})".format(node.prompt[0], _name_and_loc_str(choice)))
166 ">" if sym is choice.selection else " ",
181 choice.selection.set_value(2)
210 for sym in choice.syms:
211 if sym is not choice.user_selection and sym.visibility: