Searched refs:debugFlags (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xkbprint/dist/
H A Dutils.c34 unsigned int debugFlags; variable in typeref:typename:unsigned int
H A Dxkbprint.c169 debugFlags = 1;
172 sscanf(argv[++i], "%i", &debugFlags);
174 uInformation("Setting debug flags to %d\n", debugFlags);
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbscan.c60 extern int debugFlags;
747 if (debugFlags)
754 if (debugFlags & 0x2)
H A Dutils.h169 #define DEBUG_VAR debugFlags
H A Dxkbcomp.c37 #define DEBUG_VAR debugFlags
70 unsigned int debugFlags; variable in typeref:typename:unsigned int
278 debugFlags = 1;
283 debugFlags = itmp;
285 INFO("Setting debug flags to %d\n", debugFlags);
919 if (debugFlags & 0x2)
H A Dvmod.c27 #define DEBUG_VAR debugFlags
H A Dxkbcomp.h31 #define DEBUG_VAR debugFlags
H A Dxkbpath.c30 #define DEBUG_VAR debugFlags
H A Dmisc.c77 if (debugFlags & 2)
/xsrc/external/mit/xkbevd/dist/
H A Dcfgscan.c56 extern unsigned debugFlags;
487 if (debugFlags & 0x2)

Completed in 11 milliseconds