Home
last modified time | relevance | path

Searched refs:_shown_menu_nodes (Results 1 – 1 of 1) sorted by relevance

/optee_os/scripts/kconfig/kconfiglib/
H A Dguiconfig.py191 if not _shown_menu_nodes(kconf.top_node):
194 if not _shown_menu_nodes(kconf.top_node):
689 shown = _shown_menu_nodes(node)
730 for node in _shown_menu_nodes(_cur_menu):
734 def _shown_menu_nodes(menu): function
848 s += " --->" if _shown_menu_nodes(node) else " ----"
989 _shown_menu_nodes(node)
1427 if _single_menu and not _shown_menu_nodes(_cur_menu):
1521 return not _shown_menu_nodes(
1767 if node not in _shown_menu_nodes(_parent_menu(node)):