Home
last modified time | relevance | path

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

/titanic_41/usr/src/ucbcmd/sed/
H A Dsed0.c49 char respace[RESIZE];
237 if(p > &respace[RESIZE-1]) in fcomp()
316 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
325 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
336 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
422 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
449 p = comple((char *) 0, rep->r1.re1, &respace[RESIZE-1], sseof); in fcomp()
584 if(p > &respace[RESIZE-1])
588 if(p > &respace[RESIZE-1])
705 if (expbuf > &respace[RESIZE-2])
[all …]
H A Dsed.h60 #define RESIZE 10000 macro