Lines Matching refs:choice
811 (sym.choice and sym.choice.tri_value == 2):
876 return "selected" if item.choice.selection is item else "not-selected"
895 return isinstance(item, Symbol) and item.choice and item.visibility == 2
1968 key=lambda choice: choice.name or "")
1971 [node for choice in choices for node in choice.nodes],
2057 choice = node.item
2060 _name_info(choice) +
2061 _help_info(choice) +
2062 'Mode: {}\n\n'.format(choice.str_value) +
2063 _choice_syms_info(choice) +
2064 _direct_dep_info(choice) +
2065 _defaults_info(choice) +
2066 _kconfig_def_info(choice)
2090 def _choice_syms_info(choice): argument
2096 for sym in choice.syms:
2098 if sym is choice.selection: