Home
last modified time | relevance | path

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

/drivers/staging/speakup/
Dmain.c859 static char sentbuf[2][256]; variable
889 sentmarks[bn][0] = &sentbuf[bn][0]; in get_sentence_buf()
895 sentbuf[bn][i] = (char)get_char(vc, (u_short *) start, &tmp); in get_sentence_buf()
897 if (sentbuf[bn][i] == SPACE && sentbuf[bn][i - 1] == '.' in get_sentence_buf()
902 &sentbuf[bn][i]; in get_sentence_buf()
912 if (sentbuf[bn][i] != SPACE) in get_sentence_buf()
918 sentbuf[bn][++i] = SPACE; in get_sentence_buf()
919 sentbuf[bn][++i] = '\0'; in get_sentence_buf()
921 sentbufend[bn] = &sentbuf[bn][i]; in get_sentence_buf()