Searched defs:oute (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libpp/
H A Dpp.h78 #define ppcheckout() do{if(pp.outp>pp.oute){PPWRITE(PPBUFSIZ);if(pp.outbuf==pp.outb){pp.outbuf+=PPBUFSIZ;pp.oute+=PPBUFSIZ;}else{pp.outbuf-=PPBUFSIZ;memcpy(pp.outbuf,pp.oute,pp.outp-pp.oute);pp.oute-=PPBUFSIZ;pp.outp-=2*PPBUFSIZ;}}}while(0)
411 char* oute; /* outbuf end */ member in struct:ppglobals
/ast/src/cmd/INIT/
H A Dproto.c377 char* oute; member in struct:ppglobals

Completed in 18 milliseconds