Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A Dmain.c865 static u16 sentbuf[2][256]; variable
895 sentmarks[bn][0] = &sentbuf[bn][0]; in get_sentence_buf()
901 sentbuf[bn][i] = get_char(vc, (u_short *)start, &tmp); in get_sentence_buf()
903 if (sentbuf[bn][i] == SPACE && in get_sentence_buf()
904 sentbuf[bn][i - 1] == '.' && in get_sentence_buf()
909 &sentbuf[bn][i]; in get_sentence_buf()
919 if (sentbuf[bn][i] != SPACE) in get_sentence_buf()
925 sentbuf[bn][++i] = SPACE; in get_sentence_buf()
926 sentbuf[bn][++i] = '\0'; in get_sentence_buf()
928 sentbufend[bn] = &sentbuf[bn][i]; in get_sentence_buf()