Lines Matching refs:putDebugChar
151 extern int putDebugChar(char c); /* write a single character */
257 putDebugChar('-'); /* failed checksum */ in getpacket()
259 putDebugChar('+'); /* successful transfer */ in getpacket()
266 putDebugChar(buffer[0]); in getpacket()
267 putDebugChar(buffer[1]); in getpacket()
296 putDebugChar('$'); in putpacket()
301 if (!(putDebugChar(ch))) in putpacket()
307 putDebugChar('#'); in putpacket()
308 putDebugChar(hexchars[checksum >> 4]); in putpacket()
309 putDebugChar(hexchars[checksum & 0xf]); in putpacket()
400 putDebugChar('+'); /* 'hello world' */ in set_debug_traps()
409 putDebugChar('+'); /* ack it */ in set_debug_traps()