| /scripts/kconfig/tests/auto_submenu/ |
| A D | Kconfig | 9 help 15 help 23 help 29 help 42 help 48 help
|
| /scripts/kconfig/tests/new_choice_with_dep/ |
| A D | Kconfig | 3 help 9 help 17 help 34 help
|
| /scripts/ |
| A D | gen_compile_commands.py | 46 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 D | documentation-file-ref-check | 21 my $help = 0; 33 'h|help|usage' => \$help, 36 if ($help != 0) {
|
| A D | style.py | 172 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 D | event_dump.py | 112 parser.add_argument('elf', type=str, help='ELF file to decode') 114 help='Big-endian image')
|
| A D | spdxcheck.py | 227 …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 D | coccicheck | 22 $SPATCH --help | grep "\-\-jobs" > /dev/null && USE_JOBS="yes"
|
| A D | checkpatch.pl | 57 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 D | get_maintainer.pl | 66 my $help = 0; 280 'h|help|usage' => \$help, 285 if ($help != 0) {
|
| /scripts/kconfig/ |
| A D | zconf.y | 194 | 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 D | conf.c | 48 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 D | menu.c | 693 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 D | mconf.c | 786 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 D | lkc_proto.h | 27 void menu_get_ext_help(struct menu *menu, struct gstr *help);
|
| A D | nconf.c | 1218 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 D | expr.h | 259 char *help; member
|
| A D | gconf.c | 370 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 D | Makefile | 134 help: target
|
| A D | qconf.cc | 1074 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 D | README | 36 method. Help is available using the Python help command, e.g.: 39 $ python3 -c "import libfdt; help(libfdt)"
|