Home
last modified time | relevance | path

Searched refs:paste_selection (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dselection.h21 int paste_selection(struct tty_struct *tty);
/linux-6.15/drivers/tty/vt/
H A Dselection.c397 int paste_selection(struct tty_struct *tty) in paste_selection() function
443 EXPORT_SYMBOL_GPL(paste_selection);
H A Dvt.c3352 return paste_selection(tty); in tioclinux()
/linux-6.15/drivers/accessibility/speakup/
H A Dselection.c112 paste_selection(tty); in __speakup_paste_selection()