Searched refs:say_from_to (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/accessibility/speakup/ |
H A D | main.c | 815 static int say_from_to(struct vc_data *vc, u_long from, u_long to, in say_from_to() function 852 if (say_from_to(vc, start, end, read_punc) <= 0) in say_line_from_to() 943 say_from_to(vc, from, to, 1); in say_screen_from_to() 965 say_from_to(vc, from, to, 1); in speakup_win_say()
|