Searched refs:TERMP_SENTENCE (Results 1 – 4 of 4) sorted by relevance
81 #define TERMP_SENTENCE (1 << 0) /* Space before a sentence. */ macro
535 if (p->flags & TERMP_SENTENCE) in term_word()546 p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE); in term_word()
324 p->flags |= TERMP_SENTENCE; in pre_alternate()990 p->flags |= TERMP_SENTENCE; in print_man_node()
436 p->flags |= TERMP_SENTENCE; in print_mdoc_node()1851 p->flags |= TERMP_SENTENCE; in termp____post()