Searched refs:sentcount (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | speakup.h | 49 void spk_get_index_count(int *linecount, int *sentcount);
|
H A D | synth.c | 307 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 D | main.c | 1442 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 D | speakup.h | 49 void spk_get_index_count(int *linecount, int *sentcount);
|
H A D | synth.c | 309 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 D | main.c | 1450 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 12 milliseconds