Home
last modified time | relevance | path

Searched full:help (Results 1 – 25 of 115) sorted by relevance

12345

/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/
H A Dnpl_shell.c79 console_printf("help\n"); in print_module_commands()
84 if (shell_module->commands[i].help && in print_module_commands()
85 shell_module->commands[i].help->summary) in print_module_commands()
87 console_printf("%s", shell_module->commands[i].help->summary); in print_module_commands()
97 /* help per command */ in show_help()
103 /* help per module */ in show_help()
122 else /* help for all entities */ in show_help()
227 if (!strcmp(first_string, "help")) in get_cb()
355 if (!(shell_cmd->help && shell_cmd->help->params)) in print_command_params()
360 for (i = 0; shell_cmd->help->params[i].param_name; i++) in print_command_params()
[all …]
/nrf52832-nimble/rt-thread/src/
H A DKconfig7 help
14 help
24 help
30 help
57 help
63 help
71 help
84 help
95 help
224 help
[all …]
/nrf52832-nimble/rt-thread/components/vbus/
H A DKconfig11 help
18 help
28 help
33 help
38 help
40 help
45 help
51 help
57 help
/nrf52832-nimble/rt-thread/components/utilities/
H A DKconfig38 help
58 help
79 help
122 help
132 help
138 help
150 help
172 help
180 help
210 help
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/apps/telnetd/
H A Duip_shell.c77 help(char *str) in help() function
82 shell_output("help, ? - show help", ""); in help()
95 {{"stats", help},
96 {"conn", help},
97 {"help", help},
99 {"?", help},
113 shell_output("Type '?' and return for help", ""); in shell_start()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/
H A Dkconfig-language.txt27 Most entries define a config option; all other entries help to organize
33 help
40 the config option, input prompt, dependencies, help text and default
157 - help text: "help" or "---help---"
158 This defines a help text. The end of the help text is determined by
160 a smaller indentation than the first line of the help text.
161 "---help---" and "help" do not differ in behaviour, "---help---" is
162 used to help visually separate configuration logic from help within
280 line starts with a keyword (except help texts). The following keywords
591 industrial variability modeling languages [1] [2]. Its study would help
[all …]
/nrf52832-nimble/rt-thread/examples/network/
H A Dudpserver.c136 rt_kprintf(" udpserver --help\n"); in usage()
141 rt_kprintf(" --help Print help information\n"); in usage()
155 if (rt_strcmp(argv[1], "--help") == 0) in udpserver_test()
196 Start a udp server. Help: udpserver --help);
H A Dudpclient.c88 rt_kprintf(" udpclient --help\n"); in usage()
95 rt_kprintf(" --help Print help information\n"); in usage()
109 if (rt_strcmp(argv[1], "--help") == 0) in udpclient_test()
162 Start a udp client. Help: udpclient --help);
H A Dtcpclient.c165 rt_kprintf(" tcpclient --help\n"); in usage()
171 rt_kprintf(" --help Print help information\n"); in usage()
185 if (rt_strcmp(argv[1], "--help") == 0) in tcpclient_test()
233 Start a tcp client. Help: tcpclient --help);
H A Dtcpserver.c202 rt_kprintf(" tcpserver --help\n"); in usage()
207 rt_kprintf(" --help Print help information\n"); in usage()
221 if (rt_strcmp(argv[1], "--help") == 0) in tcpserver_test()
262 Start a tcp server. Help: tcpserver --help);
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/
H A Dkconfig.in11 -h|--help) help; exit 0;;
24 help() {
30 kconfig -h|--help
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/nconf/
H A Dnconf.c19 "Help windows\n"
21 "o Global help: Unless in a data entry window, pressing <F1> will give \n"
22 " you the global help window, which you are just reading.\n"
24 "o A short version of the global help is available by pressing <F3>.\n"
26 "o Local help: To get help related to the current menu entry, use any\n"
63 "Close a help window <Enter> <Esc> <F5>\n"
75 "Verbose search help <F8><F1>\n"
94 "Text Box (Help Window)\n"
149 "For verbose global help use key <1>.\n"
150 "For help related to the current menu entry press <?> or <h>.\n"),
[all …]
/nrf52832-nimble/rt-thread/components/dfs/
H A DKconfig7 help
32 help
44 help
93 help
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/nrf52832-nimble/rt-thread/tools/
H A Dbuilding.py158 help = 'make distribution')
163 help = 'make distribution and strip useless files')
168 help = 'Build Cscope cross reference database. Requires cscope installed.')
173 help = 'Perform static analyze with Clang-analyzer. ' + \
181 help = 'building library of a component')
186 help = 'clean up the library by --buildlib')
190 help = 'set target project: mdk/mdk4/mdk5/iar/vs/vsc/ua/cdk/ses')
195 help = 'Generate .config from rtconfig.h')
199 help = 'make rtconfig.h from config file.')
204 help = 'print verbose information during build')
[all …]
H A Dmkromfs.py12 parser.add_argument('rootdir', type=str, help='the path to rootfs')
13 parser.add_argument('output', type=argparse.FileType('wb'), nargs='?', help='output file name')
14 parser.add_argument('--dump', action='store_true', help='dump the fs hierarchy')
15 parser.add_argument('--binary', action='store_true', help='output binary file')
16 parser.add_argument('--addr', default='0', help='set the base address of the binary file, default t…
H A Dpymenuconfig.py42 As with most command-line tools list of options can be obtained with '--help':
44 python pymenuconfig.py --help
151 Called when '<Return>' key is pressed in a main window with 'HELP' action
152 selected. Prepares text help and calls MenuConfig.show_text() to display
398 title = 'Help for symbol: {}'.format(item.name)
399 if node.help:
400 help = node.help
402 help = 'There is no help available for this option.\n'
404 lines.append(help)
417 title = 'Help'
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dyconf.y185 | config_option_list help
283 | choice_option_list help
413 /* help option */
417 printd(DEBUG_PARSE, "%s:%d:help\n", zconf_curname(), zconf_lineno());
421 help: help_start T_HELPTEXT
423 current_entry->help = $2;
694 if (menu->help) { in print_symbol()
695 int len = strlen(menu->help); in print_symbol()
696 while (menu->help[--len] == '\n') in print_symbol()
697 menu->help[len] = 0; in print_symbol()
[all …]
H A Dhconf.gperf24 help, T_HELP, TF_COMMAND keyword
25 ---help---, T_HELP, TF_COMMAND
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/mconf/
H A Dmconf.c68 " <Exit>, <Help>, <Save>, and <Load>.\n"
70 "o To get help with an item, use the cursor keys to highlight <Help>\n"
86 "o To see available help for the item, use the cursor keys to highlight\n"
87 " <Help> and Press <ENTER>.\n"
92 " <Help>\n"
101 "o For help, use the <TAB> or cursor keys to highlight the help option\n"
105 "Text Box (Help Window)\n"
180 "Press <Esc><Esc> to exit, <?> for Help, </> for Search. "
791 struct gstr help = str_new(); in show_help() local
793 help.max_width = getmaxx(stdscr) - 10; in show_help()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dcmd.c3526 .help = &advertise_configure_help,
3533 .help = &advertise_set_addr_help,
3540 .help = &set_adv_data_help,
3547 .help = &set_scan_rsp_help,
3554 .help = &advertise_start_help,
3561 .help = &advertise_stop_help,
3568 .help = &advertise_remove_help,
3576 .help = &advertise_help,
3584 .help = &connect_help,
3591 .help = &disconnect_help,
[all …]
/nrf52832-nimble/rt-thread/components/CMSIS/
H A DKconfig8 help
14 help
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Da00176.html97 <a name="l00077"></a>00077 help(<span class="keywordtype">char</span> *str)
102 <a name="l00082"></a>00082 shell_output(<span class="stringliteral">"help, ? - show help"</span>,…
115 <a name="l00095"></a>00095 {{<span class="stringliteral">"stats"</span>, help},
116 <a name="l00096"></a>00096 {<span class="stringliteral">"conn"</span>, help},
117 <a name="l00097"></a>00097 {<span class="stringliteral">"help"</span>, help},
119 <a name="l00099"></a>00099 {<span class="stringliteral">"?"</span>, help},
133 <a name="l00113"></a>00113 shell_output(<span class="stringliteral">"Type '?' and return for help
/nrf52832-nimble/rt-thread/components/net/at/
H A DKconfig29 help
83 help
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DINSTALL100 the `configure' script does not know about. Run `./configure --help'
158 kinds of files. Run `configure --help' for a list of the directories
317 `--help'
321 `--help=short'
322 `--help=recursive'
364 `configure --help' for more details.

12345