/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | optctx.c | 44 optctx(Opt_t* p, Opt_t* o) in optctx() function
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | option.h | 102 extern Opt_t* optctx(Opt_t*, Opt_t*);
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | option.h | 115 extern __MANGLE__ Opt_t* optctx __PROTO__((Opt_t*, Opt_t*));
|
H A D | ast_map.h | 178 #undef optctx 179 #define optctx _ast_optctx macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | option.h | 115 extern __MANGLE__ Opt_t* optctx __PROTO__((Opt_t*, Opt_t*));
|
H A D | ast_map.h | 178 #undef optctx 179 #define optctx _ast_optctx macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | option.h | 115 extern __MANGLE__ Opt_t* optctx __PROTO__((Opt_t*, Opt_t*));
|
H A D | ast_map.h | 178 #undef optctx 179 #define optctx _ast_optctx macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | option.h | 115 extern __MANGLE__ Opt_t* optctx __PROTO__((Opt_t*, Opt_t*));
|
H A D | ast_map.h | 178 #undef optctx 179 #define optctx _ast_optctx macro
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 157 #undef optctx 158 #define optctx _ast_optctx macro
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 157 #undef optctx 158 #define optctx _ast_optctx macro
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 157 #undef optctx 158 #define optctx _ast_optctx macro
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 157 #undef optctx 158 #define optctx _ast_optctx macro
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 157 #undef optctx 158 #define optctx _ast_optctx
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 157 #undef optctx 158 #define optctx _ast_optctx
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 157 #undef optctx 158 #define optctx _ast_optctx
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 157 #undef optctx 158 #define optctx _ast_optctx
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 1081 nopt = optctx(0, 0); in sh_init() 1082 oopt = optctx(nopt, 0); in sh_init() 1084 optctx(oopt, nopt); in sh_init()
|
H A D | xec.c | 2254 Opt_t *op, *np = optctx(0, 0); in sh_run() 2257 op = optctx(np, 0); in sh_run() 2267 optctx(op,np); in sh_run()
|
/titanic_44/usr/src/lib/libast/ |
H A D | Makefile.com | 203 common/misc/optctx.o \
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 189 07-04-25 misc/optctx.c: add for opt_info switching
|