Searched refs:MMAN_br (Results 1 – 1 of 1) sorted by relevance
250 #define MMAN_br (1 << 3) /* break output line */ macro306 if ((MMAN_PP | MMAN_sp | MMAN_br | MMAN_nl) & outflags) { in print_word()323 else if (MMAN_br & outflags) in print_word()327 outflags &= ~(MMAN_PP|MMAN_sp|MMAN_br|MMAN_nl|MMAN_spc); in print_word()388 outflags &= ~MMAN_br; in print_line()400 outflags &= ~(MMAN_sp | MMAN_br); in print_block()755 outflags |= MMAN_br; in pre_syn()778 outflags |= MMAN_br; in pre_syn()798 outflags |= MMAN_br; in pre_an()820 outflags &= ~(MMAN_PP | MMAN_sp | MMAN_br); in pre_bd()[all …]