Home
last modified time | relevance | path

Searched refs:RESIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed0.c50 char respace[RESIZE];
236 if(p > &respace[RESIZE-1]) in fcomp()
315 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
324 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
335 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
421 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
448 p = comple((char *) 0, rep->r1.re1, &respace[RESIZE-1], sseof); in fcomp()
583 if(p > &respace[RESIZE-1])
587 if(p > &respace[RESIZE-1])
704 if (expbuf > &respace[RESIZE-2])
[all …]
H A Dsed.h57 #define RESIZE 10000 macro