Searched refs:is_graphic_console (Results 1 – 5 of 5) sorted by relevance
148 if (!is_graphic_console()) in curses_cursor_position()244 if (is_graphic_console()) { in curses_refresh()
444 int is_graphic_console(void);
1465 int is_graphic_console(void) in is_graphic_console() function1649 if (is_graphic_console()) { in qemu_console_resize()1658 if (is_graphic_console()) { in qemu_console_copy()
1354 if (is_graphic_console()) { in do_key_event()1463 if (sym >= 'A' && sym <= 'Z' && is_graphic_console()) in key_event()
1360 if (is_graphic_console()) { in do_key_event()1469 if (sym >= 'A' && sym <= 'Z' && is_graphic_console()) in key_event()