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

/drivers/staging/speakup/
H A Dspeakup.h51 void spk_get_index_count(int *linecount, int *sentcount);
H A Dsynth.c298 void spk_get_index_count(int *linecount, int *sentcount) argument
313 *sentcount = sentence_count;
H A Dmain.c1404 int indcount, sentcount, rv, sn; local
1409 spk_get_index_count(&indcount, &sentcount);
1410 /*printk("%d %d ", indcount, sentcount); */
1411 spk_reset_index_count(sentcount + 1);
1413 if (!say_sentence_num(sentcount + 1, 0)) {
1420 if (!say_sentence_num(sentcount + 1, 1)) {
1464 spk_get_index_count(&indcount, &sentcount);

Completed in 200 milliseconds