Searched refs:MDOC_SYNPRETTY (Results 1 – 5 of 5) sorted by relevance
813 if (NULL == n->prev || ! (MDOC_SYNPRETTY & n->flags)) in pre_syn()1185 if (am_Fa || MDOC_SYNPRETTY & n->flags) in pre_fa()1253 if (MDOC_SYNPRETTY & n->flags) in pre_fn()1274 if (MDOC_SYNPRETTY & n->flags) { in post_fn()1291 if (MDOC_SYNPRETTY & n->flags) in pre_fo()1336 if (MDOC_SYNPRETTY & n->flags) { in pre_in()1353 if (MDOC_SYNPRETTY & n->flags) { in post_in()1771 if (MDOC_SYNPRETTY & n->flags) { in pre_vt()1790 if (MDOC_SYNPRETTY & n->flags && MDOC_BODY != n->type) in post_vt()
1275 if (NULL == n->prev || ! (MDOC_SYNPRETTY & n->flags)) in synopsis_pre()1459 pretty = MDOC_SYNPRETTY & n->flags; in termp_fn_pre()1782 if (MDOC_SYNPRETTY & n->flags && MDOC_LINE & n->flags) { in termp_in_pre()1799 if (MDOC_SYNPRETTY & n->flags) in termp_in_post()1805 if (MDOC_SYNPRETTY & n->flags) in termp_in_post()2035 pretty = MDOC_SYNPRETTY & n->flags; in termp_fo_pre()2081 if (MDOC_SYNPRETTY & n->flags) { in termp_fo_post()
362 #define MDOC_SYNPRETTY (1 << 4) /* SYNOPSIS-style formatting */ macro
372 p->flags |= MDOC_SYNPRETTY; in node_alloc()374 p->flags &= ~MDOC_SYNPRETTY; in node_alloc()
298 if (NULL == n->prev || ! (MDOC_SYNPRETTY & n->flags)) in synopsis_pre()1448 pretty = MDOC_SYNPRETTY & n->flags; in mdoc_fn_pre()1478 if (MDOC_SYNPRETTY & n->flags) { in mdoc_fn_pre()1507 if (MDOC_SYNPRETTY & n->flags) in mdoc_fn_pre()1698 if (MDOC_SYNPRETTY & n->flags && MDOC_LINE & n->flags) in mdoc_in_pre()