VTFL_CURSORON     271 dev/wscons/wsemul_vt100.c 					edp->flags & VTFL_CURSORON, 0, 0);
VTFL_CURSORON     285 dev/wscons/wsemul_vt100.c 	edp->flags = VTFL_DECAWM | VTFL_CURSORON;
VTFL_CURSORON     976 dev/wscons/wsemul_vt100.c 	if (edp->flags & VTFL_CURSORON)
VTFL_CURSORON    1063 dev/wscons/wsemul_vt100.c 	if (edp->flags & VTFL_CURSORON)
VTFL_CURSORON     841 dev/wscons/wsemul_vt100_subr.c 			flags |= VTFL_CURSORON;
VTFL_CURSORON     843 dev/wscons/wsemul_vt100_subr.c 			flags &= ~VTFL_CURSORON;
VTFL_CURSORON     846 dev/wscons/wsemul_vt100_subr.c 						flags & VTFL_CURSORON,
VTFL_CURSORON     848 dev/wscons/wsemul_vt100_subr.c 		res = ((flags & VTFL_CURSORON) ? 1 : 2);