Searched refs:putDebugChar (Results 1 – 5 of 5) 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);
19774 'void putDebugChar(int)'19846 'getDebugChar', 'putDebugChar',56297 * putDebugChar: Bootstrapping. (line 20)