Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dqconf.h114 bool showName, showRange, showData; variable
218 bool showRange(void) const { return list->showRange; } in showRange() function
Dqconf.cc310 showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt), in ConfigList()
330 showRange = configSettings->value("/showRange", false).toBool(); in ConfigList()
363 if (showRange) { in reinit()
379 configSettings->setValue("/showRange", showRange); in saveSettings()
892 action->setChecked(showRange); in contextMenuEvent()
966 if (list->showRange != b) { in setShowRange()
967 list->showRange = b; in setShowRange()