Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/kconfig/
Dqconf.h192 bool showDebug(void) const { return _showDebug; } in showDebug()
214 bool _showDebug; variable
Dqconf.cc969 if (_showDebug != b) { in setShowDebug()
970 _showDebug = b; in setShowDebug()