Searched refs:MDOC_LINE (Results 1 – 7 of 7) sorted by relevance
359 #define MDOC_LINE (1 << 3) /* first macro/text on line */ macro
165 if (MDOC_LINE & n->flags) in print_mdoc()
327 if (' ' == *n->string && MDOC_LINE & n->flags) in print_mdoc_node()1156 if ( ! (MDOC_LINE & n->flags)) in termp_ns_pre()1487 if (SEC_LIBRARY == n->sec && MDOC_LINE & n->flags) in termp_lb_post()1847 if (MDOC_SYNPRETTY & n->flags && MDOC_LINE & n->flags) { in termp_in_pre()
425 if (' ' == *n->string && MDOC_LINE & n->flags) in print_mdoc_node()768 if ( ! (MDOC_LINE & n->flags)) in mdoc_ns_pre()1754 if (MDOC_SYNPRETTY & n->flags && MDOC_LINE & n->flags) in mdoc_in_pre()2015 if (SEC_LIBRARY == n->sec && MDOC_LINE & n->flags && n->prev) in mdoc_lb_pre()
448 p->flags |= MDOC_LINE; in node_alloc()
572 if (MMAN_spc & outflags && MDOC_LINE & n->flags) in print_node()
1911 if (MDOC_LINE & mdoc->last->flags) in post_ns()