curhot            106 dev/ic/bt485.c 	struct wsdisplay_curpos curhot;		/* cursor hotspot */
curhot            241 dev/ic/bt485.c 	data->curhot.x = data->curhot.y = 0;		/* hot spot at 0,0 */
curhot            367 dev/ic/bt485.c 			data->curhot = cursorp->hot;
curhot            436 dev/ic/bt485.c 	cursorp->hot = data->curhot;	/* DOHOT */
curhot            628 dev/ic/bt485.c 	x = data->curpos.x + CURSOR_MAX_SIZE - data->curhot.x;
curhot            629 dev/ic/bt485.c 	y = data->curpos.y + CURSOR_MAX_SIZE - data->curhot.y;