Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm.h82 #define TERMP_SENTENCE (1 << 0) /* Space before a sentence. */ macro
H A Dterm.c560 if (p->flags & TERMP_SENTENCE) in term_word()
571 p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE); in term_word()
H A Dman_term.c313 p->flags |= TERMP_SENTENCE; in pre_alternate()
1002 p->flags |= TERMP_SENTENCE; in print_man_node()
H A Dmdoc_term.c434 p->flags |= TERMP_SENTENCE; in print_mdoc_node()
1850 p->flags |= TERMP_SENTENCE; in termp____post()