Home
last modified time | relevance | path

Searched refs:yesno (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/lib/libc/gen/
H A Dsysconf.c137 goto yesno; in sysconf()
212 goto yesno; in sysconf()
220 goto yesno; in sysconf()
228 goto yesno; in sysconf()
236 goto yesno; in sysconf()
244 goto yesno; in sysconf()
257 goto yesno; in sysconf()
265 goto yesno; in sysconf()
284 goto yesno; in sysconf()
288 goto yesno; in sysconf()
[all …]
/freebsd/contrib/bsddialog/
H A DREADME.md34 --pause, --radiolist, --rangebox, --textbox, --timebox, --treeview, --yesno.
46 % ./bsddialog --begin-y 2 --default-no --title yesno --yesno "Hello World!" 5 30
49 % ./bsddialog --title yesno --hline "bsddialog" --yesno "Hello World!" 5 25
50 % ./bsddialog --extra-button --help-button --yesno "Hello World!" 0 0
73 % sh ./examples_utility/yesno.sh
111 % ./yesno
H A D.gitignore26 examples_library/yesno
/freebsd/contrib/dialog/samples/
H A Dyesno27 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \
18 . ./report-yesno
H A Dyesno47 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \
18 . ./report-yesno
H A Dyesno37 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \
18 . ./report-yesno
H A Dyesno10 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \
21 . ./report-yesno
H A Dyesno-help7 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \
18 . ./report-yesno
H A Dyesno-utf811 $DIALOG "$@" --yesno "Are you a DOG?" 0 0
14 . ./report-yesno
H A Dyesno-extra11 --yesno "Hi, this is a yes/no dialog box with its labels changed. \
23 . ./report-yesno
H A Dyesno-both12 --yesno "Hi, this is a yes/no dialog box with its labels changed. \
24 . ./report-yesno
H A Dmixedform31 --yesno "Really quit?" 10 30
H A Dmixedform231 --yesno "Really quit?" 10 30
H A Dform1-extra39 --yesno "Really quit?" 10 30
H A Dform1-help39 --yesno "Really quit?" 10 30
H A Dpasswordform139 --yesno "Really quit?" 10 30
H A Dform141 --yesno "Really quit?" 10 30
H A Dform1-utf841 --yesno "Really quit?" 10 30
/freebsd/contrib/dialog/package/freebsd/
H A Dpkg-plist165 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/report-yesno
192 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yesno
193 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yesno-both
194 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yesno-extra
195 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yesno-help
196 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yesno-utf8
/freebsd/usr.sbin/bsdinstall/
H A Dstartbsdinstall63 …--extra-label "Shell" --ok-label "Install" --cancel-label "Live System" --yesno "Welcome to ${OSNA…
76 …t" --extra-button --extra-label "Shutdown" --cancel-label "Live System" --yesno "Installation of $…
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dauto91 --yesno "$prompt" $height $width
138 --yesno "$prompt" $height $width
370 --title "Add User Accounts" --yesno \
388 --default-no --yesno \
H A Djail46 --no-label "Exit" --yes-label "Restart" --yesno \
142 bsddialog --backtitle "$OSNAME Installer" --title "Add User Accounts" --yesno \
H A Dnetconfig122 --yesno 'Would you like to configure IPv4 for this interface?' 0 0
144 --yesno 'Would you like to configure IPv6 for this interface?' 0 0
/freebsd/sys/dev/drm2/
H A Ddrm_sysctl.c200 const char *type, *yesno; variable
253 yesno = "no";
255 yesno = "yes";
260 map->flags, (unsigned long)map->handle, yesno);
/freebsd/contrib/bsddialog/examples_utility/
H A Dyesno.sh17 ./bsddialog --title " yesno " --yesno "Hello World!" 6 25

123