Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc877 ConfigView** vp; in ~ConfigView() local
879 for (vp = &viewList; *vp; vp = &(*vp)->nextView) { in ~ConfigView()
880 if (*vp == this) { in ~ConfigView()
881 *vp = nextView; in ~ConfigView()