Searched refs:helpText (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.h129 char *helpText; member in struct:_subCommandProps
H A Dcmdparse.c253 if (subcommand->helpText) {
254 (void) printf("%s\n", subcommand->helpText);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeVerifier.java999 String helpText = "";
1007 helpText = helpText + tk.sval + "\n";
1017 if (helpText.length() > 0) {
1018 description = helpText;
1406 String helpText = "";
1423 helpText =
1424 helpText + line.substring(1) + "\n";
1431 if (helpText.length() > 0) {
1432 attDesc.setDescription(helpText);
[all...]

Completed in 89 milliseconds