Home
last modified time | relevance | path

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

/scripts/kconfig/
Dqconf.cc859 ConfigView*ConfigView::viewList; member in ConfigView
871 this->nextView = viewList; in ConfigView()
872 viewList = this; in ConfigView()
879 for (vp = &viewList; *vp; vp = &(*vp)->nextView) { in ~ConfigView()
938 for (v = viewList; v; v = v->nextView) in updateList()
946 for (v = viewList; v; v = v->nextView) in updateListAll()
Dqconf.h243 static ConfigView* viewList; variable