Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dqconf.h131 bool showName, showRange, showData; variable
228 bool showName(void) const { return list->showName; } in showName() function
Dqconf.cc341 showName(false), showRange(false), showData(false), optMode(normalOpt), in ConfigList()
358 showName = configSettings->readBoolEntry("/showName", false); in ConfigList()
392 if (showName) in reinit()
409 configSettings->writeEntry("/showName", showName); in saveSettings()
840 action->setOn(showName); in contextMenuEvent()
907 if (list->showName != b) { in setShowName()
908 list->showName = b; in setShowName()
1352 showNameAction->setOn(configView->showName()); in ConfigMainWindow()