Home
last modified time | relevance | path

Searched refs:spk_x (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/accessibility/speakup/
A Dmain.c514 if (spk_x == 0) { in say_prev_char()
518 spk_x--; in say_prev_char()
530 spk_x++; in say_next_char()
613 if (spk_x == 0) { in say_prev_word()
635 spk_x--; in say_prev_word()
647 spk_x++; in say_prev_word()
688 spk_x = 0; in say_next_word()
691 spk_x++; in say_next_word()
990 spk_x = 0; in left_edge()
1017 spk_x = i; in say_first_char()
[all …]
A Dspk_types.h89 #define spk_x (speakup_console[vc->vc_num]->reading_x) macro

Completed in 13 milliseconds