Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/speakup/
Dmain.c856 static char sentbuf[2][256]; variable
886 sentmarks[bn][0] = &sentbuf[bn][0]; in get_sentence_buf()
892 sentbuf[bn][i] = (char)get_char(vc, (u_short *) start, &tmp); in get_sentence_buf()
894 if (sentbuf[bn][i] == SPACE && sentbuf[bn][i - 1] == '.' in get_sentence_buf()
899 &sentbuf[bn][i]; in get_sentence_buf()
909 if (sentbuf[bn][i] != SPACE) in get_sentence_buf()
915 sentbuf[bn][++i] = SPACE; in get_sentence_buf()
916 sentbuf[bn][++i] = '\0'; in get_sentence_buf()
918 sentbufend[bn] = &sentbuf[bn][i]; in get_sentence_buf()