Lines Matching defs:cursorcol
137 int cursorcol; /* Current cursor column */
368 vga_console_screen.cursorcol, vga_console_screen.cursorrow,
502 scr->cursorcol = cpos % type->ncols;
725 *curxp = scr->cursorcol;
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;
1078 scr->cursorcol - 1, scr->cursortmp.ch,
1082 scr->cursorcol, scr->cursortmp.ch,
1089 scr->cursorcol = col;
1094 off = scr->cursorrow * scr->type->ncols + scr->cursorcol;
1101 scr->cursorcol - 1, scr->cursortmp.ch,
1105 scr->cursorcol, scr->cursortmp.ch,
1328 scr->cursorrow, scr->cursorcol);
1347 scr->cursorcol);