Searched refs:incref (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libpp/
H A Dppinput.c173 if (pp.incref && !(pp.mode & INIT))
174 (*pp.incref)(error_info.file, s, error_info.line - 1, PP_SYNC_PUSH);
H A Dppcontrol.c1492 else if (pp.incref)
1499 if (pp.insert) (*pp.incref)(s, error_info.file, n, PP_SYNC_INSERT);
1500 else (*pp.incref)(s, error_info.file, n, PP_SYNC_PUSH);
1503 if (pp.insert) (*pp.incref)(s, error_info.file, n, PP_SYNC_INSERT);
1504 else (*pp.incref)(s, error_info.file, n - 1, PP_SYNC_POP);
1507 if (pp.insert) (*pp.incref)(s, error_info.file, n, PP_SYNC_INSERT);
1510 (*pp.incref)(s, error_info.file, n, PP_SYNC_IGNORE);
1520 (*pp.incref)(s, error_info.file, n, PP_SYNC_PUSH);
1524 (*pp.incref)(s, error_info.file, n, PP_SYNC_INSERT);
2252 if (pp.incref)
[all...]
H A Dpplex.c642 if (pp.incref && !(pp.mode & INIT))
645 (*pp.incref)(error_info.file, cur->file, error_info.line - 1, PP_SYNC_POP);
H A Dpplib.h336 PPINCREF incref; /* include file push/return */ \
H A Dppop.c677 pp.incref = va_arg(ap, PPINCREF);
/ast/src/cmd/INIT/
H A Dproto.c389 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]; member in struct:ppglobals

Completed in 58 milliseconds