Home
last modified time | relevance | path

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

/linux-6.6.21/scripts/kconfig/
Dqconf.cc955 action->setChecked(showDebug()); in ConfigInfoView()
964 configSettings->setValue("/showDebug", showDebug()); in saveSettings()
1023 if (showDebug()) in menuInfo()
1026 if (showDebug()) in menuInfo()
1032 if (showDebug()) in menuInfo()
1035 if (showDebug()) in menuInfo()
1041 if (showDebug()) in menuInfo()
1053 if (showDebug()) { in menuInfo()
1448 showDebugAction->setChecked(helpText->showDebug()); in ConfigMainWindow()
Dqconf.h192 bool showDebug(void) const { return _showDebug; } in showDebug() function