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

/external/grub/stage2/
H A Dterm.h72 void (*gotoxy) (int x, int y); member in struct:term_entry
H A Dchar_io.c357 gotoxy (xpos, getxy () & 0xFF);
386 gotoxy (xpos, getxy () & 0xFF);
491 gotoxy (xpos, getxy () & 0xFF);
1078 gotoxy (int x, int y) function
1080 current_term->gotoxy (x, y);

Completed in 484 milliseconds