Searched refs:opthelp (Results 1 – 18 of 18) sorted by relevance
98 extern char* opthelp(const char*, const char*);
111 extern __MANGLE__ char* opthelp __PROTO__((const char*, const char*));
184 #undef opthelp185 #define opthelp _ast_opthelp macro
163 #undef opthelp164 #define opthelp _ast_opthelp macro
163 #undef opthelp164 #define opthelp _ast_opthelp
2088 opthelp(const char* oopts, const char* what) in opthelp() function3725 return opthelp(opts, NiL); in optusage()5156 if ((opt_info.arg = opthelp(NiL, v)) == (char*)unknown) in optget()