Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dqconf.cc971 configSettings->writeEntry("/showDebug", showDebug()); in saveSettings()
1029 if (showDebug()) in menuInfo()
1032 if (showDebug()) in menuInfo()
1038 if (showDebug()) in menuInfo()
1041 if (showDebug()) in menuInfo()
1047 if (showDebug()) in menuInfo()
1058 if (showDebug()) { in menuInfo()
1066 if (showDebug()) in menuInfo()
1177 action->setOn(showDebug()); in createPopupMenu()
1391 showDebugAction->setOn(helpText->showDebug()); in ConfigMainWindow()
Dqconf.h257 bool showDebug(void) const { return _showDebug; } in showDebug() function