Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/vi/port/
H A Dex_temp.c246 return (ibuff2 + off);
254 if (run_crypt(0L, ibuff2,
257 blkio(iblock2, ibuff2, write);
261 blkio(bno, ibuff2, read);
263 if (run_crypt(0L, ibuff2, CRSIZE, tperm) == -1)
266 return (ibuff2 + off);
385 blkio(iblock2, ibuff2, write); in synctmp()
H A Dex_temp.h107 var unsigned char ibuff2[BUFSIZE]; variable