Lines Matching refs:help
341 * Print a help message wrapped into the second column.
344 cli_print_help (const char *help) /**< the help message to print */
346 while (help != NULL && *help != 0)
350 for (; i < CLI_LINE_LENGTH - CLI_LINE_TAB && help[i] != 0; i++)
352 if (help[i] == ' ')
362 cli_print_prefix (help, length);
364 help += length;
365 while (*help == ' ')
367 help++;
370 if (*help != 0)
379 * Print detailed help for options.
419 if (opt_p->help != NULL)
429 cli_print_help (opt_p->help);
436 if (opt_p->help != NULL)
456 cli_print_help (opt_p->help);