Lines Matching refs:p

176 	char   *p, *op, *tp;  in fcomp()  local
209 p = address(rep->r1.ad1); in fcomp()
211 if(p == rep->r1.ad1) { in fcomp()
216 } else if(p == 0) { in fcomp()
217 p = rep->r1.ad1; in fcomp()
223 rep->r1.ad2 = p; in fcomp()
224 p = address(rep->r1.ad2); in fcomp()
225 if(p == 0) in fcomp()
227 if(p == rep->r1.ad2) in fcomp()
236 if(p > &respace[RESIZE-1]) in fcomp()
257 rep->r1.ad1 = p; in fcomp()
270 rep->r1.ad1 = p; in fcomp()
303 rep->r1.ad1 = p; in fcomp()
314 rep->r1.re1 = p; in fcomp()
315 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
323 rep->r1.re1 = p; in fcomp()
324 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
334 rep->r1.re1 = p; in fcomp()
335 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
420 rep->r1.re1 = p; in fcomp()
421 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
447 rep->r1.re1 = p; in fcomp()
448 p = comple((char *) 0, rep->r1.re1, &respace[RESIZE-1], sseof); in fcomp()
449 if(p == rep->r1.re1) { in fcomp()
456 rep->r1.rhs = p; in fcomp()
458 p = compsub(rep->r1.rhs); in fcomp()
554 rep->r1.re1 = p; in fcomp()
555 p = ycomp(rep->r1.re1); in fcomp()
563 rep->r1.ad1 = p; in fcomp()
578 char *p, *q; local
580 p = rhsbuf;
583 if(p > &respace[RESIZE-1])
585 if((*p = *q++) == '\\') {
586 p++;
587 if(p > &respace[RESIZE-1])
589 *p = *q++;
590 if(*p > nbra + '0' && *p <= '9')
592 p++;
595 if(*p == sseof) {
596 *p++ = '\0';
598 return(p);
600 if(*p++ == '\0')
611 char *p, *q; local
615 p = lbuf;
628 if (p < lbend)
629 *p++ = t;
635 if (p < lbend)
636 *p++ = t;
642 if (p == lbend)
644 *p = '\0';
654 if(p < lbend)
655 *p++ = t;
661 if (p < lbend)
662 *p++ = t;
668 if (p == lbend)
670 *p = '\0';
676 if (p == lbend)
678 *p = '\0';
681 if (p < lbend)
682 *p++ = t;
686 if(p < lbend)
687 *p++ = t;
743 char *p, *q; local
745 p = textbuf;
755 if(p > tbend)
757 if((*p = *q++) == '\\')
758 *p = *q++;
759 if(*p == '\0') {
761 return(++p);
767 if(*p == '\n') {
771 p++;