Searched refs:keypnt (Results 1 – 2 of 2) sorted by relevance
749 if (invcntl->keypnt < (*(int *)invcntl->logblk - 1)) { in invstep()750 invcntl->keypnt++; in invstep()757 invcntl->keypnt = 0; in invstep()766 while (((ENTRY *)(invcntl->logblk + 12) + invcntl->keypnt)->post == 0) { in invforward()770 if ((invcntl->numblk == 0) && (invcntl->keypnt == 0)) in invforward()781 entryptr = (ENTRY *)(invcntl->logblk + 12) + invcntl->keypnt; in invterm()852 invcntl->keypnt = *(long *)invcntl->logblk; in invfind()859 invcntl->keypnt = imid; in invfind()961 entryptr = (ENTRY *) (invcntl->logblk + 12) + invcntl->keypnt; in boolfile()
67 long keypnt; /* number item in present block found */ member