Searched refs:MMAN_Sm (Results 1 – 1 of 1) sorted by relevance
257 #define MMAN_Sm (1 << 6) /* horizontal spacing mode */ macro358 if (MMAN_Sm & outflags && ('\0' == s[0] || in print_word()563 outflags = MMAN_nl | MMAN_Sm; in man_mdoc()606 if (outflags & MMAN_Sm && ! (n->flags & MDOC_DELIMC)) in print_node()609 if (outflags & MMAN_Sm && ! (n->flags & MDOC_DELIMO)) in print_node()1728 outflags ^= MMAN_Sm; in pre_sm()1730 outflags |= MMAN_Sm; in pre_sm()1732 outflags &= ~MMAN_Sm; in pre_sm()1734 if (MMAN_Sm & outflags) in pre_sm()