Home
last modified time | relevance | path

Searched refs:sentcount (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/accessibility/speakup/
Dspeakup.h49 void spk_get_index_count(int *linecount, int *sentcount);
Dsynth.c307 void spk_get_index_count(int *linecount, int *sentcount) in spk_get_index_count() argument
321 *sentcount = sentence_count; in spk_get_index_count()
Dmain.c1440 int indcount, sentcount, rv, sn; in handle_cursor_read_all() local
1445 spk_get_index_count(&indcount, &sentcount); in handle_cursor_read_all()
1447 spk_reset_index_count(sentcount + 1); in handle_cursor_read_all()
1449 if (!say_sentence_num(sentcount + 1, 0)) { in handle_cursor_read_all()
1456 if (!say_sentence_num(sentcount + 1, 1)) { in handle_cursor_read_all()
1501 spk_get_index_count(&indcount, &sentcount); in handle_cursor_read_all()