Home
last modified time | relevance | path

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

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