Lines Matching defs:nxt
622 indx_t full, half, nxt, off, skip, top, used;
640 for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
648 src = bi = GETBINTERNAL(h, nxt);
653 src = bl = GETBLEAF(h, nxt);
658 src = GETRINTERNAL(h, nxt);
663 src = rl = GETRLEAF(h, nxt);
678 nxt == top - 1) {
685 ++nxt;
704 * Nxt is the first offset to be placed on the right page.
721 if (c->pg.index < nxt) /* Left page. */
725 c->pg.index -= nxt;
739 *pskip -= nxt;
742 for (off = 0; nxt < top; ++off) {
743 if (skip == nxt) {
749 src = bi = GETBINTERNAL(h, nxt);
753 src = bl = GETBLEAF(h, nxt);
757 src = GETRINTERNAL(h, nxt);
761 src = rl = GETRLEAF(h, nxt);
767 ++nxt;
827 indx_t nxt, top;
829 for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt)
830 recs += GETRINTERNAL(h, nxt)->nrecs;