Searched refs:outDpy (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xkbutils/dist/
H A Dxkbwatch.c43 static Display *inDpy, *outDpy; variable in typeref:typename:Display **
97 inDpy = outDpy = XtDisplay(toplevel);
265 if (outDpy != inDpy)
266 XCloseDisplay(outDpy);
267 inDpy = outDpy = NULL;
H A Dxkbvleds.c47 static Display *inDpy, *outDpy; variable in typeref:typename:Display **
236 outDpy = XtDisplay(toplevel);
243 inDpy = outDpy;
380 if (outDpy != inDpy)
381 XCloseDisplay(outDpy);
382 inDpy = outDpy = NULL;
/xsrc/external/mit/xkbprint/dist/
H A Dxkbprint.c65 static Display * outDpy; variable in typeref:typename:Display *
645 outDpy = GetDisplay(argv[0], outDpyName);
646 if (!outDpy) {
651 if ((inDpy == NULL) && (outDpy == NULL)) {
731 if ((inDpy != outDpy) &&
732 (XkbChangeKbdDisplay(outDpy, &result) != Success)) {
774 if (outDpy)
775 XCloseDisplay(outDpy);
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbcomp.c89 static Display *outDpy; variable in typeref:typename:Display *
962 outDpy = GetDisplay(argv[0], outDpyName);
963 if (!outDpy)
969 if ((inDpy == NULL) && (outDpy == NULL))
1134 if ((inDpy != outDpy) &&
1135 (XkbChangeKbdDisplay(outDpy, &result) != Success))
1249 if (outDpy)
1250 XCloseDisplay(outDpy);

Completed in 7 milliseconds