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

1234567891011>>

/freebsd-11-stable/release/picobsd/tinyware/help/
H A DMakefile3 PROG=help
4 SRCS+=help.c
/freebsd-11-stable/stand/common/
H A Dmerge_help.awk5 # Merge two boot loader help files for FreeBSD 3.0
40 help[ind, "T"] = T;
41 help[ind, "S"] = S;
42 help[ind, "link"] = -1;
45 while (help[i, "T"] help[i, "S"] < T S)
48 i = help[i, "link"];
54 help[j, "link"] = ind;
55 help[ind, "link"] = -1;
57 help[in
[all...]
/freebsd-11-stable/contrib/dialog/samples/
H A Dmenubox58 $DIALOG --clear --help-button --item-help --title "MENU BOX" "$@" \
H A Dpause-help2 # $Id: pause-help,v 1.5 2010/01/13 10:36:00 tom Exp $
7 --help-button "$@" \
H A Dradiolist48 $DIALOG --help-button --help-label "Hints" --item-help --ok-label Okay \
H A Dchecklist48 $DIALOG --help-button --item-help --backtitle "No Such Organization" \
H A Dchecklist58 $DIALOG --help-button --item-help --backtitle "No Such Organization" \
H A Dchecklist69 $DIALOG --help-button --item-help --colors --backtitle "\Z1No Such\Zn Organization" \
H A Dchecklist79 $DIALOG --help-button \
10 --item-help \
H A Dcalendar37 RESULT=`$DIALOG --extra-button --extra-label "Hold" --help-button --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981 2>&1 1>&3`
H A Dcalendar3-stdout6 RESULT=`$DIALOG --extra-button --extra-label "Hold" --help-button --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
H A Dinputbox-both10 --help-button "$@" \
H A Dinputbox-help2 # $Id: inputbox-help,v 1.6 2010/01/13 10:20:03 tom Exp $
9 --help-button "$@" \
H A Dmenubox38 $DIALOG --clear --item-help --title "MENU BOX" "$@" \
H A Dmenubox48 $DIALOG --clear --item-help --title "MENU BOX" "$@" \
H A Dmenubox69 $DIALOG --clear --item-help --title "MENU BOX" --colors "$@" \
H A Dmenubox87 RESULT=`$DIALOG --help-button \
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 "$@" \
/freebsd-11-stable/usr.sbin/pc-sysinstall/doc/
H A DMakefile3 FILES= help-disk-list help-disk-size help-index help-start-autoinstall
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlwf_helpgen.py44 input_related.add_argument('-s', action='store_true', help='print an error if the document is not [s]tandalone')
45 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing')
46 input_related.add_argument('-p', action='store_true', help='enable processing external DTDs and [p]arameter entities')
47 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entities')
48 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document [e]ncoding declaration')
49 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages')
50 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use normal file [r]ead IO calls instead')
53 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination directory')
55 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonical XML')
56 output_mode.add_argument('-m', action='store_true', help
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.c41 help(void) function
49 return (help() + 1);
/freebsd-11-stable/usr.sbin/timed/timedc/
H A Dcmdtab.c41 char helphelp[] = "gets help on commands";
50 { "help", helphelp, help, 0 },
54 { "?", helphelp, help, 0 },

Completed in 84 milliseconds

1234567891011>>