Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 27) sorted by relevance

12

/scripts/dtc/
Ddtx_diff25 -h synonym for --help
26 -help synonym for --help
27 --help print this message and exit
181 help=0
194 -h | -help | --help )
195 help=1
241 if (( ${help} )) ; then
Ddt_to_config994 "h" => \$help,
995 "help" => \$help,
1020 if ($help) {
/scripts/
Dheaderdep.pl18 help => \&help,
41 sub help { subroutine
Dbootgraph.pl44 sub help { subroutine
63 'h|help' =>\&help,
146 help(1);
Dcheckkconfigsymbols.py54 help="Check if the specified commit (hash) introduces "
59 help="Diff undefined symbols between two commits. The "
65 help="Find and show commits that may cause symbols to be "
70 help="Ignore files matching this pattern. Note that "
76 help="Reset current Git tree even when it's dirty.")
DMakefile.help2 checker-help:
Dgfp-translate32 --help)
Dpatch-kernel68 if [ "$1" = -h -o "$1" = --help -o ! -r "$sourcedir/Makefile" ]; then
Dcheckpatch.pl45 my $help = 0;
56 sub help { subroutine
163 'h|help' => \$help,
164 'version' => \$help
165 ) or help(1);
167 help(0) if ($help);
Dget_maintainer.pl56 my $help = 0;
246 'h|help|usage' => \$help,
251 if ($help != 0) {
/scripts/kconfig/
Dzconf.y204 | config_option_list help
296 | choice_option_list help
427 help: help_start T_HELPTEXT
429 current_entry->help = $2;
697 if (menu->help) { in print_symbol()
698 int len = strlen(menu->help); in print_symbol()
699 while (menu->help[--len] == '\n') in print_symbol()
700 menu->help[len] = 0; in print_symbol()
701 fprintf(out, " help\n%s\n", menu->help); in print_symbol()
Dzconf.gperf24 help, T_HELP, TF_COMMAND keyword
25 ---help---, T_HELP, TF_COMMAND
Dconf.c49 struct gstr help = str_new(); in print_help() local
51 menu_get_ext_help(menu, &help); in print_help()
53 printf("\n%s\n", str_get(&help)); in print_help()
54 str_free(&help); in print_help()
224 goto help; in conf_sym()
230 help: in conf_sym()
Dmenu.c536 return menu->help != NULL; in menu_has_help()
541 if (menu->help) in menu_get_help()
542 return menu->help; in menu_get_help()
685 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help() argument
692 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
695 str_printf(help, "%s\n", _(help_text)); in menu_get_ext_help()
697 get_symbol_str(help, sym, NULL); in menu_get_ext_help()
Dmconf.c791 struct gstr help = str_new(); in show_help() local
793 help.max_width = getmaxx(stdscr) - 10; in show_help()
794 menu_get_ext_help(menu, &help); in show_help()
796 show_helptext(_(menu_get_prompt(menu)), str_get(&help)); in show_help()
797 str_free(&help); in show_help()
Dzconf.hash.c_shipped99 char kconf_id_strings_str10[sizeof("---help---")];
124 char kconf_id_strings_str54[sizeof("help")];
136 "---help---",
161 "help",
Dlkc_proto.h26 void menu_get_ext_help(struct menu *menu, struct gstr *help);
Dnconf.c1221 struct gstr help; in show_help() local
1226 help = str_new(); in show_help()
1227 menu_get_ext_help(menu, &help); in show_help()
1228 show_scroll_win(main_window, _(menu_get_prompt(menu)), str_get(&help)); in show_help()
1229 str_free(&help); in show_help()
Dexpr.h176 char *help; member
Dstreamline_config.pl260 } elsif (/^\s*help\s*$/) {
Dgconf.c372 struct gstr help = str_new(); in text_insert_help() local
374 menu_get_ext_help(menu, &help); in text_insert_help()
386 gtk_text_buffer_insert_with_tags(buffer, &end, str_get(&help), -1, tag2, in text_insert_help()
388 str_free(&help); in text_insert_help()
Dzconf.tab.c_shipped586 "comment", "comment_stmt", "help_start", "help", "depends_list",
1971 printd(DEBUG_PARSE, "%s:%d:help\n", zconf_curname(), zconf_lineno());
1979 current_entry->help = (yyvsp[(2) - (2)].string);
2519 if (menu->help) {
2520 int len = strlen(menu->help);
2521 while (menu->help[--len] == '\n')
2522 menu->help[len] = 0;
2523 fprintf(out, " help\n%s\n", menu->help);
DMakefile132 help: target
/scripts/package/
Dbuildtar129 if tar --owner=root --group=root --help >/dev/null 2>&1; then
DMakefile140 help: FORCE target

12