Home | History | Annotate | Download | only in qemu

Lines Matching refs:ebuf

341     char ebuf[15] = "Escape-Char";
346 snprintf(ebuf, sizeof(ebuf), "C-%c", term_escape_char - 1 + 'a');
356 chr->chr_write(chr, (uint8_t *)ebuf, strlen(ebuf));