Searched refs:VR_CURSOR_ON (Results 1 – 4 of 4) sorted by relevance
258 scp->status |= VR_CURSOR_ON; in gfb_cursor()261 if (scp->status & VR_CURSOR_ON) in gfb_cursor()263 scp->status &= ~VR_CURSOR_ON; in gfb_cursor()268 scp->status |= VR_CURSOR_ON; in gfb_cursor()277 if (scp->status & VR_CURSOR_ON) in gfb_cursor()281 scp->status &= ~VR_CURSOR_ON; in gfb_cursor()298 scp->status |= VR_CURSOR_ON; in gfb_cursor()302 scp->status ^= VR_CURSOR_ON; in gfb_cursor()303 if(scp->status & VR_CURSOR_ON) in gfb_cursor()310 if (scp->status & VR_CURSOR_ON) in gfb_cursor()[all …]
561 scp->status |= VR_CURSOR_ON; in vga_txtcursor()565 if (scp->status & VR_CURSOR_ON) in vga_txtcursor()567 scp->status &= ~VR_CURSOR_ON; in vga_txtcursor()572 scp->status |= VR_CURSOR_ON; in vga_txtcursor()581 if (scp->status & VR_CURSOR_ON) in vga_txtcursor()585 scp->status &= ~VR_CURSOR_ON; in vga_txtcursor()1109 scp->status |= VR_CURSOR_ON; in vga_pxlcursor_direct()1113 scp->status ^= VR_CURSOR_ON; in vga_pxlcursor_direct()1115 scp->status & VR_CURSOR_ON, in vga_pxlcursor_direct()1119 if (scp->status & VR_CURSOR_ON) in vga_pxlcursor_direct()[all …]
850 ~(VR_CURSOR_ON | VR_CURSOR_BLINK); in sc_render_match()860 ~(VR_CURSOR_ON | VR_CURSOR_BLINK); in sc_render_match()
133 #define VR_CURSOR_ON 0x80000 /* text cursor is on */ macro