Searched refs:pVP (Results 1 – 1 of 1) sorted by relevance
238 DXFVPort * * ppVP, * pVP; in Read() local275 pVP=new DXFVPort; in Read()276 pVP->Read(rDGR); in Read()277 *ppVP=pVP; in Read()278 ppVP=&(pVP->pSucc); in Read()290 DXFVPort * pVP; in Clear() local308 pVP=pVPorts; in Clear()309 pVPorts=pVP->pSucc; in Clear()310 delete pVP; in Clear()
Completed in 7 milliseconds