]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/dialog/samples/setup-vars
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / dialog / samples / setup-vars
1 # $Id: setup-vars,v 1.2 2011/01/04 00:21:43 tom Exp $
2 # vile:shmode
3
4 # These symbols are defined to use in the sample shell scripts to make them
5 # more readable.  But they are (intentionally) not exported.  If they were
6 # exported, they would also be visible in the dialog program (a subprocess).
7
8 : ${DIALOG=dialog}
9
10 : ${DIALOG_OK=0}
11 : ${DIALOG_CANCEL=1}
12 : ${DIALOG_HELP=2}
13 : ${DIALOG_EXTRA=3}
14 : ${DIALOG_ITEM_HELP=4}
15 : ${DIALOG_ESC=255}