Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dguiconfig.py198 if not _shown_menu_nodes(kconf.top_node):
201 if not _shown_menu_nodes(kconf.top_node):
696 shown = _shown_menu_nodes(node)
737 for node in _shown_menu_nodes(_cur_menu):
741 def _shown_menu_nodes(menu): function
855 s += " --->" if _shown_menu_nodes(node) else " ----"
996 _shown_menu_nodes(node)
1434 if _single_menu and not _shown_menu_nodes(_cur_menu):
1528 return not _shown_menu_nodes(
1774 if node not in _shown_menu_nodes(_parent_menu(node)):