Searched refs:ibuff (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.h92 var bool hitin2; /* Last read hit was ibuff2 not ibuff */
94 var bool ichanged; /* Have actually changed ibuff */
95 var short iblock; /* Temp file block number of ibuff (or -1) */
106 var unsigned char ibuff[BUFSIZE]; variable
H A Dex_temp.c241 return (ibuff + off);
271 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
273 blkio(iblock, ibuff, write);
277 blkio(bno, ibuff, read);
279 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
281 return (ibuff + off);
382 blkio(iblock, ibuff, write);
H A Dexrecover.c794 return (ibuff + off);
796 blkio(bno, ibuff, read);
798 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
803 return (ibuff + off);
/illumos-gate/usr/src/cmd/ed/
H A Ded.c241 static char ibuff[LBSIZE]; variable
1732 return (ibuff+off);
1739 if (run_crypt(0L, ibuff, 512, tperm) == -1)
1741 blkio(iblock, ibuff, write);
1745 blkio(bno, ibuff, read);
1747 if (run_crypt(0L, ibuff, 512, tperm) == -1)
1749 return (ibuff+off);

Completed in 63 milliseconds