Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A 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()
H A Dqconf.h233 static ConfigView* viewList; variable