Home
last modified time | relevance | path

Searched refs:viewList (Results 1 – 2 of 2) sorted by relevance

/xen/xen/tools/kconfig/
A Dqconf.cc908 ConfigView*ConfigView::viewList; member in ConfigView
926 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()
A Dqconf.h233 static ConfigView* viewList; variable

Completed in 6 milliseconds