Searched refs:putDebugChar (Results 1 – 3 of 3) sorted by relevance
268 putDebugChar('-'); /* failed checksum */ in getpacket()270 putDebugChar('+'); /* successful transfer */ in getpacket()273 putDebugChar(buffer[0]); in getpacket()274 putDebugChar(buffer[1]); in getpacket()295 putDebugChar('$'); in putpacket()300 putDebugChar(ch); in putpacket()305 putDebugChar('#'); in putpacket()306 putDebugChar(hexchars[checksum >> 4]); in putpacket()307 putDebugChar(hexchars[checksum & 0xf]); in putpacket()
22 void putDebugChar(int c) in putDebugChar() function
63 extern void putDebugChar(int);