Searched refs:RESIZE (Results 1 – 2 of 2) sorted by relevance
50 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 …]
57 #define RESIZE 10000 macro