Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dqconf.h257 bool showDebug(void) const { return _showDebug; } in showDebug()
279 bool _showDebug; variable
Dqconf.cc961 _showDebug = configSettings->readBoolEntry("/showDebug", false); in ConfigInfoView()
978 if (_showDebug != b) { in setShowDebug()
979 _showDebug = b; in setShowDebug()