Home
last modified time | relevance | path

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

/external/grub/stage2/
Dhercules.c28 static int herc_x; variable
48 unsigned offset = herc_y * HERCULES_WIDTH + herc_x; in herc_set_cursor()
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()
[all …]