Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dguiconfig.py1982 def prompt_text(mc): function
1985 cached_nodes += sorted(_kconf.menus, key=prompt_text)
1986 cached_nodes += sorted(_kconf.comments, key=prompt_text)
Dmenuconfig.py2241 def prompt_text(mc): function
2244 cached_nodes += sorted(_kconf.menus, key=prompt_text)
2245 cached_nodes += sorted(_kconf.comments, key=prompt_text)