Lines Matching refs:p2
107 char *p1, *p2;
142 p2 = ipc->r1.ad2;
147 if(*p2 == CEND) {
149 } else if(*p2 == CLNUM) {
150 c = (unsigned char)p2[1];
161 } else if(match(p2, 0)) {
180 if(p2)
183 if(p2)
331 char *p1, *p2, *p3;
359 p1 = p2 = linebuf;
369 while(*p2++ = *p1++);
370 spend = p2-1;
380 p2 = holdsp;
381 while(*p1++ = *p2++);
388 p2 = holdsp;
394 } while(*p1++ = *p2++);
400 p2 = linebuf;
401 while(*p1++ = *p2++);
408 p2 = linebuf;
414 } while(*p1++ = *p2++);
431 p2 = genbuf;
437 while(*p2++ = *p3++)
438 if(p2 >= lcomend) {
439 *p2 = '\\';
441 p2 = genbuf;
443 p2--;
448 *p2++ = '\\';
449 if(p2 >= lcomend) {
450 *p2 = '\\';
452 p2 = genbuf;
454 *p2++ = (*p1 >> 6) + '0';
455 if(p2 >= lcomend) {
456 *p2 = '\\';
458 p2 = genbuf;
460 *p2++ = ((*p1 >> 3) & 07) + '0';
461 if(p2 >= lcomend) {
462 *p2 = '\\';
464 p2 = genbuf;
466 *p2++ = (*p1++ & 07) + '0';
467 if(p2 >= lcomend) {
468 *p2 = '\\';
470 p2 = genbuf;
473 *p2++ = *p1++;
474 if(p2 >= lcomend) {
475 *p2 = '\\';
477 p2 = genbuf;
482 while(*p2++ = *p3++)
483 if(p2 >= lcomend) {
484 *p2 = '\\';
486 p2 = genbuf;
488 p2--;
491 *p2 = 0;
582 p2 = genbuf;
583 while(*p2++ = *p1++);
585 p2 = linebuf;
586 while(*p2++ = *p1++);
587 spend = p2 - 1;
589 p2 = holdsp;
590 while(*p2++ = *p1++);
591 hspend = p2 - 1;
596 p2 = ipc->r1.re1;
597 while(*p1 = p2[(unsigned char)*p1]) p1++;
606 char *p1, *p2;
610 p2 = cbp;
612 if (p2 >= ebp) {
621 p2 = ibuf;
624 if ((c = *p2++) == '\n') {
625 if(p2 >= ebp) {
640 p2 = ibuf;
651 cbp = p2;