Home
last modified time | relevance | path

Searched refs:mrx (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/linux/
Dselection.h25 extern void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry);
/linux-5.19.10/drivers/tty/vt/
Dvt.c1865 void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry) in mouse_report() argument
1871 (char)('!' + mrx), (char)('!' + mry)); in mouse_report()