Home
last modified time | relevance | path

Searched refs:BSDDIALOG_ESC (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/bsddialog/examples_utility/
H A Dmsgbox.sh14 : ${BSDDIALOG_ESC=5}
22 $BSDDIALOG_ESC )
H A Dyesno.sh15 : ${BSDDIALOG_ESC=5}
23 $BSDDIALOG_ESC )
H A Dpause.sh16 : ${BSDDIALOG_ESC=5}
24 $BSDDIALOG_ESC )
H A Dtimebox.sh15 : ${BSDDIALOG_ESC=5}
24 $BSDDIALOG_ESC )
H A Dmenu.sh15 : ${BSDDIALOG_ESC=5}
29 $BSDDIALOG_ESC )
H A Drangebox.sh15 : ${BSDDIALOG_ESC=5}
24 $BSDDIALOG_ESC )
H A Dinputbox.sh15 : ${BSDDIALOG_ESC=5}
24 $BSDDIALOG_ESC )
H A Dpasswordbox.sh15 : ${BSDDIALOG_ESC=5}
25 $BSDDIALOG_ESC )
H A Dcalendar.sh15 : ${BSDDIALOG_ESC=5}
25 $BSDDIALOG_ESC )
H A Ddatebox.sh15 : ${BSDDIALOG_ESC=5}
25 $BSDDIALOG_ESC )
H A Dchecklist.sh15 : ${BSDDIALOG_ESC=5}
29 $BSDDIALOG_ESC )
H A Dradiolist.sh15 : ${BSDDIALOG_ESC=5}
29 $BSDDIALOG_ESC )
H A Dpasswordform.sh15 : ${BSDDIALOG_ESC=5}
30 $BSDDIALOG_ESC )
H A Dmixedform.sh15 : ${BSDDIALOG_ESC=5}
28 $BSDDIALOG_ESC )
H A Dform.sh15 : ${BSDDIALOG_ESC=5}
29 $BSDDIALOG_ESC )
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect35 : ${BSDDIALOG_ESC=5}
109 $BSDDIALOG_ERROR | $BSDDIALOG_CANCEL | $BSDDIALOG_ESC)
H A Dnetconfig43 : ${BSDDIALOG_ESC=5}
/freebsd/usr.sbin/bsdinstall/
H A Dstartbsdinstall10 : ${BSDDIALOG_ESC=5}
/freebsd/contrib/bsddialog/lib/
H A Dbsddialog.h44 #define BSDDIALOG_ESC 5 macro
H A Dmessagebox.c126 retval = BSDDIALOG_ESC; in do_message()
H A Dtimebox.c141 retval = BSDDIALOG_ESC; in bsddialog_timebox()
H A Ddatebox.c380 retval = BSDDIALOG_ESC; in bsddialog_calendar()
650 retval = BSDDIALOG_ESC; in bsddialog_datebox()
H A Dbarbox.c514 retval = BSDDIALOG_ESC; in bsddialog_rangebox()
669 retval = BSDDIALOG_ESC; in bsddialog_pause()
H A Dtextbox.c208 retval = BSDDIALOG_ESC; in bsddialog_textbox()
/freebsd/contrib/bsddialog/utility/
H A Dbsddialog.c259 if (retval == BSDDIALOG_CANCEL || retval == BSDDIALOG_ESC) in main()

12