Lines Matching refs:klast
63 Knot_ptr klast; /* */
277 qspec->bdry[1] = (knotspec->kright == knotspec->klast) ? 1 : 0;
450 /* position klast after last knot of "last" breakpoint */
451 for( klast = inkend - order, kval = *klast; klast != inkend; klast++ )
452 if( ! identical( *klast, kval ) ) break;
467 bbegin = new Breakpt[(klast - kfirst)+1];
516 for( ; kright != klast; kright++ ) {