Searched refs:flashdebug (Results 1 – 3 of 3) sorted by relevance
45 #define FLDPRINTF(x) if (flashdebug) printf x46 #define FLDPRINTFN(n,x) if (flashdebug>(n)) printf x
50 extern int flashdebug;
66 int flashdebug = FLASH_DEBUG; variable