Searched refs:otherElem (Results 1 – 1 of 1) sorted by relevance
1563 PtnElem *curElem, *otherElem, *prevElem=NULL; in copyFrom() local1564 otherElem = other.boot[bootIndex]; in copyFrom()1565 while (otherElem!=NULL) { in copyFrom()1566 if ((curElem = new PtnElem(otherElem->basePattern, otherElem->pattern))==NULL) { in copyFrom()1574 if ((curElem->skeleton=new PtnSkeleton(*(otherElem->skeleton))) == NULL ) { in copyFrom()1579 curElem->skeletonWasSpecified = otherElem->skeletonWasSpecified; in copyFrom()1585 otherElem = otherElem->next; in copyFrom()1762 PtnElem *otherElem = other.boot[bootIndex]; in equals() local1764 while ((otherElem!=NULL) || (myElem!=NULL)) { in equals()1765 if ( myElem == otherElem ) { in equals()[all …]