Searched defs:ibuff (Results 1 - 2 of 2) 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
/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 49 milliseconds