Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/mandoc/
HDterm.h81 #define TERMP_SENTENCE (1 << 0) /* Space before a sentence. */ macro
HDterm.c535 if (p->flags & TERMP_SENTENCE) in term_word()
546 p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE); in term_word()
HDman_term.c324 p->flags |= TERMP_SENTENCE; in pre_alternate()
990 p->flags |= TERMP_SENTENCE; in print_man_node()
HDmdoc_term.c436 p->flags |= TERMP_SENTENCE; in print_mdoc_node()
1851 p->flags |= TERMP_SENTENCE; in termp____post()