Lines Matching refs:dpy
80 Display *dpy = dmxScreen->beDisplay; in CalcServerVersionAndExtensions() local
85 LockDisplay(dpy); in CalcServerVersionAndExtensions()
91 _XReply(dpy, (xReply *) &reply, 0, False); in CalcServerVersionAndExtensions()
92 UnlockDisplay(dpy); in CalcServerVersionAndExtensions()
138 Display *dpy = dmxScreen->beDisplay; in CalcServerVersionAndExtensions() local
144 LockDisplay(dpy); in CalcServerVersionAndExtensions()
148 req->screen = DefaultScreen(dpy); in CalcServerVersionAndExtensions()
150 _XReply(dpy, (xReply *) &reply, 0, False); in CalcServerVersionAndExtensions()
157 _XEatDataWords(dpy, length); in CalcServerVersionAndExtensions()
160 _XReadPad(dpy, (char *) be_extensions[s], numbytes); in CalcServerVersionAndExtensions()
162 UnlockDisplay(dpy); in CalcServerVersionAndExtensions()