Searched defs:MMAN_PP (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_man.c257 #define MMAN_PP (1 << 5) /* reset indentation etc. */ macro
312 if ((MMAN_PP | MMAN_sp | MMAN_br | MMAN_nl) & outflags) {
316 if (MMAN_PP & outflags) {
333 outflags &= ~(MMAN_PP|MMAN_sp|MMAN_br|MMAN_nl|MMAN_spc);
407 outflags &= ~MMAN_PP;
895 outflags &= ~(MMAN_PP | MMAN_sp | MMAN_br);
1035 outflags |= MMAN_PP | MMAN_nl;
1267 outflags |= MMAN_PP;
1363 outflags |= MMAN_PP | MMAN_nl;
1628 outflags |= MMAN_PP;
[all...]

Completed in 60 milliseconds