Searched refs:help (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7800-V1.0.2.28/package/base-files/files/etc/
H A Drc.common13 action=${2:-help}
68 help() { function
88 list_contains ALL_COMMANDS "$action" || action=help
/netgear-R7800-V1.0.2.28/scripts/config/
H A Dconf.c37 static char nohelp_text[] = N_("Sorry, no help available for this option yet.\n");
187 const char *def, *help; local
200 /* print help */
202 help = nohelp_text;
203 if (menu->sym->help)
204 help = menu->sym->help;
205 printf("\n%s\n", menu->sym->help);
223 const char *help; local
249 if (sym->help)
[all...]
H A Dmconf.c71 "o To get help with an item, use the cursor keys to highlight <Help>\n"
85 "o To see available help for the item, use the cursor keys to highlight\n"
100 "o For help, use the <TAB> or cursor keys to highlight the help option\n"
188 "There is no help available for this config option.\n"),
858 fd = creat(".help.tmp", 0777);
861 show_file(".help.tmp", title, r, c);
862 unlink(".help.tmp");
872 struct gstr help = str_new(); local
875 help
[all...]
H A Dzconf.y179 | config_option_list help
257 | choice_option_list help
385 /* help option */
389 printd(DEBUG_PARSE, "%s:%d:help\n", zconf_curname(), zconf_lineno());
393 help: help_start T_HELPTEXT label
395 current_entry->sym->help = $2;
632 if (sym->help) {
633 int len = strlen(sym->help);
634 while (sym->help[--len] == '\n')
635 sym->help[le
[all...]
H A Dexpr.h69 char *help; member in struct:symbol
135 //char *help;
/netgear-R7800-V1.0.2.28/target/linux/ipq806x/base-files/sbin/
H A Dcpuutil12 help()
31 help
174 -h|--help)
178 help
H A Drun-ramfs65 install_file /www/liteblue.gif /www/style/form.css /www/pls_wait.html /www/help.css /www/help.htm /www/upload.gif /www/funcs.js /www/UPG_process.htm /www/upg_get_status.htm /www/spacer.gif /www/menublue.gif /www/rbullet.gif /www/MNU_menu.htm /www/MNU_menu_nolink.htm /www/MNU_menu_wds.htm /www/MNU_menu_wds_nolink.htm /www/AUTO_upgrade_process.htm
/netgear-R7800-V1.0.2.28/target/imagebuilder/files/
H A DMakefile14 all: help
32 help: This help text
50 help: FORCE
183 .SILENT: help info image
/netgear-R7800-V1.0.2.28/target/linux/ps3/petitboot/base-files/sbin/
H A Dps3-bl-option43 -h, --help
44 Print a help message.
112 -h | --help)
/netgear-R7800-V1.0.2.28/scripts/
H A Dmetadata.pl205 my $help = $target->{desc};
210 if ($help =~ /\w+/) {
211 $help =~ s/^\s*/\t /mg;
212 $help = "\thelp\n$help";
214 undef $help;
257 $confstr .= "$help\n\n";
327 my $help = $profile->{desc};
328 if ($help =~ /\w+/) {
329 $help
[all...]
H A Dext-toolchain.sh4 # the --help output for more information.
521 [ -n "$1" ] || exec "$0" --help
535 -h|--help)
561 echo -e " $me --help" >&2
562 echo -e " Display this help text and exit.\n\n" >&2
572 exec $0 --help
577 exec $0 --help
H A Dconfig.rpath179 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
189 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
200 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
211 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
223 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
235 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
H A Denv9 help This help text
213 help) usage 0;;
H A DbrcmImage.pl69 -h : help, version $version
H A Ddeptest.sh132 --help|-h)
/netgear-R7800-V1.0.2.28/package/base-files/files/sbin/
H A Dwifi212 --help|help) usage;;
/netgear-R7800-V1.0.2.28/include/
H A Dprereq-build.mk42 getopt --help 2>&1 | grep long >/dev/null
49 gcp --help || cp --help
H A Dtoplevel.mk157 help:
171 .SILENT: symlinkclean clean dirclean distclean config-clean download help tmpinfo-clean .config scripts/config/mconf scripts/config/conf menuconfig tmp/.prereq-build tmp/.prereq-package prepare-tmpinfo
173 .PHONY: help FORCE
H A Dhost.mk57 if xargs --help 2>&1 | grep 'gnu.org' >/dev/null; then \
/netgear-R7800-V1.0.2.28/tools/wrt350nv2-builder/src/
H A Dwrt350nv2-builder.c722 int help; local
750 help = 0;
757 help = 1;
866 // react on option problems or help request, then exit
867 if ((exitcode) || (help)) {
868 if (help) {
874 -h - Show this help\n\
/netgear-R7800-V1.0.2.28/docs/
H A Dsubmitting-patches.tex5 help carry your changes forward into future versions
/netgear-R7800-V1.0.2.28/tools/makefun/src/
H A Dmakefun14 # Option variables -- must appear before help message in order to print defaults
24 #$cmdhelp="Hh"; # document help for commands
27 # NOTE -- this help message contains deliberate ${var} references.
43 It can also extract help messages intended to be used with the cmd
94 you are urged to read the help message for makefuntex before proceeding,
144 H - cmd help array for documentation and extraction the same as "G"
145 h - cmd help array for documentation and extraction the same as "g"
148 and for debugging. An application using cmd should provide help
190 -h (or -help) -- print this message
202 to help preven
[all...]
/netgear-R7800-V1.0.2.28/package/qca-wifi/files/lib/sbin/
H A Dwifi_try55 -h : print this help
/netgear-R7800-V1.0.2.28/package/qca-wifi/files/sbin/
H A Dwifi_try47 -h : print this help
/netgear-R7800-V1.0.2.28/package/app-flow-scripts/
H A DMakefile44 Scripts to help start all the app flow stuff

Completed in 127 milliseconds

12