Lines Matching full:help
185 | config_option_list help
283 | choice_option_list help
413 /* help option */
417 printd(DEBUG_PARSE, "%s:%d:help\n", zconf_curname(), zconf_lineno());
421 help: help_start T_HELPTEXT
423 current_entry->help = $2;
694 if (menu->help) { in print_symbol()
695 int len = strlen(menu->help); in print_symbol()
696 while (menu->help[--len] == '\n') in print_symbol()
697 menu->help[len] = 0; in print_symbol()
698 fprintf(out, " help\n%s\n", menu->help); in print_symbol()