Home
last modified time | relevance | path

Searched defs:gotoxy (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/auxdisplay/
Dcharlcd.h81 int (*gotoxy)(struct charlcd *lcd, unsigned int x, unsigned int y); member
/linux-6.6.21/drivers/tty/vt/
Dvt.c1406 static void gotoxy(struct vc_data *vc, int new_x, int new_y) in gotoxy() function