CURSOR           2689 dev/wscons/wsdisplay.c 	CURSOR = CPY_END + 1; /* init value */
CURSOR           2734 dev/wscons/wsdisplay.c 	CURSOR = CPY_END + 1; /* init value, never happen */
CURSOR           2766 dev/wscons/wsdisplay.c 	CURSOR = CPY_END + 1;
CURSOR           2788 dev/wscons/wsdisplay.c 		if (CURSOR != (CPY_END + 1))
CURSOR           2789 dev/wscons/wsdisplay.c 			inverse_char(CURSOR);
CURSOR           2790 dev/wscons/wsdisplay.c 		CURSOR = CPY_END + 1;
CURSOR           2914 dev/wscons/wsdisplay.c 		if (CURSOR != (CPY_END + 1))
CURSOR           2915 dev/wscons/wsdisplay.c 			inverse_char(CURSOR);
CURSOR           2985 dev/wscons/wsdisplay.c 		CURSOR = MOUSE;
CURSOR           2986 dev/wscons/wsdisplay.c 		inverse_char(CURSOR);
CURSOR           3004 dev/wscons/wsdisplay.c 		if (CURSOR != (CPY_END + 1))
CURSOR           3005 dev/wscons/wsdisplay.c 			inverse_char(CURSOR);
CURSOR           3024 dev/wscons/wsdisplay.c 		if (CURSOR == (CPY_END + 1))
CURSOR           3025 dev/wscons/wsdisplay.c 			CURSOR = CPY_END;
CURSOR           3026 dev/wscons/wsdisplay.c 		old_row = CURSOR / N_COLS;
CURSOR           3036 dev/wscons/wsdisplay.c 		old_row = CURSOR / N_COLS;
CURSOR           3048 dev/wscons/wsdisplay.c 		CURSOR = MOUSE;
CURSOR           3049 dev/wscons/wsdisplay.c 		inverse_char(CURSOR);
CURSOR           3087 dev/wscons/wsdisplay.c 			CURSOR = CPY_START;
CURSOR           3092 dev/wscons/wsdisplay.c 			CURSOR = CPY_END;