Home
last modified time | relevance | path

Searched refs:graphics_gotoxy (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c246 void graphics_gotoxy(int x, int y) { in graphics_gotoxy() function
259 graphics_gotoxy(x0, y0); in graphics_cls()
600 graphics_gotoxy(x0, j - 1); in graphics_scroll()
607 graphics_gotoxy(x0, y1 - 1); in graphics_scroll()
H A Dterm.h149 void graphics_gotoxy(int x, int y);
H A Dchar_io.c117 graphics_gotoxy, /* gotoxy */