Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dterm.h69 #define TERMP_SENTENCE (1 << 1) /* Space before a sentence. */ macro
H A Dmdoc_term.c400 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()
H A Dterm.c402 if (TERMP_SENTENCE & p->flags) in term_word()
415 p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE); in term_word()
H A Dman_term.c998 p->flags |= TERMP_SENTENCE; in print_man_node()