Home
last modified time | relevance | path

Searched refs:iblock2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.c73 iblock2 = -1; in fileinit()
241 if (bno == iblock2) { in getblock()
257 blkio(iblock2, ibuff2, write); in getblock()
260 iblock2 = bno; in getblock()
385 blkio(iblock2, ibuff2, write); in synctmp()
H A Dex_temp.h96 var short iblock2; /* Temp file block number of ibuff2 (or -1) */ variable