Searched refs:inDpyName (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xkbprint/dist/
H A Dxkbprint.c62 static char * inDpyName; variable in typeref:typename:char *
475 inDpyName = inputFile;
535 if (inDpyName[0] == ':')
536 snprintf(name = buf, sizeof(buf), "server%s", inDpyName);
538 name = inDpyName;
636 else if (inDpyName != NULL) {
637 inDpy = GetDisplay(argv[0], inDpyName);
711 uFatalError("Cannot load geometry for %s\n", inDpyName);
734 inDpyName, outDpyName);
/xsrc/external/mit/xkbutils/dist/
H A Dxkbvleds.c49 static char *inDpyName; variable in typeref:typename:char *
89 inDpyName = argv[++i];
237 if (inDpyName != NULL) {
238 inDpy = GetDisplay(argv[0], inDpyName);
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbcomp.c86 static const char *inDpyName; variable in typeref:typename:const char *
726 inDpyName = inputFile;
813 if (inDpyName[0] == ':')
814 snprintf(buf, sizeof(buf), "server%s", inDpyName);
816 name = inDpyName;
951 else if (inDpyName != NULL)
953 inDpy = GetDisplay(argv[0], inDpyName);
1116 WARN("Could not load keyboard geometry for %s\n", inDpyName);
1138 inDpyName, outDpyName);

Completed in 5 milliseconds