HomeSort by relevance Sort by last modified time
    Searched refs:LBSIZE (Results 1 - 18 of 18) 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 */
ex_re.c 625 casecnt = LBSIZE;
635 casecnt = LBSIZE;
653 if ((sp + len) >= &genbuf[LBSIZE])
663 if (sp >= &genbuf[LBSIZE])
671 if (sp >= &genbuf[LBSIZE])
699 if (sp >= &genbuf[LBSIZE])
749 unsigned char rebuf[LBSIZE];
814 if (gp >= &genbuf[LBSIZE - 3])
824 if ((gp + len) >= &genbuf[LBSIZE - 3])
840 if ((gp + len) >= &genbuf[LBSIZE - 3]
    [all...]
ex_io.c 203 if ((cp + len) > &genbuf[LBSIZE - 2])
223 if (cp > &genbuf[LBSIZE - 2])
245 if (cp > &genbuf[LBSIZE - 2])
710 ninbuf = read(io, genbuf, LBSIZE) - 1;
733 if (lp >= &linebuf[LBSIZE]) {
ex_vops2.c 591 if (gcursor + strlen(linebuf) > &genbuf[LBSIZE - 2])
763 size_t destsize = LBSIZE - endsrccol - 1;
    [all...]
ex_get.c 228 if (cp > &genbuf[LBSIZE - 2])
ex_subr.c 101 cp = &linebuf[LBSIZE - 2];
114 cp = &linebuf[LBSIZE - 2];
576 if(lim == linebuf - 1 || lim == &linebuf[LBSIZE-2])
622 if(lim == linebuf - 1 || lim == &linebuf[LBSIZE-2])
ex_vops3.c 79 unsigned char save[LBSIZE];
412 unsigned char save[LBSIZE];
ex_vops.c 103 unsigned char temp[LBSIZE];
236 unsigned char savelb[LBSIZE];
530 if (strlen(genbuf) + strlen(wcursor) > LBSIZE - 2) {
ex.h 178 * Warning: do not change BUFSIZ without also changing LBSIZE in ex_tune.h
229 var unsigned char genbuf[LBSIZE]; /* Working buffer when manipulating linebuf */
245 var unsigned char linebuf[LBSIZE]; /* The primary line buffer */
ex_v.c 473 static unsigned char vlinebuf[LBSIZE];
ex_cmdsub.c 300 if (cp > &genbuf[LBSIZE-2])
602 if (cp + strlen(dp = vpastwh(linebuf)) >= &genbuf[LBSIZE - 2])
    [all...]
ex_vadj.c 647 unsigned char temp[LBSIZE];
863 unsigned char temp[LBSIZE];
ex_temp.c 672 unsigned char savelb[LBSIZE];
ex_vmain.c 1386 unsigned char temp[LBSIZE];
    [all...]
  /onnv/onnv-gate/usr/src/ucbcmd/sed/
sed1.c 45 char genbuf[LBSIZE+1];
52 char holdsp[LBSIZE+1];
290 if (sp == &genbuf[LBSIZE+1]) {
299 if (sp == &genbuf[LBSIZE+1]) {
321 if (sp == &genbuf[LBSIZE+1])
390 if (p1 == &linebuf[LBSIZE+1]) {
410 if (p1 == &holdsp[LBSIZE+1]) {
646 if(p1 < &linebuf[LBSIZE])
sed.h 62 #define LBSIZE 4000
sed0.c 41 char linebuf[LBSIZE+1];
186 if(rline(linebuf, &linebuf[LBSIZE+1]) < 0) return;
197 if(rline(linebuf, &linebuf[LBSIZE+1]) < 0) break;
  /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 120 milliseconds