Searched refs:showRange (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | qconf.h | 114 bool showName, showRange, showData; variable 218 bool showRange(void) const { return list->showRange; } in showRange() function
|
| H A D | qconf.cc | 318 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()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | qconf.h | 114 bool showName, showRange, showData; variable 218 bool showRange(void) const { return list->showRange; } in showRange() function
|
| H A D | qconf.cc | 318 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()
|