Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | SPEAKUP_VERSION "3.1.6" |
#define | KEY_MAP_VER 119 |
#define | SHIFT_TBL_SIZE 64 |
#define | MAX_DESC_LEN 72 |
#define | USER_R (S_IFREG|S_IRUGO) |
#define | USER_W (S_IFREG|S_IWUGO) |
#define | USER_RW (S_IFREG|S_IRUGO|S_IWUGO) |
#define | ROOT_W (S_IFREG|S_IRUGO|S_IWUSR) |
#define | TOGGLE_0 .u.n = {NULL, 0, 0, 1, 0, 0, NULL } |
#define | TOGGLE_1 .u.n = {NULL, 1, 0, 1, 0, 0, NULL } |
#define | MAXVARLEN 15 |
#define | SYNTH_OK 0x0001 |
#define | B_ALPHA 0x0002 |
#define | ALPHA 0x0003 |
#define | B_CAP 0x0004 |
#define | A_CAP 0x0007 |
#define | B_NUM 0x0008 |
#define | NUM 0x0009 |
#define | ALPHANUM (B_ALPHA|B_NUM) |
#define | SOME 0x0010 |
#define | MOST 0x0020 |
#define | PUNC 0x0040 |
#define | A_PUNC 0x0041 |
#define | B_WDLM 0x0080 |
#define | WDLM 0x0081 |
#define | B_EXNUM 0x0100 |
#define | CH_RPT 0x0200 |
#define | B_CTL 0x0400 |
#define | A_CTL (B_CTL+SYNTH_OK) |
#define | B_SYM 0x0800 |
#define | B_CAPSYM (B_CAP|B_SYM) |
#define | IS_WDLM(x) (spk_chartab[((u_char)x)]&B_WDLM) |
#define | IS_CHAR(x, type) (spk_chartab[((u_char)x)]&type) |
#define | IS_TYPE(x, type) ((spk_chartab[((u_char)x)]&type) == type) |
#define | SET_DEFAULT -4 |
#define | E_RANGE -3 |
#define | E_TOOLONG -2 |
#define | E_UNDEF -1 |
Variables | |
special_func | special_handler |
struct vc_data * | spk_sel_cons |
unsigned short | xs |
unsigned short | ys |
unsigned short | xe |
unsigned short | ye |
wait_queue_head_t | speakup_event |
struct kobject * | speakup_kobj |
struct task_struct * | speakup_task |
const u_char | key_defaults [] |
struct mutex | spk_mutex |
struct st_spk_t * | speakup_console [] |
struct spk_synth * | synth |
char | pitch_buff [] |
u_char * | our_keys [] |
short | punc_masks [] |
char | str_caps_start [] |
char | str_caps_stop [] |
struct st_bits_data | punc_info [] |
u_char | key_buf [600] |
char * | characters [] |
char * | default_chars [] |
u_short | spk_chartab [] |
int | no_intr |
int | say_ctrl |
int | say_word_ctl |
int | punc_level |
int | reading_punc |
int | attrib_bleep |
int | bleeps |
int | bleep_time |
int | bell_pos |
int | spell_delay |
int | key_echo |
short | punc_mask |
short | pitch_shift |
short | synth_flags |
bool | quiet_boot |
char * | synth_name |
struct bleep | unprocessed_sound |
Definition at line 61 of file varhandlers.c.
|
read |
Definition at line 162 of file varhandlers.c.
|
read |
Definition at line 126 of file varhandlers.c.
Definition at line 344 of file varhandlers.c.
Definition at line 274 of file varhandlers.c.
int set_num_var | ( | int | val, |
struct st_var_header * | var, | ||
int | how | ||
) |
Definition at line 178 of file varhandlers.c.
Definition at line 247 of file varhandlers.c.
Definition at line 30 of file selection.c.
Definition at line 1018 of file kobjects.c.
Definition at line 972 of file kobjects.c.
int speakup_paste_selection | ( | struct tty_struct * | tty | ) |
Definition at line 126 of file selection.c.
Definition at line 74 of file devsynth.c.
Definition at line 86 of file varhandlers.c.
Definition at line 322 of file varhandlers.c.
int speakup_set_selection | ( | struct tty_struct * | tty | ) |
Definition at line 47 of file selection.c.
Definition at line 88 of file devsynth.c.
Definition at line 118 of file varhandlers.c.
Definition at line 311 of file varhandlers.c.
|
read |
Definition at line 137 of file varhandlers.c.
Definition at line 360 of file varhandlers.c.
struct st_bits_data punc_info[] |
wait_queue_head_t speakup_event |
Definition at line 970 of file kobjects.c.
struct task_struct* speakup_task |
special_func special_handler |
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.