Lines Matching defs:bestPtr
398 register Element *elPtr, *bestPtr;
411 bestPtr = &defaultMatch;
416 && (elPtr->priority > bestPtr->priority)) {
417 bestPtr = elPtr;
424 && (elPtr->priority > bestPtr->priority)) {
425 bestPtr = elPtr;
434 && (elPtr->priority > bestPtr->priority)) {
435 bestPtr = elPtr;
442 && (elPtr->priority > bestPtr->priority)) {
443 bestPtr = elPtr;
447 return bestPtr->child.valueUid;