Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/
Dqconf.cc768 ConfigView* ConfigView::viewList; member in ConfigView
778 this->nextView = viewList; in ConfigView()
779 viewList = this; in ConfigView()
786 for (vp = &viewList; *vp; vp = &(*vp)->nextView) { in ~ConfigView()
798 for (v = viewList; v; v = v->nextView) in updateList()
806 for (v = viewList; v; v = v->nextView) in updateListAll()
Dqconf.h48 static ConfigView* viewList; variable