Home
last modified time | relevance | path

Searched refs:optctx (Results 1 – 25 of 34) sorted by relevance

12

/titanic_51/usr/src/lib/libast/common/misc/
H A Doptctx.c44 optctx(Opt_t* p, Opt_t* o) in optctx() function
/titanic_51/usr/src/contrib/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) in optctx() function
/titanic_51/usr/src/lib/libast/common/include/
H A Doption.h102 extern Opt_t* optctx(Opt_t*, Opt_t*);
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Doption.h102 extern Opt_t* optctx(Opt_t*, Opt_t*);
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Doption.h115 extern __MANGLE__ Opt_t* optctx __PROTO__((Opt_t*, Opt_t*));
H A Dast_map.h178 #undef optctx
179 #define optctx _ast_optctx macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Doption.h115 extern __MANGLE__ Opt_t* optctx __PROTO__((Opt_t*, Opt_t*));
H A Dast_map.h178 #undef optctx
179 #define optctx _ast_optctx macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Doption.h115 extern __MANGLE__ Opt_t* optctx __PROTO__((Opt_t*, Opt_t*));
H A Dast_map.h178 #undef optctx
179 #define optctx _ast_optctx macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Doption.h115 extern __MANGLE__ Opt_t* optctx __PROTO__((Opt_t*, Opt_t*));
H A Dast_map.h178 #undef optctx
179 #define optctx _ast_optctx macro
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h157 #undef optctx
158 #define optctx _ast_optctx macro
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h157 #undef optctx
158 #define optctx _ast_optctx macro
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h157 #undef optctx
158 #define optctx _ast_optctx macro
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h157 #undef optctx
158 #define optctx _ast_optctx macro
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap157 #undef optctx
158 #define optctx _ast_optctx
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap157 #undef optctx
158 #define optctx _ast_optctx
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap157 #undef optctx
158 #define optctx _ast_optctx
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap157 #undef optctx
158 #define optctx _ast_optctx
/titanic_51/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap157 #undef optctx
158 #define optctx _ast_optctx
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap157 #undef optctx
158 #define optctx _ast_optctx
/titanic_51/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap157 #undef optctx
158 #define optctx _ast_optctx
/titanic_51/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap157 #undef optctx
158 #define optctx _ast_optctx
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dinit.c1081 nopt = optctx(0, 0); in sh_init()
1082 oopt = optctx(nopt, 0); in sh_init()
1084 optctx(oopt, nopt); in sh_init()

12