Home
last modified time | relevance | path

Searched refs:butt (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/Documentation/networking/
Dtls-offload-reorder-bad.svg1butt" d="m0 24.999102l99.02362 0l0 42.04725l-99.02362 0z" fill-rule="evenodd"/><path fill="#000000…
Dtls-offload-reorder-good.svg1butt" d="m0 24.999102l99.02362 0l0 42.04725l-99.02362 0z" fill-rule="evenodd"/><path fill="#000000…
Dtls-offload-layers.svg1butt" d="m117.02887 0l72.28346 0l0 40.25197l-72.28346 0z" fill-rule="evenodd"/><path fill="#000000…
/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
1870 len = sprintf(buf, "\033[M%c%c%c", (char)(' ' + butt), in mouse_report()