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

/ast/src/lib/libast/misc/
H A Doptctx.c30 * new_context = optctx(0, 0);
32 * optctx(0, new_context);
34 * old_context = optctx(new_context, 0);
36 * optctx(old_context, new_context);
44 optctx(Opt_t* p, Opt_t* o) function
/ast/src/lib/libast/include/
H A Doption.h102 extern Opt_t* optctx(Opt_t*, Opt_t*);
/ast/src/cmd/ksh93/sh/
H A Dinit.c1349 nopt = optctx(0, 0);
1350 oopt = optctx(nopt, 0);
1352 optctx(oopt, nopt);
H A Dxec.c2964 Opt_t *op, *np = optctx(0, 0);
2967 op = optctx(np, 0);
2977 optctx(op,np);
/ast/src/lib/libast/
H A DMakefile85 optget.c optjoin.c optesc.c optctx.c strsort.c struniq.c \

Completed in 36 milliseconds