Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/speakup/
Dmain.c853 static char sentbuf[2][256]; variable
883 sentmarks[bn][0] = &sentbuf[bn][0]; in get_sentence_buf()
889 sentbuf[bn][i] = (char)get_char(vc, (u_short *) start, &tmp); in get_sentence_buf()
891 if (sentbuf[bn][i] == SPACE && sentbuf[bn][i - 1] == '.' in get_sentence_buf()
896 &sentbuf[bn][i]; in get_sentence_buf()
906 if (sentbuf[bn][i] != SPACE) in get_sentence_buf()
912 sentbuf[bn][++i] = SPACE; in get_sentence_buf()
913 sentbuf[bn][++i] = '\0'; in get_sentence_buf()
915 sentbufend[bn] = &sentbuf[bn][i]; in get_sentence_buf()