Searched refs:ReportBuffer (Results 1 – 1 of 1) sorted by relevance
41 static char ReportBuffer[4096]; variable50 DEMORFPuts(25, 25, 0, ReportBuffer); in DoReport()65 len = strlen(ReportBuffer); in OSReport()67 len += vsprintf(ReportBuffer + len, msg, marker); in OSReport()71 q = ReportBuffer; in OSReport()72 for (p = ReportBuffer; p < ReportBuffer + len; ++p) in OSReport()85 memmove(ReportBuffer, q + 1, len - (q - ReportBuffer)); in OSReport()