Searched refs:PPLINESYNC (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libpp/
H A Dppargs.c416 ppop(PP_LINE, (PPLINESYNC)0);
H A Dpplib.h133 typedef void (*PPLINESYNC)(int, const char*); typedef
337 PPLINESYNC linesync; /* pass along line sync info */ \
338 PPLINESYNC olinesync; /* original linesync value */ \
H A Dppop.c380 PPLINESYNC pplinesync;
1252 pp.linesync = va_arg(ap, PPLINESYNC);
H A Dppcontrol.c281 PPLINESYNC linesync;
1824 pp.linesync = i0 ? pp.olinesync : (PPLINESYNC)0;
/ast/src/cmd/INIT/
H A Dproto.c214 typedef void (*PPLINESYNC) __PROTO__((int, const char*)); typedef
389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256];

Completed in 33 milliseconds