Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dselection.h21 int paste_selection(struct tty_struct *tty);
/linux/drivers/tty/vt/
H A Dselection.c384 int paste_selection(struct tty_struct *tty) in paste_selection() function
430 EXPORT_SYMBOL_GPL(paste_selection);
H A Dvt.c3354 return paste_selection(tty); in tioclinux()
/linux/drivers/accessibility/speakup/
H A Dselection.c112 paste_selection(tty); in __speakup_paste_selection()