Lines Matching refs:VR_CURSOR_ON
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()
312 scp->status &= ~VR_CURSOR_ON; in gfb_cursor()
329 scp->status ^= VR_CURSOR_ON; in gfb_blink()
331 scp->status & VR_CURSOR_ON, flip); in gfb_blink()