Searched refs:update_cursor (Results 1 – 2 of 2) sorted by relevance
/haiku/src/system/kernel/debug/ |
H A D | blue_screen.cpp | 76 update_cursor(int32 x, int32 y) in update_cursor() function 87 update_cursor(x, y); in move_cursor() 702 update_cursor(sScreen.x, sScreen.y); in blue_screen_putchar() 721 update_cursor(sScreen.x, sScreen.y); in blue_screen_puts()
|
/haiku/src/add-ons/kernel/drivers/common/ |
H A D | console.cpp | 85 update_cursor(struct console_desc *console, int x, int y) in update_cursor() function 730 update_cursor(console, -1, -1); // hide it in console_write() 745 update_cursor(console, console->x, console->y); in console_write()
|