Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dqconf.h114 bool showName, showRange, showData; variable
217 bool showName(void) const { return list->showName; } in showName() function
H A Dqconf.cc318 showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt), in ConfigList()
337 showName = configSettings->value("/showName", false).toBool(); in ConfigList()
369 if (showName) in reinit()
386 configSettings->setValue("/showName", showName); in saveSettings()
892 action->setChecked(showName); in contextMenuEvent()
965 if (list->showName != b) { in setShowName()
966 list->showName = b; in setShowName()
1423 showNameAction->setChecked(configView->showName()); in ConfigMainWindow()