note_mouse_highlight 3497 src/dispextern.h extern void note_mouse_highlight (struct frame *, int, int);
note_mouse_highlight 3402 src/dispnew.c    note_mouse_highlight (f, x, y);
note_mouse_highlight 5166 src/frame.c        note_mouse_highlight (dpyinfo->last_mouse_motion_frame,
note_mouse_highlight 1263 src/frame.h    	note_mouse_highlight (hlinfo->mouse_face_mouse_frame,	\
note_mouse_highlight 3464 src/haikuterm.c 		    note_mouse_highlight (f, b->x, b->y);
note_mouse_highlight 2680 src/msdos.c    	  note_mouse_highlight (SELECTED_FRAME (), mouse_last_x, mouse_last_y);
note_mouse_highlight 5815 src/pgtkterm.c       note_mouse_highlight (frame, -1, -1);
note_mouse_highlight 5832 src/pgtkterm.c       note_mouse_highlight (frame, event->x, event->y);
note_mouse_highlight  525 src/w32inevt.c 	    note_mouse_highlight (f, mx, my);
note_mouse_highlight 3672 src/w32term.c        note_mouse_highlight (frame, -1, -1);
note_mouse_highlight 3685 src/w32term.c        note_mouse_highlight (frame, mouse_x, mouse_y);
note_mouse_highlight 36305 src/xdisp.c    	  note_mouse_highlight (f, mouse_x, mouse_y);
note_mouse_highlight 14203 src/xterm.c          note_mouse_highlight (frame, -1, -1);
note_mouse_highlight 14218 src/xterm.c          note_mouse_highlight (frame, event->x, event->y);