Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dhercules.c28 static int herc_x; variable
67 if (herc_x > 0) in hercules_putchar()
68 herc_x--; in hercules_putchar()
76 herc_x = 0; in hercules_putchar()
87 video[herc_y * HERCULES_WIDTH + herc_x] in hercules_putchar()
89 herc_x++; in hercules_putchar()
90 if (herc_x >= HERCULES_WIDTH) in hercules_putchar()
92 herc_x = 0; in hercules_putchar()
124 herc_x = herc_y = 0; in hercules_cls()
131 return (herc_x << 8) | herc_y; in hercules_getxy()
[all …]