Searched refs:MMAN_PD (Results 1 – 1 of 1) sorted by relevance
258 #define MMAN_PD (1 << 11) /* inter-paragraph spacing disabled */ macro312 if (MMAN_PD & outflags) { in print_word()314 outflags &= ~MMAN_PD; in print_word()316 } else if ( ! (MMAN_PD & outflags)) { in print_word()318 outflags |= MMAN_PD; in print_word()401 if (MMAN_PD & outflags) { in print_block()403 outflags &= ~MMAN_PD; in print_block()405 } else if (! (MMAN_PD & outflags)) in print_block()406 print_line(".PD 0", MMAN_PD); in print_block()