Searched refs:gotoxy (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c114 gotoxy (2, y);
128 gotoxy (74, y);
140 gotoxy (77, y + 1);
160 gotoxy (77, y + size);
167 gotoxy (74, y + entryno + 1);
205 gotoxy (1, y);
215 gotoxy (1, y + i);
221 gotoxy (75, y + i);
379 gotoxy (3, 22);
382 gotoxy (7
[all...]
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);
H A Dshared.h875 void gotoxy (int x, int y);

Completed in 51 milliseconds