HomeSort by relevance Sort by last modified time
    Searched refs:ESIZE (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_re.h 39 #define EXPSIZ (ESIZE + 2)
ex_tune.h 63 #define ESIZE 1024
  /onnv/onnv-gate/usr/src/lib/libadm/common/
ckstr.c 46 #define ESIZE 1024
90 char expbuf[ESIZE];
101 if (!__compile(regexp[i], expbuf, &expbuf[ESIZE], '\0'))
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
regex.c 109 #define ESIZE 512
113 char _expbuf[ESIZE];
163 if (ep >= &expbuf[ESIZE])
213 if (ep >= &expbuf[ESIZE])
219 if (ep >= &expbuf[ESIZE])
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
regexpr.c 119 #define ESIZE 512
123 char _expbuf[ESIZE];
173 if (ep >= &expbuf[ESIZE])
224 if (ep >= &expbuf[ESIZE])
230 if (ep >= &expbuf[ESIZE])
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/gen/
regex.c 122 #define ESIZE 512
126 char _expbuf[ESIZE];
179 if (ep >= &expbuf[ESIZE])
229 if (ep >= &expbuf[ESIZE])
235 if (ep >= &expbuf[ESIZE])
  /onnv/onnv-gate/usr/src/cmd/srchtxt/
srchtxt.c 48 #define ESIZE BUFSIZ
100 char ebuf[ESIZE];
144 if (compile(text, &ebuf[0], &ebuf[ESIZE]) == (char *)NULL) {
  /onnv/onnv-gate/usr/src/ucbcmd/sed/
sed.h 63 #define ESIZE 256
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
grep.c 82 #define ESIZE 256
95 static char expbuf[ESIZE];
182 compile(*argv, expbuf, &expbuf[ESIZE], '\0', regerr);
expr.c 67 #define ESIZE 256
236 static char expbuf[ESIZE];
  /onnv/onnv-gate/usr/src/ucbcmd/expr/
expr.y 90 #define ESIZE 256
300 static char expbuf[ESIZE];
305 compile(p, expbuf, &expbuf[ESIZE], 0);
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
cgrep.c 181 #define ESIZE (BUFSIZ)
186 #define LARGE MAXBUFSIZE+ESIZE+2
    [all...]

Completed in 240 milliseconds