Home
last modified time | relevance | path

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

/linux-6.15/scripts/kconfig/
H A Dqconf.cc935 action->setChecked(showDebug()); in ConfigInfoView()
944 configSettings->setValue("/showDebug", showDebug()); in saveSettings()
1003 if (showDebug()) in menuInfo()
1006 if (showDebug()) in menuInfo()
1012 if (showDebug()) in menuInfo()
1015 if (showDebug()) in menuInfo()
1021 if (showDebug()) in menuInfo()
1033 if (showDebug()) { in menuInfo()
1370 showDebugAction->setChecked(helpText->showDebug()); in ConfigMainWindow()
H A Dqconf.h189 bool showDebug(void) const { return _showDebug; } in showDebug() function