Home
last modified time | relevance | path

Searched refs:opthelp (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/lib/libast/common/include/
H A Doption.h98 extern char* opthelp(const char*, const char*);
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Doption.h111 extern __MANGLE__ char* opthelp __PROTO__((const char*, const char*));
H A Dast_map.h184 #undef opthelp
185 #define opthelp _ast_opthelp macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Doption.h111 extern __MANGLE__ char* opthelp __PROTO__((const char*, const char*));
H A Dast_map.h184 #undef opthelp
185 #define opthelp _ast_opthelp macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Doption.h111 extern __MANGLE__ char* opthelp __PROTO__((const char*, const char*));
H A Dast_map.h184 #undef opthelp
185 #define opthelp _ast_opthelp macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Doption.h111 extern __MANGLE__ char* opthelp __PROTO__((const char*, const char*));
H A Dast_map.h184 #undef opthelp
185 #define opthelp _ast_opthelp macro
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h163 #undef opthelp
164 #define opthelp _ast_opthelp macro
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h163 #undef opthelp
164 #define opthelp _ast_opthelp macro
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h163 #undef opthelp
164 #define opthelp _ast_opthelp macro
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h163 #undef opthelp
164 #define opthelp _ast_opthelp macro
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap163 #undef opthelp
164 #define opthelp _ast_opthelp
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap163 #undef opthelp
164 #define opthelp _ast_opthelp
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap163 #undef opthelp
164 #define opthelp _ast_opthelp
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap163 #undef opthelp
164 #define opthelp _ast_opthelp
/titanic_41/usr/src/lib/libast/common/misc/
H A Doptget.c2088 opthelp(const char* oopts, const char* what) in opthelp() function
3725 return opthelp(opts, NiL); in optusage()
5156 if ((opt_info.arg = opthelp(NiL, v)) == (char*)unknown) in optget()