Searched refs:DISPLAY (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.10.1/screen-22/screen/
H A Ddisplay.h193 # define DISPLAY(x) display->x macro
196 # define DISPLAY(x) TheDisplay.x macro
199 #define D_user DISPLAY(d_user)
200 #define D_username (DISPLAY(d_user) ? DISPLAY(d_user)->u_name : 0)
201 #define D_cvlist DISPLAY(d_cvlist)
202 #define D_forecv DISPLAY(d_forecv)
203 #define D_processinput DISPLAY(d_processinput)
204 #define D_processinputdata DISPLAY(d_processinputdata)
205 #define D_vpxmin DISPLAY(d_vpxmi
[all...]
/macosx-10.10.1/cups-408/cups/test/
H A Dget-jobs.test40 DISPLAY job-id
41 DISPLAY job-state
42 DISPLAY job-name
43 DISPLAY job-originating-user-name
44 DISPLAY job-impressions
45 DISPLAY job-impressions-completed
46 DISPLAY job-media-sheets
47 DISPLAY job-media-sheets-completed
H A Dget-completed-jobs.test41 DISPLAY job-id
42 DISPLAY job-state
43 DISPLAY job-name
44 DISPLAY job-originating-user-name
45 DISPLAY job-media-sheets-completed
H A Dget-notifications.test39 DISPLAY notify-event
40 DISPLAY notify-text
H A Dcancel-current-job.test43 DISPLAY job-id
44 DISPLAY job-state
H A D4.4-subscription-ops.test33 DISPLAY notify-subscription-id
93 DISPLAY notify-subscription-id
117 DISPLAY notify-subscription-id
119 DISPLAY notify-printer-uri
121 DISPLAY notify-events
H A Dcreate-printer-subscription.test43 DISPLAY notify-subscription-id
69 DISPLAY notify-subscription-id
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dxrlogin2 # xrlogin - rlogin but with current DISPLAY
18 if {[string match "unix:0.0" $env(DISPLAY)]} {
19 set env(DISPLAY) "[exec hostname].[exec domainname]:0.0\r"
21 send "setenv DISPLAY $env(DISPLAY)\r"
H A Dxkibitz39 if {[info exists env(DISPLAY)]} {
40 set pid2display([pid]) $env(DISPLAY)
/macosx-10.10.1/file_cmds-242/ls/
H A Dextern.h50 void printcol(DISPLAY *);
51 void printlong(DISPLAY *);
52 void printscol(DISPLAY *);
53 void printstream(DISPLAY *);
H A Dls.h87 } DISPLAY; typedef in typeref:struct:__anon8660
H A Dprint.c129 printscol(DISPLAY *dp)
253 printxattr(DISPLAY *dp, int count, char *buf, int sizes[])
333 printlong(DISPLAY *dp)
452 printstream(DISPLAY *dp)
477 printcol(DISPLAY *dp)
H A Dls.c95 static void (*printfcn)(DISPLAY *);
597 DISPLAY d;
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts/
H A Dxterm_title8 [ -z "$DISPLAY" ] && {
/macosx-10.10.1/Heimdal-398.1.2/appl/kx/
H A Dtenletxr.in32 screen=`echo $DISPLAY | sed -ne 's/[^:]*:[0-9]*\(\.[0-9]*\)/\1/p'`
36 env DISPLAY=$disp XAUTHORITY=$auth $SHELL
H A Drxtelnet.in47 screen=`echo $DISPLAY | sed -ne 's/[^:]*:[0-9]*\(\.[0-9]*\)/\1/p'`
68 ($term -title $title -n $title $xterm_args -e env DISPLAY=$disp XAUTHORITY=$auth $binary -D $telnet_args $host $port; test x"$pid" != xNO && kill -USR2 $pid) &
70 env DISPLAY=$disp XAUTHORITY=$auth $binary -D $telnet_args $host $port
H A Drxterm.in40 screen=`echo $DISPLAY | sed -ne 's/[^:]*:[0-9]*\(\.[0-9]*\)/\1/p'`
45 $binary -n $rsh_args $host "/bin/sh -c 'DISPLAY=$disp XAUTHORITY=$auth $term -T $title -n $title $xterm_args </dev/null >/dev/null 2>/dev/null &'"
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dsafetk.tcl76 if {[info exists ::env(DISPLAY)]} {
77 set display $::env(DISPLAY)
79 Log $slave "no winfo screen . nor env(DISPLAY)" WARNING
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dsafetk.tcl82 if {[info exists ::env(DISPLAY)]} {
83 set display $::env(DISPLAY)
85 Log $slave "no winfo screen . nor env(DISPLAY)" WARNING
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dagent-pkcs11.sh15 unset DISPLAY
/macosx-10.10.1/zsh-61/zsh/Functions/Misc/
H A Dzkbd254 local termID=${${DISPLAY:t}:-$VENDOR-$OSTYPE} termFile=$zkbd/$TERM.tmp
266 source ${(D)zkbd}/\$TERM-\${\${DISPLAY:t}:-\$VENDOR-\$OSTYPE}
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmib.vim16 syn keyword mibImplicit DESCRIPTION DISPLAY-HINT END ENTERPRISE EXTERNAL FALSE
/macosx-10.10.1/ntp-92/scripts/
H A Dplot_summary.in36 my $gnuplot_terminal = $ENV{DISPLAY} ? "x11" : "dumb";
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A Dconstraints.tcl155 testConstraint haveDISPLAY [info exists env(DISPLAY)]
/macosx-10.10.1/vim-55/runtime/indent/
H A Dcobol.vim147 let ind = s:optionalblock(a:lnum,ind,'STRING\|UNSTRING\|ACCEPT\|DISPLAY\|CALL','ON\s\+OVERFLOW\|ON\s\+EXCEPTION')
190 elseif beginword =~? '^\%(ACCEPT\|DISPLAY\)$'

Completed in 292 milliseconds

12