Searched refs:viewList (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc768 ConfigView* ConfigView::viewList; member in class:ConfigView
778 this->nextView = viewList;
779 viewList = this;
786 for (vp = &viewList; *vp; vp = &(*vp)->nextView) {
798 for (v = viewList; v; v = v->nextView)
806 for (v = viewList; v; v = v->nextView)
H A Dqconf.h48 static ConfigView* viewList; member in class:ConfigView
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc848 ConfigView*ConfigView::viewList; member in class:ConfigView
860 this->nextView = viewList;
861 viewList = this;
868 for (vp = &viewList; *vp; vp = &(*vp)->nextView) {
927 for (v = viewList; v; v = v->nextView)
935 for (v = viewList; v; v = v->nextView)
H A Dqconf.h247 static ConfigView* viewList; member in class:ConfigView

Completed in 170 milliseconds