Searched refs:viewList (Results 1 – 2 of 2) sorted by relevance
768 ConfigView* ConfigView::viewList; member in ConfigView778 this->nextView = viewList; in ConfigView()779 viewList = this; in ConfigView()786 for (vp = &viewList; *vp; vp = &(*vp)->nextView) { in ~ConfigView()798 for (v = viewList; v; v = v->nextView) in updateList()806 for (v = viewList; v; v = v->nextView) in updateListAll()
48 static ConfigView* viewList; variable