Home
last modified time | relevance | path

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

/freebsd/usr.bin/fmt/
H A Dfmt.c243 static const wchar_t *sentence_enders = L".?!"; /* Double-space after these */ variable
298 sentence_enders = tmp; in main()
620 spaces = wcschr(sentence_enders, word[length - 1]) ? 2 : 1; in output_word()