Searched refs:help (Results 26 - 50 of 437) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/dialog/samples/
H A Dmenubox97 RESULT=`$DIALOG --help-button \
H A Dmsgbox-help2 # $Id: msgbox-help,v 1.6 2010/01/13 10:53:11 tom Exp $
7 --help-button "$@" \
H A Dpause-both7 --help-button \
H A Dyesno-help2 # $Id: yesno-help,v 1.5 2010/01/13 10:40:39 tom Exp $
6 $DIALOG --title "YES/NO BOX" --clear --help-button "$@" \
H A Dmenubox79 $DIALOG --clear --item-help --extra-button --extra-label "Choice" \
H A Dyesno-both11 --help-button "$@" \
H A Dform53 # form4 with --help-status
21 --help-status \
22 --help-button \
23 --item-help \
H A Dform63 # form4 with --help-status
21 --help-status \
22 --help-button \
23 --item-help \
H A Dchecklist28 $DIALOG --item-help --backtitle "No Such Organization" \
H A Dchecklist38 $DIALOG --item-help --backtitle "No Such Organization" \
H A Dchecklist83 # "checklist7" without --item-help
9 $DIALOG --help-button \
H A Deditbox33 # example with extra- and help-buttons
14 --help-button \
H A Dradiolist38 $DIALOG --item-help --ok-label Okay \
H A Dinputmenu34 # "inputmenu1" with defaultitem, help-button and item-help.
24 --help-button \
25 --help-label "Script" \
27 --item-help "$@" \
H A Dtextbox-both15 --help-button \
H A Dtextbox-help2 # $Id: textbox-help,v 1.1 2011/01/18 09:59:20 tom Exp $
15 --help-button "$@" \
/freebsd-9.3-release/crypto/heimdal/tests/gss/
H A Dcheck-gss.in40 ${TESTS_ENVIRONMENT} ${gssdir}/gss help > /dev/null || exit 1
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Datmconfig.help41 Use 'atmconfig help' for general help or 'atmconfig help <command>' for
42 help on 'command' or 'atmconfig help commands' for a list of commands.
44 ^0 help
45 ^^ help show help information
46 Use one of the following commands to get help on atmconfig:
48 atmconfig help option
[all...]
/freebsd-9.3-release/usr.sbin/timed/timedc/
H A Dcmdtab.c41 char helphelp[] = "gets help on commands";
50 { "help", helphelp, help, 0 },
54 { "?", helphelp, help, 0 },
H A Dextern.h43 void help(int, char *[]);
/freebsd-9.3-release/contrib/groff/src/roff/grog/
H A Dgrog.sh22 --help)
/freebsd-9.3-release/usr.sbin/memcontrol/
H A Dmemcontrol.c68 static void help(const char *what);
112 help(NULL);
171 help("list");
211 help("set");
216 help("set");
220 help("set");
226 help("set");
230 help("set");
239 help("flags");
245 help("flag
325 help(const char *what) function
[all...]
/freebsd-9.3-release/contrib/smbfs/smbutil/
H A Dsmbutil.c17 static void help(void);
36 {"help", cmd_help, help_usage, CMDFL_NO_KMOD},
88 errx(EX_DATAERR, "no specific help for command %s", cp);
106 help();
111 help();
118 help();
123 help();
140 help(void) { function
145 " help command display help o
[all...]
/freebsd-9.3-release/contrib/libstdc++/scripts/
H A Dextract_symvers31 if test ${#} -lt 2 || test $1 = '--help'; then
43 if readelf --help | grep -- --wide > /dev/null; then
/freebsd-9.3-release/lib/libedit/
H A DMakefile9 OSRCS= chared.c common.c el.c emacs.c fcns.c filecomplete.c help.c \
33 SRCS+= common.h emacs.h fcns.h help.h vi.h
34 CLEANFILES+= common.h editline.c emacs.h fcns.c fcns.h help.c help.h vi.h
60 help.c: ${ASRC} makelist
63 help.h: ${ASRC} makelist
71 common.h emacs.h fcns.c fcns.h help.c help.h vi.h

Completed in 93 milliseconds

1234567891011>>