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

/osnet-11/usr/src/lib/libparted/common/lib/
H A Dargmatch.h61 # define invalid_arg(Context, Value, Problem) \
62 argmatch_invalid (Context, Value, Problem)
86 # define XARGMATCH(Context, Arg, Arglist, Vallist) \
87 ((Vallist) [__xargmatch_internal (Context, Arg, Arglist, \
/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h214 ** A Context stores the last insert rowid, the last statement change count,
216 ** Elements of Context structure type make up the ContextStack, which is
219 typedef struct Context Context; typedef in typeref:struct:Context
220 struct Context { struct
270 Context *contextStack; /* Stack used by opcodes ContextPush & ContextPop*/
H A Dmd5.c50 struct Context { struct
173 struct Context *ctx = (struct Context *)pCtx;
188 struct Context *ctx = (struct Context *)pCtx;
237 struct Context *ctx = (struct Context *)pCtx;
H A Dvdbe.c3892 sizeof(Context) * p->contextStackDepth);
/osnet-11/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c720 OpContext *Context; member in struct:RecordRegistrationRef
730 OpContext *pContext = regEnvelope->Context;
775 regEnvelope->Context = pContext;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm357 # Context stack shadowing. Mimics stuff in pp_ctl.c, cop.h and so on.
1971 =head2 Context of ".."

Completed in 43 milliseconds