Lines Matching refs:help
173 | config_option_list help
265 | choice_option_list help
398 help: help_start T_HELPTEXT
400 if (current_entry->help) {
401 free(current_entry->help);
411 current_entry->help = $2;
675 if (menu->help) { in print_symbol()
676 int len = strlen(menu->help); in print_symbol()
677 while (menu->help[--len] == '\n') in print_symbol()
678 menu->help[len] = 0; in print_symbol()
679 fprintf(out, " help\n%s\n", menu->help); in print_symbol()