Searched refs:MMAN_br (Results 1 – 1 of 1) sorted by relevance
268 #define MMAN_br (1 << 3) /* break output line */ macro368 if ((MMAN_PP | MMAN_sp | MMAN_br | MMAN_nl) & outflags) { in print_word()385 else if (MMAN_br & outflags) in print_word()389 outflags &= ~(MMAN_PP|MMAN_sp|MMAN_br|MMAN_nl|MMAN_spc); in print_word()464 outflags &= ~(MMAN_sp | MMAN_br); in print_block()754 outflags |= MMAN_br | MMAN_nl; in pre_ex()852 outflags |= MMAN_br; in pre_syn()871 outflags |= MMAN_br; in pre_syn()891 outflags |= MMAN_br; in pre_an()932 outflags &= ~(MMAN_PP | MMAN_sp | MMAN_br); in pre_bd()[all …]