Searched refs:TERMP_SENTENCE (Results 1 – 4 of 4) sorted by relevance
69 #define TERMP_SENTENCE (1 << 1) /* Space before a sentence. */ macro
400 p->flags |= TERMP_SENTENCE; in print_mdoc_node()1174 p->flags |= TERMP_SENTENCE; in termp_rv_pre()1209 p->flags |= TERMP_SENTENCE; in termp_ex_pre()1411 p->flags |= TERMP_SENTENCE; in termp_bt_pre()1428 p->flags |= TERMP_SENTENCE; in termp_ud_pre()2156 p->flags |= TERMP_SENTENCE; in termp____post()
402 if (TERMP_SENTENCE & p->flags) in term_word()415 p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE); in term_word()
998 p->flags |= TERMP_SENTENCE; in print_man_node()