Searched refs:help (Results 1 - 21 of 21) sorted by relevance

/scripts/
H A Dheaderdep.pl18 help => \&help,
41 sub help { subroutine
H A Dgfp-translate32 --help)
H A Dpatch-kernel68 if [ "$1" = -h -o "$1" = --help -o ! -r "$sourcedir/Makefile" ]; then
H A Dcheckpatch.pl34 my $help = 0;
37 sub help { subroutine
64 -h, --help, --version display this help and exit
117 'h|help' => \$help,
118 'version' => \$help
119 ) or help(1);
121 help(0) if ($help);
[all...]
H A Dmarkup_oops.pl27 'help|h' => \&usage,
366 -h, --help Help.
H A Dget_maintainer.pl54 my $help = 0;
215 'h|help|usage' => \$help,
217 die "$P: invalid argument - use --help if necessary\n";
220 if ($help != 0) {
232 die "$P: missing patchfile or -f file - use --help if necessary\n";
766 --help => show this help information
/scripts/kconfig/
H A Dzconf.y179 | config_option_list help
271 | choice_option_list help
401 /* help option */
405 printd(DEBUG_PARSE, "%s:%d:help\n", zconf_curname(), zconf_lineno());
409 help: help_start T_HELPTEXT label
411 current_entry->help = $2;
680 if (menu->help) {
681 int len = strlen(menu->help);
682 while (menu->help[--len] == '\n')
683 menu->help[le
[all...]
H A Dconf.c47 struct gstr help = str_new(); local
49 menu_get_ext_help(menu, &help);
51 printf("\n%s\n", str_get(&help));
52 str_free(&help);
146 /* print help */
220 goto help;
226 help:
H A Dzconf.hash.c_shipped122 char kconf_id_strings_str54[sizeof("help")];
157 "help",
H A Dmconf.c70 "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"
101 "o For help, use the <TAB> or cursor keys to highlight the help option\n"
635 struct gstr help = str_new(); local
637 help.max_width = getmaxx(stdscr) - 10;
638 menu_get_ext_help(menu, &help);
640 show_helptext(_(menu_get_prompt(menu)), str_get(&help));
641 str_free(&help);
825 "*** Execute 'make' to start the build or try 'make help'
[all...]
H A Dmenu.c13 static const char nohelp_text[] = "There is no help available for this option.";
499 return menu->help != NULL;
504 if (menu->help)
505 return menu->help;
594 void menu_get_ext_help(struct menu *menu, struct gstr *help) argument
601 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name);
604 str_printf(help, "%s\n", _(help_text));
606 get_symbol_str(help, sym);
H A Dlkc_proto.h26 P(menu_get_ext_help,void,(struct menu *menu, struct gstr *help));
H A Dnconf.c58 "o To get help with an item, press <F1>\n"
70 "o To see available help for the item, press <F1>\n"
80 "o For help, press <F1>.\n"
391 /* help */
399 /* symbole help */
1220 struct gstr help; local
1225 help = str_new();
1226 menu_get_ext_help(menu, &help);
1227 show_scroll_win(main_window, _(menu_get_prompt(menu)), str_get(&help));
1228 str_free(&help);
[all...]
H A Dzconf.tab.c_shipped566 "comment", "comment_stmt", "help_start", "help", "depends_list",
1929 printd(DEBUG_PARSE, "%s:%d:help\n", zconf_curname(), zconf_lineno());
1937 current_entry->help = (yyvsp[(2) - (2)].string);
2445 if (menu->help) {
2446 int len = strlen(menu->help);
2447 while (menu->help[--len] == '\n')
2448 menu->help[len] = 0;
2449 fprintf(out, " help\n%s\n", menu->help);
H A Dexpr.h167 char *help; member in struct:menu
H A Dstreamline_config.pl233 # stop on "help"
234 } elsif (/^\s*help\s*$/) {
H A Dgconf.c396 struct gstr help = str_new(); local
398 menu_get_ext_help(menu, &help);
410 gtk_text_buffer_insert_with_tags(buffer, &end, str_get(&help), -1, tag2,
412 str_free(&help);
675 "Although there is no cross reference yet to help you figure out\n"
677 "are interested in, you can still view the help of a grayed-out\n"
1004 /* Row selection changed: update help */
H A DMakefile98 # Help text used by make help
99 help:
H A Dqconf.cc1013 QString head, debug, help; local
1046 help = print_filter(str_get(&help_gstr));
1063 setText(head + debug + help);
1310 helpText = new ConfigInfoView(split2, "help");
1426 // create help menu
1670 "Although there is no cross reference yet to help you figure out what other\n"
1672 "still view the help of a grayed-out option.\n\n"
/scripts/package/
H A Dbuildtar109 if tar --owner=root --group=root --help >/dev/null 2>&1; then
H A DMakefile139 # Help text displayed when executing 'make help'
141 help: FORCE

Completed in 92 milliseconds