Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dhercules.c29 static int herc_y; variable
48 unsigned offset = herc_y * HERCULES_WIDTH + herc_x; in herc_set_cursor()
72 herc_y++; in hercules_putchar()
87 video[herc_y * HERCULES_WIDTH + herc_x] in hercules_putchar()
93 herc_y++; in hercules_putchar()
99 if (herc_y >= HERCULES_HEIGHT) in hercules_putchar()
104 herc_y = HERCULES_HEIGHT - 1; in hercules_putchar()
124 herc_x = herc_y = 0; in hercules_cls()
131 return (herc_x << 8) | herc_y; in hercules_getxy()
138 herc_y = y; in hercules_gotoxy()