Home
last modified time | relevance | path

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

/coreutils/src/
Dfmt.c120 #define isperiod(c) (strchr (".?!", c) != nullptr) macro
788 w->period = isperiod (*finish); in check_punctuation()