Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dselection.h19 extern void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry);
/linux-2.4.37.9/drivers/char/
Dselection.c158 mouse_report(tty, sel_mode & 15, xs, ys); in set_selection()
Dconsole.c1190 void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry) in mouse_report() function