Searched refs:viewList (Results 1 – 2 of 2) sorted by relevance
908 ConfigView*ConfigView::viewList; member in ConfigView926 this->nextView = viewList; in ConfigView()927 viewList = this; in ConfigView()934 for (vp = &viewList; *vp; vp = &(*vp)->nextView) { in ~ConfigView()996 for (v = viewList; v; v = v->nextView) in updateList()1004 for (v = viewList; v; v = v->nextView) in updateListAll()
233 static ConfigView* viewList; variable