Lines Matching defs:fileindex
107 long fileindex;
215 fileindex = 0;
224 while (++fileindex < nsrcoffset && num > srcoffset[fileindex]) {
227 posting.fileindex = --fileindex;
241 (void) printf("%ld %ld %ld %ld\n", posting.fileindex,
611 * fileindex is a 24-bit field, so shift it before swapping
613 posting->fileindex = BSWAP_32(posting->fileindex << 8);