Searched refs:posx (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmain.c215 int posx; local
236 posx = grub_getstringwidth (unicode_msg, last_position, term);
237 posx = (grub_term_width (term) - posx) / 2;
238 grub_term_gotoxy (term, posx, 1);
H A Dmenu_text.c369 int posx; local
383 posx = grub_term_getxy (data->term) >> 8;
384 grub_print_spaces (data->term, grub_term_width (data->term) - posx - 1);

Completed in 16 milliseconds