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

1234567891011>>

/freebsd-10.3-release/release/picobsd/tinyware/help/
H A DMakefile1 # $FreeBSD: releng/10.3/release/picobsd/tinyware/help/Makefile 276486 2014-12-31 23:25:37Z ngie $
3 PROG=help
4 SRCS+=help.c
/freebsd-10.3-release/sys/boot/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-10.3-release/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 "$@" \
H A Dmenubox79 $DIALOG --clear --item-help --extra-button --extra-label "Choice" \
/freebsd-10.3-release/usr.sbin/pc-sysinstall/doc/
H A DMakefile3 FILES= help-disk-list help-disk-size help-index help-start-autoinstall
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.c40 help(void) function
48 return (help() + 1);
/freebsd-10.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 },

Completed in 135 milliseconds

1234567891011>>