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

/linux-master/drivers/accessibility/speakup/
H A Dspeakup.h49 void spk_get_index_count(int *linecount, int *sentcount);
H A Dsynth.c309 void spk_get_index_count(int *linecount, int *sentcount) argument
323 *sentcount = sentence_count;
H A Dmain.c1450 int indcount, sentcount, rv, sn; local
1455 spk_get_index_count(&indcount, &sentcount);
1456 /*printk("%d %d ", indcount, sentcount); */
1457 spk_reset_index_count(sentcount + 1);
1459 if (!say_sentence_num(sentcount + 1, 0)) {
1466 if (!say_sentence_num(sentcount + 1, 1)) {
1511 spk_get_index_count(&indcount, &sentcount);

Completed in 162 milliseconds