Searched refs:HBLKS (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tune.h74 #define HBLKS 1 /* struct header fits in BUFSIZE*HBLKS */ macro
77 #define HBLKS ((sizeof(struct header)+BUFSIZE-1)/BUFSIZE) macro
H A Dexpreserve.c239 if (H.Blocks[0] != HBLKS || H.Blocks[1] != HBLKS+1) {
H A Dex_temp.c62 if (tline == INCRMT * (HBLKS+2))
67 tline = INCRMT * (HBLKS+2);
68 blocks[0] = HBLKS;
69 blocks[1] = HBLKS+1;
H A Dexrecover.c588 (void)lseek(tfile, (long)(BUFSIZE*HBLKS-8), 0);
666 *ip = ((HBLKS*BUFSIZE)-8) >> SHFT;

Completed in 156 milliseconds