Home
last modified time | relevance | path

Searched refs:LBLKS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tune.h73 #define LBLKS 125 /* Line pointer blocks in temp file */ macro
76 #define LBLKS 4000 macro
H A Dex_temp.h134 short Blocks[LBLKS]; /* Blocks where line pointers stashed */
H A Dexpreserve.c83 short Blocks[LBLKS]; /* Blocks where line pointers stashed */
H A Dex_temp.c412 if (bp >= &H.Blocks[LBLKS-1]) in synctmp()