Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_man.c256 #define MMAN_PP (1 << 5) /* reset indentation etc. */ macro
311 if ((MMAN_PP | MMAN_sp | MMAN_br | MMAN_nl) & outflags) { in print_word()
315 if (MMAN_PP & outflags) { in print_word()
332 outflags &= ~(MMAN_PP|MMAN_sp|MMAN_br|MMAN_nl|MMAN_spc); in print_word()
406 outflags &= ~MMAN_PP; in print_block()
904 outflags &= ~(MMAN_PP | MMAN_sp | MMAN_br); in pre_bd()
1044 outflags |= MMAN_PP | MMAN_nl; in post_bl()
1276 outflags |= MMAN_PP; in post_fn()
1372 outflags |= MMAN_PP | MMAN_nl; in pre_it()
1647 outflags |= MMAN_PP; in pre_pp()
[all …]