Home
last modified time | relevance | path

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

1234

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in45 help
273 help
291 help
300 help
315 help
327 help
337 help
348 help
357 help
373 help
[all …]
A DConfig.in.arch33 help
44 help
54 help
80 help
109 help
120 help
129 help
142 help
160 help
173 help
[all …]
A DConfig.powerpc20 help
28 help
33 help
A DConfig.arm19 help
31 help
37 help
A DConfig.mips20 help
40 help
A DConfig.arc20 help
A DConfig.h830020 help
A DConfig.metag22 help
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dzconf.y179 | config_option_list help
271 | choice_option_list help
409 help: help_start T_HELPTEXT
411 current_entry->help = $2;
680 if (menu->help) { in print_symbol()
681 int len = strlen(menu->help); in print_symbol()
682 while (menu->help[--len] == '\n') in print_symbol()
683 menu->help[len] = 0; in print_symbol()
684 fprintf(out, " help\n%s\n", menu->help); in print_symbol()
A Dkconfig-language.txt27 Most entries define a config option; all other entries help to organize
33 help
40 the config option, input prompt, dependencies, help text and default
129 - help text: "help" or "---help---"
130 This defines a help text. The end of the help text is determined by
132 a smaller indentation than the first line of the help text.
133 "---help---" and "help" do not differ in behaviour, "---help---" is
134 used to help visually separate configuration logic from help within
248 line starts with a keyword (except help texts). The following keywords
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()
224 goto help; in conf_sym()
230 help: in conf_sym()
A Dmenu.c528 return menu->help != NULL; in menu_has_help()
533 if (menu->help) in menu_get_help()
534 return menu->help; in menu_get_help()
677 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help() argument
684 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
687 str_printf(help, "%s\n", _(help_text)); in menu_get_ext_help()
689 get_symbol_str(help, sym, NULL); in menu_get_ext_help()
A Dmconf.c790 struct gstr help = str_new(); in show_help() local
792 help.max_width = getmaxx(stdscr) - 10; in show_help()
793 menu_get_ext_help(menu, &help); in show_help()
795 show_helptext(_(menu_get_prompt(menu)), str_get(&help)); in show_help()
796 str_free(&help); in show_help()
/l4re-core-master/lua/lib/contrib/
A DMakefile54 $(PLATS) help test clean: target
104 .PHONY: all $(PLATS) help test clean install uninstall local dummy echo pc
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DMakefile.help8 help:
A DMakefile19 include $(top_srcdir)Makefile.help
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/
A Dgetent26 ""|-h|--help)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/scripts/
A Dextract_symvers.in49 if readelf --help | grep -- --wide > /dev/null; then
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/scripts/
A Dextract_symvers.in49 if readelf --help | grep -- --wide > /dev/null; then
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/scripts/
A Dextract_symvers.in49 if readelf --help | grep -- --wide > /dev/null; then
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/scripts/
A Dextract_symvers.in49 if readelf --help | grep -- --wide > /dev/null; then
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/scripts/
A Dextract_symvers.in49 if readelf --help | grep -- --wide > /dev/null; then
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/scripts/
A Dextract_symvers.in49 if readelf --help | grep -- --wide > /dev/null; then
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/scripts/
A Dextract_symvers.in49 if readelf --help | grep -- --wide > /dev/null; then
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/scripts/
A Dextract_symvers.in49 if readelf --help | grep -- --wide > /dev/null; then

Completed in 35 milliseconds

1234