Searched refs:viewList (Results 1 – 2 of 2) sorted by relevance
859 ConfigView*ConfigView::viewList; member in ConfigView871 this->nextView = viewList; in ConfigView()872 viewList = this; in ConfigView()879 for (vp = &viewList; *vp; vp = &(*vp)->nextView) { in ~ConfigView()938 for (v = viewList; v; v = v->nextView) in updateList()946 for (v = viewList; v; v = v->nextView) in updateListAll()
243 static ConfigView* viewList; variable