Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dterm.h71 #define TERMP_SENTENCE (1 << 1) /* Space before a sentence. */ macro
H A Dmdoc_term.c385 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()
H A Dterm.c420 if (TERMP_SENTENCE & p->flags) in term_word()
433 p->flags &= ~TERMP_SENTENCE; in term_word()
H A Dman_term.c1057 p->flags |= TERMP_SENTENCE; in print_man_node()