Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dqconf.h114 bool showName, showRange, showData; variable
218 bool showRange(void) const { return list->showRange; } in showRange() function
H A Dqconf.cc318 showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt), in ConfigList()
338 showRange = configSettings->value("/showRange", false).toBool(); in ConfigList()
371 if (showRange) { in reinit()
387 configSettings->setValue("/showRange", showRange); in saveSettings()
900 action->setChecked(showRange); in contextMenuEvent()
974 if (list->showRange != b) { in setShowRange()
975 list->showRange = b; in setShowRange()