Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dqconf.h189 bool showDebug(void) const { return _showDebug; } in showDebug()
211 bool _showDebug; variable
H A Dqconf.cc951 if (_showDebug != b) { in setShowDebug()
952 _showDebug = b; in setShowDebug()