Home
last modified time | relevance | path

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

/qemu/ui/
H A Dconsole-vc.c152 static void vga_putcharxy(QemuConsole *s, int x, int y, int ch, in vga_putcharxy() function
211 vga_putcharxy(QEMU_CONSOLE(s), x, y, c->ch, &t_attrib); in console_show_cursor()
213 vga_putcharxy(QEMU_CONSOLE(s), x, y, c->ch, &(c->t_attrib)); in console_show_cursor()
238 vga_putcharxy(QEMU_CONSOLE(s), x, y, c->ch, in console_refresh()
579 vga_putcharxy(QEMU_CONSOLE(s), x, y2, c->ch, in vc_update_xy()