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

/linux-4.4.14/scripts/kconfig/
H A Dqconf.cc909 ConfigView*ConfigView::viewList; member in class:ConfigView
927 this->nextView = viewList; ConfigView()
928 viewList = this; ConfigView()
935 for (vp = &viewList; *vp; vp = &(*vp)->nextView) { ~ConfigView()
997 for (v = viewList; v; v = v->nextView) updateList()
1005 for (v = viewList; v; v = v->nextView) updateListAll()
H A Dqconf.h233 static ConfigView* viewList; member in class:ConfigView

Completed in 365 milliseconds