Searched refs:optctx (Results 1 - 5 of 5) sorted by relevance
| /ast/src/lib/libast/misc/ |
| H A D | optctx.c | 30 * 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 D | option.h | 102 extern Opt_t* optctx(Opt_t*, Opt_t*);
|
| /ast/src/cmd/ksh93/sh/ |
| H A D | init.c | 1349 nopt = optctx(0, 0); 1350 oopt = optctx(nopt, 0); 1352 optctx(oopt, nopt);
|
| H A D | xec.c | 2964 Opt_t *op, *np = optctx(0, 0); 2967 op = optctx(np, 0); 2977 optctx(op,np);
|
| /ast/src/lib/libast/ |
| H A D | Makefile | 85 optget.c optjoin.c optesc.c optctx.c strsort.c struniq.c \
|
Completed in 29 milliseconds