Lines Matching refs:choice
804 (sym.choice and sym.choice.tri_value == 2):
869 return "selected" if item.choice.selection is item else "not-selected"
888 return isinstance(item, Symbol) and item.choice and item.visibility == 2
1961 key=lambda choice: choice.name or "")
1964 [node for choice in choices for node in choice.nodes],
2050 choice = node.item
2053 _name_info(choice) +
2054 _help_info(choice) +
2055 'Mode: {}\n\n'.format(choice.str_value) +
2056 _choice_syms_info(choice) +
2057 _direct_dep_info(choice) +
2058 _defaults_info(choice) +
2059 _kconfig_def_info(choice)
2083 def _choice_syms_info(choice): argument
2089 for sym in choice.syms:
2091 if sym is choice.selection: