Home
last modified time | relevance | path

Searched refs:INCRMT (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/vi/port/
H A Dex_temp.h58 #define INCRMT 0200 /* 0100 */ macro
67 #define INCRMT 04000 /* 02000 */ macro
H A Dex_temp.c62 if (tline == INCRMT * (HBLKS+2)) in fileinit()
67 tline = INCRMT * (HBLKS+2); in fileinit()
168 bp = getblock(tl += INCRMT, READ); in getaline()
199 bp = getblock(tl += INCRMT, WRITE); in putline()
420 tline += INCRMT; in synctmp()
H A Dexrecover.c769 bp = getblock(tl += INCRMT); in getaline()