Home
last modified time | relevance | path

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

/linux-6.6.21/scripts/kconfig/
Dqconf.cc304 showName(false), mode(singleMode), optMode(normalOpt), in ConfigList()
321 showName = configSettings->value("/showName", false).toBool(); in ConfigList()
357 if (showName) in reinit()
379 configSettings->setValue("/showName", showName); in saveSettings()
899 action->setChecked(showName); in contextMenuEvent()
909 if (showName == on) in setShowName()
912 showName = on; in setShowName()
1428 showNameAction->setChecked(configList->showName); in ConfigMainWindow()
Dqconf.h101 bool showName; variable