Searched refs:TERMP_SENTENCE (Results 1 – 4 of 4) sorted by relevance
82 #define TERMP_SENTENCE (1 << 0) /* Space before a sentence. */ macro
560 if (p->flags & TERMP_SENTENCE) in term_word()571 p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE); in term_word()
313 p->flags |= TERMP_SENTENCE; in pre_alternate()1002 p->flags |= TERMP_SENTENCE; in print_man_node()
434 p->flags |= TERMP_SENTENCE; in print_mdoc_node()1850 p->flags |= TERMP_SENTENCE; in termp____post()