Searched refs:VM_ESCAPE_CHAR (Results 1 – 2 of 2) sorted by relevance
44 #define VM_ESCAPE_CHAR 0xAA /* Set bit 4 from the next byte to 0 */ macro173 case VM_ESCAPE_CHAR: in addchar()174 ibe->outbuf[ibe->outlen] = VM_ESCAPE_CHAR; in addchar()356 case VM_ESCAPE_CHAR: in receive()
61 #define VM_ESCAPE_CHAR 0xAA /* Set bit 4 from the next byte to 0 */ macro103 case VM_ESCAPE_CHAR: in vm_add_char()104 c[(*pos)++] = VM_ESCAPE_CHAR; in vm_add_char()294 case VM_ESCAPE_CHAR: in vm_handle_char()