Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dqconf.h246 bool showDebug(void) const { return _showDebug; } in showDebug()
268 bool _showDebug; variable
Dqconf.cc1017 _showDebug = configSettings->value("/showDebug", false).toBool(); in ConfigInfoView()
1034 if (_showDebug != b) { in setShowDebug()
1035 _showDebug = b; in setShowDebug()