Searched refs:MMAN_PD (Results 1 – 1 of 1) sorted by relevance
262 #define MMAN_PD (1 << 11) /* inter-paragraph spacing disabled */ macro317 if (MMAN_PD & outflags) { in print_word()319 outflags &= ~MMAN_PD; in print_word()321 } else if ( ! (MMAN_PD & outflags)) { in print_word()323 outflags |= MMAN_PD; in print_word()409 if (MMAN_PD & outflags) { in print_block()411 outflags &= ~MMAN_PD; in print_block()413 } else if (! (MMAN_PD & outflags)) in print_block()414 print_line(".PD 0", MMAN_PD); in print_block()