HomeSort by relevance Sort by last modified time
    Searched defs:LBSIZE (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_tune.h 56 * The definitions of LBSIZE and CRSIZE should be the same as BUFSIZE
60 #define LBSIZE BUFSIZE /* Line buffer size */
  /onnv/onnv-gate/usr/src/ucbcmd/sed/
sed.h 62 #define LBSIZE 4000
  /onnv/onnv-gate/usr/src/cmd/ed/
ed.c 155 #define LBSIZE LINE_MAX
189 static char linebuf[LBSIZE];
210 static char genbuf[LBSIZE];
213 static int gsubf; /* Occurrence value. LBSIZE-1=all. */
233 static char crbuf[LBSIZE];
244 static char ibuff[LBSIZE];
246 static char obuff[LBSIZE];
1348 if (p > &linebuf[LBSIZE-1])
1383 if ((ninbuf = read(io, genbuf, LBSIZE)-1) < 0)
1401 if (lp >= &linebuf[LBSIZE]) {
    [all...]

Completed in 4260 milliseconds