Home | History | Annotate | Download | only in lib

Lines Matching defs:Help

83 	char *help;
87 {"h", " -h Show this help screen\n", NULL, NULL},
130 if (std_options[i].help)
131 printf("%s", std_options[i].help);
217 case 'h': /* Help */
578 int Help = 0;
587 {"help", &Help2, NULL}, /* -help option */
588 {"h", &Help, NULL}, /* -h option */
592 {"missingarg:", &Help, NULL}, /* error */