Home
last modified time | relevance | path

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

1234567

/utopia/UTPA2-700.0.x/projects/build/
H A DKconfig13 help
19 help
25 help
31 help
37 help
43 help
49 help
55 help
61 help
67 help
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DKconfig6 ---help---
14 help
20 help
26 help
32 help
38 help
44 help
50 help
56 help
62 help
[all …]
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DKconfig6 ---help---
12 help
18 help
24 help
30 help
36 help
42 help
48 help
54 help
60 help
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DKconfig6 ---help---
13 help
19 help
25 help
31 help
37 help
45 help
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.y184 | config_option_list help
276 | choice_option_list help
414 help: help_start T_HELPTEXT
416 current_entry->help = $2;
689 if (menu->help) { in print_symbol()
690 int len = strlen(menu->help); in print_symbol()
691 while (menu->help[--len] == '\n') in print_symbol()
692 menu->help[len] = 0; in print_symbol()
693 fprintf(out, " help\n%s\n", menu->help); in print_symbol()
H A Dmenu.c499 return menu->help != NULL; in menu_has_help()
504 if (menu->help) in menu_get_help()
505 return menu->help; in menu_get_help()
594 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help() argument
600 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
601 str_append(help, _(menu_get_help(menu))); in menu_get_ext_help()
602 str_append(help, "\n"); in menu_get_ext_help()
604 str_append(help, nohelp_text); in menu_get_ext_help()
607 get_symbol_str(help, sym); in menu_get_ext_help()
H A Dnconf.c1225 struct gstr help = str_new(); in show_help() local
1229 str_printf(&help, "%s%s:\n\n", CONFIG_, menu->sym->name); in show_help()
1230 str_append(&help, _(menu_get_help(menu))); in show_help()
1231 str_append(&help, "\n"); in show_help()
1232 get_symbol_str(&help, menu->sym); in show_help()
1234 str_append(&help, _(menu_get_help(menu))); in show_help()
1237 str_append(&help, nohelp_text); in show_help()
1239 show_scroll_win(main_window, _(menu_get_prompt(menu)), str_get(&help)); in show_help()
1240 str_free(&help); in show_help()
H A 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()
220 goto help; in conf_sym()
226 help: in conf_sym()
H A Dmconf.c634 struct gstr help = str_new(); in show_help() local
636 help.max_width = getmaxx(stdscr) - 10; in show_help()
637 menu_get_ext_help(menu, &help); in show_help()
639 show_helptext(_(menu_get_prompt(menu)), str_get(&help)); in show_help()
640 str_free(&help); in show_help()
H A Dzconf.tab.c1932 current_entry->help = (yyvsp[(2) - (2)].string);
2444 if (menu->help) { in print_symbol()
2445 int len = strlen(menu->help); in print_symbol()
2446 while (menu->help[--len] == '\n') in print_symbol()
2447 menu->help[len] = 0; in print_symbol()
2448 fprintf(out, " help\n%s\n", menu->help); in print_symbol()
H A Dzconf.tab.c_shipped572 "comment", "comment_stmt", "help_start", "help", "depends_list",
1924 printd(DEBUG_PARSE, "%s:%d:help\n", zconf_curname(), zconf_lineno());
1932 current_entry->help = (yyvsp[(2) - (2)].string);
2444 if (menu->help) {
2445 int len = strlen(menu->help);
2446 while (menu->help[--len] == '\n')
2447 menu->help[len] = 0;
2448 fprintf(out, " help\n%s\n", menu->help);
/utopia/UTPA2-700.0.x/modules/sar/drv/sar/
H A DKconfig6 ---help---
12 help
18 help
26 help
34 help
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DKconfig6 ---help---
9 ---help---
15 help
21 help
/utopia/UTPA2-700.0.x/modules/hwi2c/drv/hwi2c/
H A DKconfig6 ---help---
12 help
17 help
24 help
/utopia/UTPA2-700.0.x/modules/pcmcia/drv/pcmcia/
H A DKconfig6 ---help---
14 help
21 help
/utopia/UTPA2-700.0.x/modules/wdt/drv/wdt/
H A DKconfig6 ---help---
12 help
17 help
/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DKconfig6 ---help---
13 help
18 help
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/
H A DKconfig6 ---help---
13 help
19 help
/utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/
H A DKconfig6 ---help---
13 help
19 help
/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DKconfig6 ---help---
12 help
18 help
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dheaderdep.pl18 help => \&help,
41 sub help { subroutine
H A Dcheckpatch.pl31 my $help = 0;
33 sub help { subroutine
83 'h|help' => \$help,
84 'version' => \$help
85 ) or help(1);
87 help(0) if ($help);
/utopia/UTPA2-700.0.x/modules/gpio/drv/gpio/
H A DKconfig6 ---help---
12 help
/utopia/UTPA2-700.0.x/modules/pvr_iframelut/drv/pvr_iframelut/
H A DKconfig6 ---help---
13 help
/utopia/UTPA2-700.0.x/modules/clkm/drv/clkm/
H A DKconfig6 ---help---
12 help

1234567