apm.c | 40 #if defined(DEBUG) && !defined(APMDEBUG) 41 #define APMDEBUG 62 #ifdef APMDEBUG 63 #define DPRINTF(f, x) do { if (apmdebug & (f)) printf x; } while (0) 67 int apmdebug = APMDEBUG_VALUE; variable in typeref:typename:int 69 int apmdebug = 0; variable in typeref:typename:int 74 #endif /* APMDEBUG */ 285 #ifdef APMDEBUG 313 #ifdef APMDEBUG 337 #ifdef APMDEBUG [all...] |