Searched refs:vp (Results 1 – 1 of 1) sorted by relevance
877 ConfigView** vp; in ~ConfigView() local879 for (vp = &viewList; *vp; vp = &(*vp)->nextView) { in ~ConfigView()880 if (*vp == this) { in ~ConfigView()881 *vp = nextView; in ~ConfigView()