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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h74 void (*gotoxy) (int x, int y); member in struct:term_entry
H A Dchar_io.c117 graphics_gotoxy, /* gotoxy */
377 gotoxy (xpos, getxy () & 0xFF);
406 gotoxy (xpos, getxy () & 0xFF);
511 gotoxy (xpos, getxy () & 0xFF);
1243 gotoxy (int x, int y) function
1245 current_term->gotoxy (x, y);

Completed in 68 milliseconds