|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <linux/consolemap.h>#include <linux/interrupt.h>#include <linux/sched.h>#include <linux/selection.h>#include "speakup.h"Go to the source code of this file.
Macros | |
| #define | ishardspace(c) ((c) == ' ') |
Functions | |
| void | speakup_clear_selection (void) |
| int | speakup_set_selection (struct tty_struct *tty) |
| int | speakup_paste_selection (struct tty_struct *tty) |
Variables | |
| unsigned short | xs |
| unsigned short | ys |
| unsigned short | xe |
| unsigned short | ye |
| struct vc_data * | spk_sel_cons |
Definition at line 11 of file selection.c.
Definition at line 30 of file selection.c.
| int speakup_paste_selection | ( | struct tty_struct * | tty | ) |
Definition at line 126 of file selection.c.
| int speakup_set_selection | ( | struct tty_struct * | tty | ) |
Definition at line 47 of file selection.c.
Definition at line 17 of file selection.c.
| unsigned short xe |
Definition at line 13 of file selection.c.
| unsigned short xs |
Definition at line 13 of file selection.c.
| unsigned short ye |
Definition at line 13 of file selection.c.
| unsigned short ys |
Definition at line 13 of file selection.c.
1.8.2