Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c104 static void graphics_setxy(int col, int row);
208 graphics_setxy(fontx, fonty + 1); in graphics_putchar()
214 graphics_setxy(x0, fonty); in graphics_putchar()
229 graphics_setxy(x0, fonty); in graphics_putchar()
231 graphics_setxy(x0, fonty + 1); in graphics_putchar()
235 graphics_setxy(fontx + 1, fonty); in graphics_putchar()
249 graphics_setxy(x, y); in graphics_gotoxy()
578 static void graphics_setxy(int col, int row) { in graphics_setxy() function
610 graphics_setxy(x0, y1 - 1); in graphics_scroll()