Lines Matching refs:DISPLAY
28 # In the samples given test=test -n "$DISPLAY" is used to
30 # for the existence of a DISPLAY environment variable.
31 # Lynx actually uses a getenv() call for DISPLAY (DECW$DISPLAY
32 # on VMS) when it encounters test=test -n "$DISPLAY" or
33 # test=test -z "$DISPLAY" in a viewer assignment, instead of
37 # in lynx.cfg. Any system without the DISPLAY (or DECW$DISPLAY)
57 image/jpeg; xv %s; test=test -n "$DISPLAY"
60 #image/*; xloadimage %s; ; test=test -n "$DISPLAY"
63 image/*; xv %s; ; test=test -n "$DISPLAY"
72 #application/postscript; lpr %s \; echo SENT FILE TO PRINTER; ;test=test -z "$DISPLAY"
75 #application/postscript; ghostview %s; ; test=test -n "$DISPLAY"