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

/ast/src/lib/libast/misc/
H A Doptget.c1807 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 87 milliseconds