Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dselection.h22 extern int paste_selection(struct tty_struct *tty);
/openbmc/linux/drivers/accessibility/speakup/
H A Dselection.c112 paste_selection(tty); in __speakup_paste_selection()
/openbmc/linux/drivers/tty/vt/
H A Dselection.c375 int paste_selection(struct tty_struct *tty) in paste_selection() function
421 EXPORT_SYMBOL_GPL(paste_selection);
H A Dvt.c3161 return paste_selection(tty); in tioclinux()