Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/kconfig/
Dguiconfig.py1672 _quit("No changes to save (for '{}')".format(_conf_filename))
1681 _quit("Configuration ({}) was not saved".format(_conf_filename))
1687 _quit()
1691 def _quit(msg=None): function