viewList          908 scripts/kconfig/qconf.cc ConfigView*ConfigView::viewList;
viewList          926 scripts/kconfig/qconf.cc 	this->nextView = viewList;
viewList          927 scripts/kconfig/qconf.cc 	viewList = this;
viewList          934 scripts/kconfig/qconf.cc 	for (vp = &viewList; *vp; vp = &(*vp)->nextView) {
viewList          996 scripts/kconfig/qconf.cc 	for (v = viewList; v; v = v->nextView)
viewList         1004 scripts/kconfig/qconf.cc 	for (v = viewList; v; v = v->nextView)
viewList          233 scripts/kconfig/qconf.h 	static ConfigView* viewList;