Searched refs:keypnt (Results 1 – 2 of 2) sorted by relevance
751 if (invcntl->keypnt < (*(int *)invcntl->logblk - 1)) { in invstep()752 invcntl->keypnt++; in invstep()759 invcntl->keypnt = 0; in invstep()768 while (((ENTRY *)(invcntl->logblk + 12) + invcntl->keypnt)->post == 0) { in invforward()772 if ((invcntl->numblk == 0) && (invcntl->keypnt == 0)) in invforward()783 entryptr = (ENTRY *)(invcntl->logblk + 12) + invcntl->keypnt; in invterm()854 invcntl->keypnt = *(long *)invcntl->logblk; in invfind()861 invcntl->keypnt = imid; in invfind()963 entryptr = (ENTRY *) (invcntl->logblk + 12) + invcntl->keypnt; in boolfile()
69 long keypnt; /* number item in present block found */ member