Searched refs:qemu_text_console_put_string (Results 1 – 4 of 4) sorted by relevance
112 void qemu_text_console_put_string(QemuTextConsole *s, const char *str, int len);
482 qemu_text_console_put_string(QEMU_TEXT_CONSOLE(con), ev->text.text, strlen(ev->text.text)); in handle_textinput()
344 void qemu_text_console_put_string(QemuTextConsole *s, const char *str, int len) in qemu_text_console_put_string() function
1217 qemu_text_console_put_string(con, key->string, key->length); in gd_text_key_down()