Searched refs:VR_CURSOR_ON (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/syscons/
H A Dscgfbrndr.c228 scp->status |= VR_CURSOR_ON;
231 if (scp->status & VR_CURSOR_ON)
233 scp->status &= ~VR_CURSOR_ON;
238 scp->status |= VR_CURSOR_ON;
247 if (scp->status & VR_CURSOR_ON)
251 scp->status &= ~VR_CURSOR_ON;
268 scp->status |= VR_CURSOR_ON;
272 scp->status ^= VR_CURSOR_ON;
273 if(scp->status & VR_CURSOR_ON)
280 if (scp->status & VR_CURSOR_ON)
[all...]
H A Dscvgarndr.c561 scp->status |= VR_CURSOR_ON;
565 if (scp->status & VR_CURSOR_ON)
567 scp->status &= ~VR_CURSOR_ON;
572 scp->status |= VR_CURSOR_ON;
581 if (scp->status & VR_CURSOR_ON)
585 scp->status &= ~VR_CURSOR_ON;
1109 scp->status |= VR_CURSOR_ON;
1113 scp->status ^= VR_CURSOR_ON;
1115 scp->status & VR_CURSOR_ON,
1119 if (scp->status & VR_CURSOR_ON)
[all...]
H A Dscvidctl.c849 ~(VR_CURSOR_ON | VR_CURSOR_BLINK);
859 ~(VR_CURSOR_ON | VR_CURSOR_BLINK);
H A Dsyscons.h125 #define VR_CURSOR_ON 0x80000 /* text cursor is on */ macro

Completed in 144 milliseconds