Lines Matching refs:help
194 | config_option_list help
287 | choice_option_list help
407 help: help_start T_HELPTEXT
409 if (current_entry->help) {
410 free(current_entry->help);
420 current_entry->help = $2;
722 if (menu->help) { in print_symbol()
723 int len = strlen(menu->help); in print_symbol()
724 while (menu->help[--len] == '\n') in print_symbol()
725 menu->help[len] = 0; in print_symbol()
726 fprintf(out, " help\n%s\n", menu->help); in print_symbol()