Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.h57 #define BNDRY 8 /* 16 */ macro
66 #define BNDRY 2 macro
H A Dexrecover.c618 maxt = (size >> SHFT) | (BNDRY-1); in scrapbad()
H A Dex_temp.c204 tline += (((lp - linebuf) + BNDRY - 1) >> SHFT) & 077776; in putline()