Searched refs:DEBUG_VAR (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | utils.h | 168 #ifndef DEBUG_VAR 169 #define DEBUG_VAR debugFlags macro 172 extern unsigned int DEBUG_VAR; 183 #define uDEBUG(f,s) { if (DEBUG_VAR&(f)) uDebug(s);} 184 #define uDEBUG1(f,s,a) { if (DEBUG_VAR&(f)) uDebug(s,a);} 185 #define uDEBUG2(f,s,a,b) { if (DEBUG_VAR&(f)) uDebug(s,a,b);} 186 #define uDEBUG3(f,s,a,b,c) { if (DEBUG_VAR&(f)) uDebug(s,a,b,c);} 187 #define uDEBUG4(f,s,a,b,c,d) { if (DEBUG_VAR&(f)) uDebug(s,a,b,c,d);} 188 #define uDEBUG5(f,s,a,b,c,d,e) { if (DEBUG_VAR&(f)) uDebug(s,a,b,c,d,e);}
|
| H A D | parseutils.h | 30 #ifndef DEBUG_VAR 31 #define DEBUG_VAR parseDebug macro
|
| H A D | xkbcomp.h | 30 #ifndef DEBUG_VAR 31 #define DEBUG_VAR debugFlags macro
|
| H A D | vmod.c | 27 #define DEBUG_VAR debugFlags macro
|
| H A D | xkbpath.c | 30 #define DEBUG_VAR debugFlags macro
|
| H A D | listing.c | 79 #define DEBUG_VAR listingDebug macro
|
| H A D | xkbscan.c | 35 #define DEBUG_VAR scanDebug macro
|
| H A D | parseutils.c | 27 #define DEBUG_VAR parseDebug macro
|
| H A D | xkbparse.y | 94 #define DEBUG_VAR parseDebug
|
| H A D | xkbcomp.c | 37 #define DEBUG_VAR debugFlags macro
|
| H A D | xkbparse.c | 74 #define DEBUG_VAR parseDebug macro
|
Completed in 17 milliseconds