Searched refs:ppcontext (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppcontext.c | 37 ppcontext(void* context, int flags) in ppcontext() function 39 struct ppcontext* np = (struct ppcontext*)context; in ppcontext() 40 struct ppcontext* op; in ppcontext() 44 if (!(op = pp.context)) op = pp.context = newof(0, struct ppcontext, 1, 0); in ppcontext() 45 memcpy(op, _PP_CONTEXT_BASE_, sizeof(struct ppcontext)); in ppcontext() 49 if (!(op = np)) op = (struct ppcontext*)_PP_CONTEXT_BASE_; in ppcontext() 60 memzero(op, sizeof(struct ppcontext)); in ppcontext() 63 if (np) memcpy(_PP_CONTEXT_BASE_, np, sizeof(struct ppcontext)); in ppcontext()
|
H A D | Mamfile | 274 make ppcontext.o 275 make ppcontext.c 277 done ppcontext.c 278 meta ppcontext.o %.c>%.o ppcontext.c ppcontext 279 prev ppcontext.c 280 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -c ppcontext.c 281 done ppcontext.o generated 572 exec - ${AR} rc libpp.a ppargs.o ppbuiltin.o ppcall.o ppcomment.o ppcontext.o ppcontrol.o ppcpp.o p…
|
H A D | Makefile | 18 ppcontext.c ppcontrol.c ppcpp.c ppdata.c \
|
H A D | pplib.h | 237 struct ppcontext* context; /* current context */ \ 692 struct ppcontext /* pp context */ struct
|
H A D | pp.h | 440 extern void* ppcontext(void*, int);
|
/illumos-gate/usr/src/cmd/ast/libpp/ |
H A D | Makefile.defs | 29 LIBOBJS= ppargs.o ppbuiltin.o ppcall.o ppcomment.o ppcontext.o ppcontrol.o \
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 385 …struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long … 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 … argument
|