Lines Matching refs:MMAN_sp
251 #define MMAN_sp (1 << 4) /* insert a blank output line */ macro
306 if ((MMAN_PP | MMAN_sp | MMAN_br | MMAN_nl) & outflags) { in print_word()
311 if (MMAN_sp & outflags) { in print_word()
321 } else if (MMAN_sp & outflags) in print_word()
327 outflags &= ~(MMAN_PP|MMAN_sp|MMAN_br|MMAN_nl|MMAN_spc); in print_word()
399 if (MMAN_sp & outflags) { in print_block()
400 outflags &= ~(MMAN_sp | MMAN_br); in print_block()
717 outflags |= MMAN_sp; in pre_sect()
769 outflags |= MMAN_sp; in pre_syn()
773 outflags |= MMAN_sp; in pre_syn()
820 outflags &= ~(MMAN_PP | MMAN_sp | MMAN_br); in pre_bd()
826 outflags |= MMAN_sp; in pre_bd()
958 outflags &= ~(MMAN_sp | MMAN_br); in post_bl()
1228 outflags |= MMAN_sp; in pre_it()
1428 outflags |= MMAN_sp; in pre_nm()
1486 outflags |= MMAN_sp | MMAN_nl; in pre_pp()
1496 outflags |= MMAN_PP | MMAN_sp | MMAN_nl; in pre_rs()