HomeSort by: relevance | last modified time | path
    Searched defs:mididebug (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/
midi.c 68 #define DPRINTF(x) if (mididebug) printf x
69 #define DPRINTFN(n,x) if (mididebug >= (n)) printf x
70 int mididebug = 0; variable in typeref:typename:int

Completed in 12 milliseconds