Searched refs:MMAN_nl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_man.c254 #define MMAN_nl (1 << 2) /* break man(7) code line */ macro
312 if ((MMAN_PP | MMAN_sp | MMAN_br | MMAN_nl) & outflags) {
331 else if (MMAN_nl & outflags)
333 outflags &= ~(MMAN_PP|MMAN_sp|MMAN_br|MMAN_nl|MMAN_spc);
398 outflags |= MMAN_nl;
416 outflags |= MMAN_nl;
449 outflags |= MMAN_nl;
464 outflags |= MMAN_nl;
560 outflags = MMAN_nl | MMAN_Sm;
583 outflags |= MMAN_nl;
[all...]

Completed in 56 milliseconds