Searched refs:TERMP_SENTENCE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/mandoc/
H A Dterm.h81 #define TERMP_SENTENCE (1 << 0) /* Space before a sentence. */ macro
H A Dterm.c538 if (p->flags & TERMP_SENTENCE)
549 p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE);
H A Dman_term.c322 p->flags |= TERMP_SENTENCE;
1007 p->flags |= TERMP_SENTENCE;
H A Dmdoc_term.c438 p->flags |= TERMP_SENTENCE;
1912 p->flags |= TERMP_SENTENCE;

Completed in 57 milliseconds