Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dspeakup.h49 void spk_get_index_count(int *linecount, int *sentcount);
H A 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()
H A Dmain.c1442 int indcount, sentcount, rv, sn; in handle_cursor_read_all() local
1447 spk_get_index_count(&indcount, &sentcount); in handle_cursor_read_all()
1448 /*printk("%d %d ", indcount, sentcount); */ in handle_cursor_read_all()
1449 spk_reset_index_count(sentcount + 1); in handle_cursor_read_all()
1451 if (!say_sentence_num(sentcount + 1, 0)) { in handle_cursor_read_all()
1458 if (!say_sentence_num(sentcount + 1, 1)) { in handle_cursor_read_all()
1503 spk_get_index_count(&indcount, &sentcount); in handle_cursor_read_all()
/kernel/linux/linux-6.6/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) in spk_get_index_count() argument
323 *sentcount = sentence_count; in spk_get_index_count()
H A Dmain.c1450 int indcount, sentcount, rv, sn; in handle_cursor_read_all() local
1455 spk_get_index_count(&indcount, &sentcount); in handle_cursor_read_all()
1456 /*printk("%d %d ", indcount, sentcount); */ in handle_cursor_read_all()
1457 spk_reset_index_count(sentcount + 1); in handle_cursor_read_all()
1459 if (!say_sentence_num(sentcount + 1, 0)) { in handle_cursor_read_all()
1466 if (!say_sentence_num(sentcount + 1, 1)) { in handle_cursor_read_all()
1511 spk_get_index_count(&indcount, &sentcount); in handle_cursor_read_all()

Completed in 8 milliseconds