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

/ast/src/lib/libpp/
H A Dppcontext.c37 ppcontext(void* context, int flags) function
39 struct ppcontext* np = (struct ppcontext*)context;
40 struct ppcontext* op;
44 if (!(op = pp.context)) op = pp.context = newof(0, struct ppcontext, 1, 0);
45 memcpy(op, _PP_CONTEXT_BASE_, sizeof(struct ppcontext));
49 if (!(op = np)) op = (struct ppcontext*)_PP_CONTEXT_BASE_;
60 memzero(op, sizeof(struct ppcontext));
63 if (np) memcpy(_PP_CONTEXT_BASE_, np, sizeof(struct ppcontext));
H A DMakefile18 ppcontext.c ppcontrol.c ppcpp.c ppdata.c \
H A Dpp.h440 extern void* ppcontext(void*, int);
H A Dpplib.h237 struct ppcontext* context; /* current context */ \
702 struct ppcontext /* pp context */ struct
/ast/src/cmd/INIT/
H A Dproto.c385 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; long ro_op[2]; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1;
406 extern __MANGLE__ __V_* ppcontext __PROTO__((__V_*, int));
434 struct ppcontext struct
437 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; long ro_op[2]; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1;

Completed in 22 milliseconds