Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dqconf.cc865 ConfigView*ConfigView::viewList; member in ConfigView
877 this->nextView = viewList; in ConfigView()
878 viewList = this; in ConfigView()
885 for (vp = &viewList; *vp; vp = &(*vp)->nextView) { in ~ConfigView()
944 for (v = viewList; v; v = v->nextView) in updateList()
952 for (v = viewList; v; v = v->nextView) in updateListAll()
Dqconf.h244 static ConfigView* viewList; variable