Searched refs:viewList (Results 1 – 2 of 2) sorted by relevance
917 ConfigView*ConfigView::viewList; member in ConfigView935 this->nextView = viewList; in ConfigView()936 viewList = this; in ConfigView()943 for (vp = &viewList; *vp; vp = &(*vp)->nextView) { in ~ConfigView()1005 for (v = viewList; v; v = v->nextView) in updateList()1013 for (v = viewList; v; v = v->nextView) in updateListAll()
233 static ConfigView* viewList; variable