Searched refs:sc_vtb_getc (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/sys/dev/misc/syscons/ |
H A D | scmouse.c | 274 c = sc_vtb_getc(&scp->vtb, p); in skip_spc_right() 290 c = sc_vtb_getc(&scp->vtb, p); in skip_spc_left() 320 cut_buffer[i] = sc_vtb_getc(&scp->vtb, p); in mouse_cut() 335 c = sc_vtb_getc(&scp->vtb, p); in mouse_cut() 397 cut_buffer[0] = sc_vtb_getc(&scp->vtb, scp->mouse_cut_start); in mouse_cut_start() 446 c = sc_vtb_getc(&scp->vtb, scp->mouse_pos); in mouse_cut_word() 450 c = sc_vtb_getc(&scp->vtb, j); in mouse_cut_word() 456 c = sc_vtb_getc(&scp->vtb, j); in mouse_cut_word() 464 c = sc_vtb_getc(&scp->vtb, j); in mouse_cut_word() 470 c = sc_vtb_getc(&scp->vtb, j); in mouse_cut_word() [all …]
|
H A D | scvgarndr.c | 182 c = sc_vtb_getc(&scp->vtb, from); in vga_txtdraw() 300 sc_vtb_getc(&scp->scr, at), in vga_txtcursor() 342 bcopy(scp->font + sc_vtb_getc(&scp->scr, pos) * scp->font_height, in draw_txtmouse() 344 bcopy(scp->font + sc_vtb_getc(&scp->scr, pos + 1) * scp->font_height, in draw_txtmouse() 347 + sc_vtb_getc(&scp->scr, pos + scp->xsize) * scp->font_height, in draw_txtmouse() 350 sc_vtb_getc(&scp->scr, pos + scp->xsize + 1) * scp->font_height, in draw_txtmouse() 412 sc_vtb_putc(&scp->scr, pos, sc_vtb_getc(&scp->scr, pos), color); in draw_txtmouse() 621 char_data = &(scp->font[sc_vtb_getc(&scp->vtb, i) * in vga_vgadraw_direct() 678 char_data = &(scp->font[sc_vtb_getc(&scp->vtb, i) * in vga_vgadraw_packed() 750 f = &(scp->font[sc_vtb_getc(&scp->vtb, i)*scp->font_height]); in vga_vgadraw_planar() [all …]
|
H A D | sckmsrndr.c | 398 char_data = &(scp->font[sc_vtb_getc(&scp->vtb, i) * in kms_draw() 467 char_data = &scp->font[sc_vtb_getc(&scp->vtb, at) * scp->font_height]; in draw_kmscursor()
|
H A D | scvtb.c | 146 sc_vtb_getc(sc_vtb_t *vtb, int at) in sc_vtb_getc() function
|
H A D | syscons.h | 603 int sc_vtb_getc(sc_vtb_t *vtb, int at);
|