Home
last modified time | relevance | path

Searched refs:cli_show_help (Results 1 – 6 of 6) sorted by path

/dports/devel/bglibs/bglibs-2.04/
H A DChangeLog241 The CLI lib calls cli_show_help when it needs to show help text. The
247 I could change cli_show_help to a weak symbol, but that adds a gcc
H A Dbg-installer-cli.c11 void cli_show_help(void) { in cli_show_help() function
/dports/devel/bglibs/bglibs-2.04/cli/
H A Dhelp.c93 void cli_show_help(void) in cli_show_help() function
H A Dmain.c63 cli_show_help(); in usage()
/dports/devel/bglibs/bglibs-2.04/include/
H A Dcli.h52 extern void cli_show_help(void);
/dports/devel/libcli/libcli-1.9.6/
H A Dlibcli.c457 int cli_show_help(struct cli_def *cli, struct cli_command *c) in cli_show_help() function
470 cli_show_help(cli, p->children); in cli_show_help()
506 cli_show_help(cli, cli->commands); in cli_int_help()