Lines Matching defs:top
77 db_indx_t indx, top;
204 for (indx = 0, top = NUM_ENT(h);;) {
206 if (++indx == top || total + bi->nrecs >= recno)
220 for (indx = 0, top = NUM_ENT(h);;) {
222 if (++indx == top || total + ri->nrecs >= recno)
365 db_indx_t indx, top;
368 top = NUM_ENT(h);
373 for (indx = 0; indx < top; indx += P_INDX)
378 for (indx = 0; indx < top; indx += O_INDX)
385 for (indx = 0; indx < top; indx += O_INDX)