Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Doption.h100 extern char* opthelp(const char*, const char*);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Doption.h98 extern char* opthelp(const char*, const char*);
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap163 #undef opthelp
164 #define opthelp _ast_opthelp
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap163 #undef opthelp
164 #define opthelp _ast_opthelp
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap163 #undef opthelp
164 #define opthelp _ast_opthelp
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap163 #undef opthelp
164 #define opthelp _ast_opthelp
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c2345 opthelp(const char* oopts, const char* what) in opthelp() function
4093 return opthelp(opts, NiL); in optusage()
5562 if ((opt_info.arg = opthelp(NiL, v)) == (char*)unknown) in optget()