Searched refs:otherElem (Results 1 – 1 of 1) sorted by relevance
1277 PtnElem *curElem, *otherElem, *prevElem=NULL; in copyFrom() local1278 otherElem = other.boot[bootIndex]; in copyFrom()1279 while (otherElem!=NULL) { in copyFrom()1280 if ((curElem = new PtnElem(otherElem->basePattern, otherElem->pattern))==NULL) { in copyFrom()1288 if ((curElem->skeleton=new PtnSkeleton(*(otherElem->skeleton))) == NULL ) { in copyFrom()1299 otherElem = otherElem->next; in copyFrom()1490 PtnElem *otherElem = other.boot[bootIndex]; in equals() local1492 while ((otherElem!=NULL) || (myElem!=NULL)) { in equals()1493 if ( myElem == otherElem ) { in equals()1496 if ((otherElem==NULL) || (myElem==NULL)) { in equals()[all …]