Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dqconf.h114 bool showName, showRange, showData; variable
217 bool showName(void) const { return list->showName; } in showName() function
Dqconf.cc310 showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt), in ConfigList()
329 showName = configSettings->value("/showName", false).toBool(); in ConfigList()
361 if (showName) in reinit()
378 configSettings->setValue("/showName", showName); in saveSettings()
884 action->setChecked(showName); in contextMenuEvent()
957 if (list->showName != b) { in setShowName()
958 list->showName = b; in setShowName()
1415 showNameAction->setChecked(configView->showName()); in ConfigMainWindow()