Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/kconfig/
Dqconf.cc948 action->setChecked(showDebug()); in ConfigInfoView()
957 configSettings->setValue("/showDebug", showDebug()); in saveSettings()
1016 if (showDebug()) in menuInfo()
1019 if (showDebug()) in menuInfo()
1025 if (showDebug()) in menuInfo()
1028 if (showDebug()) in menuInfo()
1034 if (showDebug()) in menuInfo()
1046 if (showDebug()) { in menuInfo()
1427 showDebugAction->setChecked(helpText->showDebug()); in ConfigMainWindow()
Dqconf.h192 bool showDebug(void) const { return _showDebug; } in showDebug() function