Searched refs:otherElem (Results 1 – 1 of 1) sorted by relevance
1327 PtnElem *curElem, *otherElem, *prevElem=NULL; in copyFrom() local1328 otherElem = other.boot[bootIndex]; in copyFrom()1329 while (otherElem!=NULL) { in copyFrom()1330 if ((curElem = new PtnElem(otherElem->basePattern, otherElem->pattern))==NULL) { in copyFrom()1338 if ((curElem->skeleton=new PtnSkeleton(*(otherElem->skeleton))) == NULL ) { in copyFrom()1343 curElem->skeletonWasSpecified = otherElem->skeletonWasSpecified; in copyFrom()1349 otherElem = otherElem->next; in copyFrom()1543 PtnElem *otherElem = other.boot[bootIndex]; in equals() local1545 while ((otherElem!=NULL) || (myElem!=NULL)) { in equals()1546 if ( myElem == otherElem ) { in equals()[all …]