Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dqconf.cc1027 configSettings->setValue("/showDebug", showDebug()); in saveSettings()
1085 if (showDebug()) in menuInfo()
1088 if (showDebug()) in menuInfo()
1094 if (showDebug()) in menuInfo()
1097 if (showDebug()) in menuInfo()
1103 if (showDebug()) in menuInfo()
1114 if (showDebug()) { in menuInfo()
1122 if (showDebug()) in menuInfo()
1233 action->setChecked(showDebug()); in createStandardContextMenu()
1440 showDebugAction->setChecked(helpText->showDebug()); in ConfigMainWindow()
Dqconf.h246 bool showDebug(void) const { return _showDebug; } in showDebug() function