Lines Matching refs:help
193 | config_option_list help
286 | choice_option_list help
400 help: help_start T_HELPTEXT
402 if (current_entry->help) {
403 free(current_entry->help);
413 current_entry->help = $2;
704 if (menu->help) { in print_symbol()
705 int len = strlen(menu->help); in print_symbol()
706 while (menu->help[--len] == '\n') in print_symbol()
707 menu->help[len] = 0; in print_symbol()
708 fprintf(out, " help\n%s\n", menu->help); in print_symbol()