Home | History | Annotate | Download | only in ic

Lines Matching defs:cursorrow

138 	int cursorrow;			/* Current cursor row */
368 vga_console_screen.cursorcol, vga_console_screen.cursorrow,
501 scr->cursorrow = cpos / type->ncols;
726 *curyp = scr->cursorrow;
828 vga_raster_cursor(scr, scr->cursoron, scr->cursorrow, scr->cursorcol);
1048 off = (scr->cursorrow * scr->type->ncols + scr->cursorcol) +
1052 vga_raster_putchar(scr, scr->cursorrow, scr->cursorcol,
1072 off = scr->cursorrow * scr->type->ncols + scr->cursorcol;
1077 vga_raster_putchar(id, scr->cursorrow,
1081 vga_raster_putchar(id, scr->cursorrow,
1088 scr->cursorrow = row;
1094 off = scr->cursorrow * scr->type->ncols + scr->cursorcol;
1100 vga_raster_putchar(id, scr->cursorrow,
1104 vga_raster_putchar(id, scr->cursorrow,
1328 scr->cursorrow, scr->cursorcol);
1346 vga_raster_cursor(scr, 1, scr->cursorrow,