Searched refs:opthelp (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libast/astsa/ |
H A D | option.h | 100 extern char* opthelp(const char*, const char*);
|
/ast/src/lib/libast/include/ |
H A D | option.h | 98 extern char* opthelp(const char*, const char*);
|
/ast/src/cmd/dss/ |
H A D | dss.c | 178 error(ERROR_USAGE, "%s", opthelp(sfstruse(sp), style));
|
/ast/src/lib/libast/misc/ |
H A D | optget.c | 1807 message((-21, "opthelp: txt#%d +++ %2d \"%s\" style=%d level=%d bump=%d", line, ++depth, show(p), style, level, bump)); 1809 message((-21, "opthelp: txt#%d --- %2d \"%s\"", line, depth--, show(p))); 2345 opthelp(const char* oopts, const char* what) function 2490 return T(NiL, ID, "[* call optget() before opthelp() *]"); 2952 message((-20, "opthelp: opt %s", show(p))); 3188 message((-21, "opthelp: arg %s", show(p))); 4087 * compatibility wrapper to opthelp() 4093 return opthelp(opts, NiL); 5562 if ((opt_info.arg = opthelp(NiL, v)) == (char*)unknown)
|
Completed in 48 milliseconds