Home
last modified time | relevance | path

Searched refs:MDOC_LINE (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc.h359 #define MDOC_LINE (1 << 3) /* first macro/text on line */ macro
H A Dtree.c165 if (MDOC_LINE & n->flags) in print_mdoc()
H A Dmdoc_term.c327 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()
H A Dmdoc_html.c425 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()
H A Dmdoc.c448 p->flags |= MDOC_LINE; in node_alloc()
H A Dmdoc_man.c572 if (MMAN_spc & outflags && MDOC_LINE & n->flags) in print_node()
H A Dmdoc_validate.c1911 if (MDOC_LINE & mdoc->last->flags) in post_ns()