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

1234567891011>>

/freebsd-current/stand/common/
H A Dmerge_help.awk4 # Merge two boot loader help files for FreeBSD 3.0
39 help[ind, "T"] = T;
40 help[ind, "S"] = S;
41 help[ind, "link"] = -1;
44 while (help[i, "T"] help[i, "S"] < T S)
47 i = help[i, "link"];
53 help[j, "link"] = ind;
54 help[ind, "link"] = -1;
56 help[in
[all...]
/freebsd-current/contrib/dialog/samples/
H A Dmenubox58 $DIALOG --clear --help-button --item-help --title "MENU BOX" "$@" \
H A Dpause-help2 # $Id: pause-help,v 1.6 2020/11/26 00:05:11 tom Exp $
7 --help-button "$@" \
H A Dradiolist48 $DIALOG --help-button --help-label "Hints" --item-help --ok-label Okay \
H A Dchecklist79 $DIALOG --help-button \
10 --item-help \
H A Dchecklist69 $DIALOG --help-button --item-help --colors --backtitle "\Z1No Such\Zn Organization" \
H A Dchecklist58 $DIALOG --help-button --item-help --backtitle "No Such Organization" \
H A Dchecklist48 $DIALOG --help-button --item-help --backtitle "No Such Organization" \
H A Dbuildlist410 --help-button \
11 --item-help \
H A Dinputbox-both10 --help-button "$@" \
H A Dinputbox-help2 # $Id: inputbox-help,v 1.7 2020/11/26 00:03:58 tom Exp $
9 --help-button "$@" \
H A Dmenubox69 $DIALOG --clear --item-help --title "MENU BOX" --colors "$@" \
H A Dmenubox87 returntext=`$DIALOG --help-button \
H A Dmenubox97 returntext=`$DIALOG --help-button \
H A Dmenubox48 $DIALOG --clear --item-help --title "MENU BOX" "$@" \
H A Dmenubox38 $DIALOG --clear --item-help --title "MENU BOX" "$@" \
H A Dyesno-help2 # $Id: yesno-help,v 1.6 2020/11/26 00:05:52 tom Exp $
6 $DIALOG --title "YES/NO BOX" --clear --help-button "$@" \
H A Dcalendar3-stdout6 returntext=`$DIALOG --extra-button --extra-label "Hold" --help-button --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
H A Dcalendar37 returntext=`$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 Dpause-both7 --help-button \
H A Dmsgbox-help2 # $Id: msgbox-help,v 1.7 2020/11/26 00:03:58 tom Exp $
7 --help-button "$@" \
H A Dmenubox79 $DIALOG --clear --item-help --extra-button --extra-label "Choice" \
/freebsd-current/contrib/expat/xmlwf/
H A Dxmlwf_helpgen.py48 %(prog)s -h|--help
59 input_related.add_argument('-s', action='store_true', help='print an error if the document is not [s]tandalone')
60 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing')
61 input_related.add_argument('-p', action='store_true', help='enable processing of external DTDs and [p]arameter entities')
62 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entities')
63 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document [e]ncoding declaration')
64 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages')
65 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use [r]ead calls instead')
66 input_related.add_argument('-g', metavar='BYTES', help='buffer size to request per call pair to XML_[G]etBuffer and read (default: 8 KiB)')
67 input_related.add_argument('-k', action='store_true', help
82 help='set maximum tolerated [a]mplification factor (default: 100.0)') variable
87 help='disable reparse deferral, and allow [q]uadratic parse runtime with large tokens') variable
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.c38 int help(void);
44 help(void) function
52 return (help() + 1);
/freebsd-current/tests/sys/netpfil/pf/
H A Dfragcommon.py41 help='The address to send the fragmented packets to')
44 help='The source address for the generated packets')
47 help='The interface through which the packet(s) will be sent')
50 help='The interface to expect the reply on')

Completed in 215 milliseconds

1234567891011>>