Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/speakup/
Dmain.c866 static u16 sentbuf[2][256]; variable
896 sentmarks[bn][0] = &sentbuf[bn][0]; in get_sentence_buf()
902 sentbuf[bn][i] = get_char(vc, (u_short *)start, &tmp); in get_sentence_buf()
904 if (sentbuf[bn][i] == SPACE && in get_sentence_buf()
905 sentbuf[bn][i - 1] == '.' && in get_sentence_buf()
910 &sentbuf[bn][i]; in get_sentence_buf()
920 if (sentbuf[bn][i] != SPACE) in get_sentence_buf()
926 sentbuf[bn][++i] = SPACE; in get_sentence_buf()
927 sentbuf[bn][++i] = '\0'; in get_sentence_buf()
929 sentbufend[bn] = &sentbuf[bn][i]; in get_sentence_buf()