Home
last modified time | relevance | path

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

/external/u-boot/scripts/kconfig/
Dqconf.cc917 ConfigView*ConfigView::viewList; member in ConfigView
935 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()
Dqconf.h233 static ConfigView* viewList; variable