Searched refs:opthelp (Results 1 - 14 of 14) sorted by relevance

/osnet-11/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 macro
185 #define opthelp _ast_opthelp macro
/osnet-11/usr/src/lib/libast/common/include/
H A Doption.h98 extern char* opthelp(const char*, const char*);
/osnet-11/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 macro
185 #define opthelp _ast_opthelp macro
/osnet-11/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 macro
185 #define opthelp _ast_opthelp macro
/osnet-11/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 macro
185 #define opthelp _ast_opthelp macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h163 #undef opthelp macro
164 #define opthelp _ast_opthelp macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h163 #undef opthelp macro
164 #define opthelp _ast_opthelp macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h163 #undef opthelp macro
164 #define opthelp _ast_opthelp macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h163 #undef opthelp macro
164 #define opthelp _ast_opthelp macro
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c1774 message((-21, "opthelp: txt#%d +++ %2d \"%s\" style=%d level=%d bump=%d", line, ++depth, show(p), style, level, bump));
1776 message((-21, "opthelp: txt#%d --- %2d \"%s\"", line, depth--, show(p)));
2307 opthelp(const char* oopts, const char* what) function
2448 return T(NiL, ID, "[* call optget() before opthelp() *]");
2910 message((-20, "opthelp: opt %s", show(p)));
3145 message((-21, "opthelp: arg %s", show(p)));
3991 * compatibility wrapper to opthelp()
3997 return opthelp(opts, NiL);
5463 if ((opt_info.arg = opthelp(NiL, v)) == (char*)unknown)

Completed in 76 milliseconds