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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dqconf.cc837 ConfigView* ConfigView::viewList; member in class:ConfigView
846 this->nextView = viewList;
847 viewList = this;
854 for (vp = &viewList; *vp; vp = &(*vp)->nextView) {
910 for (v = viewList; v; v = v->nextView)
918 for (v = viewList; v; v = v->nextView)
H A Dqconf.h243 static ConfigView* viewList; member in class:ConfigView

Completed in 108 milliseconds