Lines Matching defs:pActive
206415 GeoSegment *pActive = 0;
206440 pActive = geopolySortSegmentsByYAndC(pActive);
206443 for(pSeg=pActive; pSeg; pSeg=pSeg->pNext){
206454 for(pSeg=pActive; pSeg; pSeg=pSeg->pNext){
206483 pSeg->pNext = pActive;
206484 pActive = pSeg;
206488 if( pActive==pThisEvent->pSeg ){
206489 pActive = ALWAYS(pActive) ? pActive->pNext : 0;
206491 for(pSeg=pActive; pSeg; pSeg=pSeg->pNext){