Lines Matching defs:xp
55 #define CACHEOUTX() do{tp=op=pp.outp;xp=pp.oute;if(sp)sp=op;}while(0)
69 #define PPCHECKOUT() do{if(op>xp){{PPWRITE(PPBUFSIZ);if(pp.outbuf==pp.outb){pp.outbuf+=PPBUFSIZ;xp=pp.oute+=PPBUFSIZ;}else{pp.outbuf-=PPBUFSIZ;memcpy(pp.outbuf,xp,op-xp);xp=pp.oute-=PPBUFSIZ;op-=2*PPBUFSIZ;}}}}while(0)
70 #define PPCHECKOUTSP() do{if(op>xp){if(sp)op=sp;else{PPWRITE(PPBUFSIZ);if(pp.outbuf==pp.outb){pp.outbuf+=PPBUFSIZ;xp=pp.oute+=PPBUFSIZ;}else{pp.outbuf-=PPBUFSIZ;memcpy(pp.outbuf,xp,op-xp);xp=pp.oute-=PPBUFSIZ;op-=2*PPBUFSIZ;}}}}while(0)
71 #define PPCHECKOUTTP() do{if(op>xp){{PPWRITE(PPBUFSIZ);if(pp.outbuf==pp.outb){pp.outbuf+=PPBUFSIZ;xp=pp.oute+=PPBUFSIZ;}else{pp.outbuf-=PPBUFSIZ;memcpy(pp.outbuf,xp,op-xp);xp=pp.oute-=PPBUFSIZ;op-=2*PPBUFSIZ;}}tp=op;}}while(0)
155 #define xp &pp.token[MAXTOKEN]
195 char* xp;
613 FGET(c, c, tp, xp);
1198 GET(c, c, tp, xp);
1260 GET(c, c, tp, xp);
1360 if (op + c < xp + PPBUFSIZ) n = c;
1361 else n = xp + PPBUFSIZ - op;
2106 GET(c, n, tp, xp);
2109 GET(c, n, tp, xp);
2141 GET(c, n, tp, xp);
2182 GET(c, n, tp, xp);
2186 GET(c, n, tp, xp);
2191 GET(c, n, tp, xp);
2275 GET(c, n, tp, xp);
2295 GET(c, n, tp, xp);