Home
last modified time | relevance | path

Searched refs:term_outbuf_index (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dmonitor.c78 static int term_outbuf_index; variable
87 if (term_outbuf_index > 0) { in term_flush()
90 qemu_chr_write(monitor_hd[i], term_outbuf, term_outbuf_index); in term_flush()
91 term_outbuf_index = 0; in term_flush()
104 term_outbuf[term_outbuf_index++] = '\r'; in term_puts()
105 term_outbuf[term_outbuf_index++] = c; in term_puts()
106 if (term_outbuf_index >= (sizeof(term_outbuf) - 1) || in term_puts()