Searched refs:MMAN_br (Results 1 – 1 of 1) sorted by relevance
273 #define MMAN_br (1 << 3) /* break output line */ macro381 if ((MMAN_PP | MMAN_sp | MMAN_br | MMAN_nl) & outflags) { in print_word()398 else if (MMAN_br & outflags) in print_word()402 outflags &= ~(MMAN_PP|MMAN_sp|MMAN_br|MMAN_nl|MMAN_spc); in print_word()477 outflags &= ~(MMAN_sp | MMAN_br); in print_block()780 outflags |= MMAN_br | MMAN_nl; in pre_ex()887 outflags |= MMAN_br; in pre_syn()906 outflags |= MMAN_br; in pre_syn()926 outflags |= MMAN_br; in pre_an()966 outflags &= ~(MMAN_PP | MMAN_sp | MMAN_br); in pre_bd()[all …]