Home
last modified time | relevance | path

Searched refs:RI_CURSOR (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/arch/luna88k/dev/
H A Domrasops.c387 if ((ri->ri_flg & RI_CURSOR) == 0) in om1_cursor()
430 ri->ri_flg ^= RI_CURSOR; in om1_cursor()
449 if ((ri->ri_flg & RI_CURSOR) == 0) in om4_cursor()
509 ri->ri_flg ^= RI_CURSOR; in om4_cursor()
/openbsd/sys/dev/rasops/
H A Drasops.h50 #define RI_CURSOR 0x0008 /* cursor is switched on */ macro
H A Drasops.c748 if ((ri->ri_flg & RI_CURSOR) != 0) { in rasops_cursor()
754 ri->ri_flg &= ~RI_CURSOR; in rasops_cursor()
778 ri->ri_flg |= RI_CURSOR; in rasops_cursor()
1787 if ((ri->ri_flg & RI_CURSOR) == 0) { in rasops_wronly_do_cursor()