Home
last modified time | relevance | path

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

/scripts/kconfig/tests/auto_submenu/
A DKconfig9 help
15 help
23 help
29 help
42 help
48 help
/scripts/kconfig/tests/new_choice_with_dep/
A DKconfig3 help
9 help
17 help
34 help
/scripts/
A Dgen_compile_commands.py46 help=directory_help)
51 help=output_help)
56 default=_DEFAULT_LOG_LEVEL, help=log_level_help)
59 parser.add_argument('-a', '--ar', type=str, default='llvm-ar', help=ar_help)
64 parser.add_argument('paths', type=str, nargs='*', help=paths_help)
A Ddocumentation-file-ref-check21 my $help = 0;
33 'h|help|usage' => \$help,
36 if ($help != 0) {
A Dstyle.py172 help='Add a commit with the changes')
174 help='Dry run, do not write back to files')
175 parser.add_argument('-s', '--srcfile', type=str, required=True, help='Filename to convert')
A Devent_dump.py112 parser.add_argument('elf', type=str, help='ELF file to decode')
114 help='Big-endian image')
A Dspdxcheck.py227 …ap.add_argument('path', nargs='*', help='Check path or file. If not given full git tree scan. For …
229 help='Maximum number of lines to scan in a file. Default 15')
230 ap.add_argument('-v', '--verbose', action='store_true', help='Verbose statistics output')
A Dcoccicheck22 $SPATCH --help | grep "\-\-jobs" > /dev/null && USE_JOBS="yes"
A Dcheckpatch.pl57 my $help = 0;
78 sub help { subroutine
330 'h|help' => \$help,
331 'version' => \$help
332 ) or $help = 2;
340 if (($codespell || $help) && which("codespell") ne "" && which("python") ne "") {
357 help($help - 1) if ($help);
A Dget_maintainer.pl66 my $help = 0;
280 'h|help|usage' => \$help,
285 if ($help != 0) {
/scripts/kconfig/
A Dzconf.y194 | config_option_list help
295 | choice_option_list help
425 help: help_start T_HELPTEXT
427 if (current_entry->help) {
428 free(current_entry->help);
438 current_entry->help = $2;
729 if (menu->help) { in print_symbol()
730 int len = strlen(menu->help); in print_symbol()
731 while (menu->help[--len] == '\n') in print_symbol()
732 menu->help[len] = 0; in print_symbol()
[all …]
A Dconf.c48 struct gstr help = str_new(); in print_help() local
50 menu_get_ext_help(menu, &help); in print_help()
52 printf("\n%s\n", str_get(&help)); in print_help()
53 str_free(&help); in print_help()
218 goto help; in conf_sym()
224 help: in conf_sym()
A Dmenu.c693 return menu->help != NULL; in menu_has_help()
698 if (menu->help) in menu_get_help()
699 return menu->help; in menu_get_help()
856 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help() argument
863 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
866 str_printf(help, "%s\n", help_text); in menu_get_ext_help()
868 get_symbol_str(help, sym, NULL); in menu_get_ext_help()
A Dmconf.c786 struct gstr help = str_new(); in show_help() local
788 help.max_width = getmaxx(stdscr) - 10; in show_help()
789 menu_get_ext_help(menu, &help); in show_help()
791 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help()
792 str_free(&help); in show_help()
A Dlkc_proto.h27 void menu_get_ext_help(struct menu *menu, struct gstr *help);
A Dnconf.c1218 struct gstr help; in show_help() local
1223 help = str_new(); in show_help()
1224 menu_get_ext_help(menu, &help); in show_help()
1225 show_scroll_win(main_window, menu_get_prompt(menu), str_get(&help)); in show_help()
1226 str_free(&help); in show_help()
A Dexpr.h259 char *help; member
A Dgconf.c370 struct gstr help = str_new(); in text_insert_help() local
372 menu_get_ext_help(menu, &help); in text_insert_help()
384 gtk_text_buffer_insert_with_tags(buffer, &end, str_get(&help), -1, tag2, in text_insert_help()
386 str_free(&help); in text_insert_help()
A DMakefile134 help: target
A Dqconf.cc1074 QString head, debug, help; in menuInfo() local
1107 help = print_filter(str_get(&help_gstr)); in menuInfo()
1124 setText(head + debug + help); in menuInfo()
/scripts/dtc/
A DREADME36 method. Help is available using the Python help command, e.g.:
39 $ python3 -c "import libfdt; help(libfdt)"

Completed in 32 milliseconds