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

/u-boot/scripts/kconfig/
H A Dqconf.h114 bool showName, showRange, showData; member in class:ConfigList
218 bool showRange(void) const { return list->showRange; } function in class:ConfigView
H A Dqconf.cc309 showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt),
329 showRange = configSettings->value("/showRange", false).toBool();
362 if (showRange) {
378 configSettings->setValue("/showRange", showRange);
891 action->setChecked(showRange);
965 if (list->showRange != b) {
966 list->showRange = b;

Completed in 89 milliseconds