Searched refs:TERMP_SENTENCE (Results 1 – 4 of 4) sorted by relevance
71 #define TERMP_SENTENCE (1 << 1) /* Space before a sentence. */ macro
385 p->flags |= TERMP_SENTENCE; in print_mdoc_node()1215 p->flags |= TERMP_SENTENCE; in termp_rv_pre()1252 p->flags |= TERMP_SENTENCE; in termp_ex_pre()1477 p->flags |= TERMP_SENTENCE; in termp_bt_pre()1498 p->flags |= TERMP_SENTENCE; in termp_ud_pre()2165 p->flags |= TERMP_SENTENCE; in termp____post()
420 if (TERMP_SENTENCE & p->flags) in term_word()433 p->flags &= ~TERMP_SENTENCE; in term_word()
1057 p->flags |= TERMP_SENTENCE; in print_man_node()