Lines Matching defs:ubpt
507 Breakpt *ubpt = bbegin;
511 ubpt->value = ubend->value;
512 ubpt->multi = ubend->multi;
517 if ( identical(*kright,ubpt->value) ) {
518 (ubpt->multi)++;
520 ubpt->def = (int) (order - ubpt->multi);
521 nfactors += (ubpt->def * (ubpt->def - 1)) / 2;
522 (++ubpt)->value = *kright;
523 ubpt->multi = 1;
526 ubpt->def = (int) (order - ubpt->multi);
527 nfactors += (ubpt->def * (ubpt->def - 1)) / 2;
529 bend = ubpt;