Searched refs:pfDmxDbg (Results 1 – 1 of 1) sorted by relevance
401 static FILE* pfDmxDbg = NULL; variable1369 if(pfDmxDbg == NULL) in _DMX_DBG_Task()1387 if(fgets(cmd, STRING_LENGTH, pfDmxDbg)) in _DMX_DBG_Task()1393 if(ferror(pfDmxDbg)) in _DMX_DBG_Task()1828 pfDmxDbg = fopen(filename, "w+"); in _DMX_Debug()1830 if(pfDmxDbg == NULL) in _DMX_Debug()