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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_man.c256 #define MMAN_sp (1 << 4) /* insert a blank output line */ macro
312 if ((MMAN_PP | MMAN_sp | MMAN_br | MMAN_nl) & outflags) {
317 if (MMAN_sp & outflags) {
327 } else if (MMAN_sp & outflags)
333 outflags &= ~(MMAN_PP|MMAN_sp|MMAN_br|MMAN_nl|MMAN_spc);
408 if (MMAN_sp & outflags) {
409 outflags &= ~(MMAN_sp | MMAN_br);
777 outflags |= MMAN_sp;
825 outflags |= MMAN_sp;
829 outflags |= MMAN_sp;
[all...]

Completed in 58 milliseconds