Searched refs:ESIZE (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.h39 #define EXPSIZ (ESIZE + 2)
H A Dex_tune.h63 #define ESIZE 1024 macro
/illumos-gate/usr/src/lib/libadm/common/
H A Dckstr.c44 #define ESIZE 1024 macro
88 char expbuf[ESIZE];
99 if (!__compile(regexp[i], expbuf, &expbuf[ESIZE], '\0'))
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dregex.c109 #define ESIZE 512 macro
113 char _expbuf[ESIZE];
163 if (ep >= &expbuf[ESIZE])
213 if (ep >= &expbuf[ESIZE])
219 if (ep >= &expbuf[ESIZE])
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dregexpr.c119 #define ESIZE 512 macro
123 char _expbuf[ESIZE];
173 if (ep >= &expbuf[ESIZE])
224 if (ep >= &expbuf[ESIZE])
230 if (ep >= &expbuf[ESIZE])
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dregex.c122 #define ESIZE 512 macro
126 char _expbuf[ESIZE];
179 if (ep >= &expbuf[ESIZE])
229 if (ep >= &expbuf[ESIZE])
235 if (ep >= &expbuf[ESIZE])
/illumos-gate/usr/src/cmd/srchtxt/
H A Dsrchtxt.c48 #define ESIZE BUFSIZ macro
100 char ebuf[ESIZE];
144 if (compile(text, &ebuf[0], &ebuf[ESIZE]) == (char *)NULL) {
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed.h63 #define ESIZE 256 macro
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y90 #define ESIZE 256
300 static char expbuf[ESIZE];
305 compile(p, expbuf, &expbuf[ESIZE], 0);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c181 #define ESIZE (BUFSIZ) macro
186 #define LARGE MAXBUFSIZE+ESIZE+2
1643 uchar_t buff[MAXBUFSIZE + ESIZE];

Completed in 1028 milliseconds