Lines Matching full:help
38 static char nohelp_text[] = N_("Sorry, no help available for this option yet.\n");
174 const char *def, *help;
187 /* print help */
189 help = nohelp_text;
190 if (menu->sym->help)
191 help = menu->sym->help;
192 printf("\n%s\n", menu->sym->help);
210 const char *help;
236 if (sym->help)
265 goto help;
271 help:
272 help = nohelp_text;
273 if (sym->help)
274 help = sym->help;
275 printf("\n%s\n", help);
345 if (sym->help)
362 printf("\n%s\n", menu->sym->help ?
363 menu->sym->help : nohelp_text);
394 printf("\n%s\n", child->sym->help ?
395 child->sym->help : nohelp_text);