Searched refs:MDOC_SYNPRETTY (Results 1 – 5 of 5) sorted by relevance
748 if (NULL == n->prev || ! (MDOC_SYNPRETTY & n->flags)) in pre_syn()1042 if (am_Fa || MDOC_SYNPRETTY & n->flags) in pre_fa()1107 if (MDOC_SYNPRETTY & n->flags) in pre_fn()1128 if (MDOC_SYNPRETTY & n->flags) { in post_fn()1143 if (MDOC_SYNPRETTY & n->flags) in pre_fo()1187 if (MDOC_SYNPRETTY & n->flags) { in pre_in()1204 if (MDOC_SYNPRETTY & n->flags) { in post_in()1545 if (MDOC_SYNPRETTY & n->flags) { in pre_vt()1564 if (MDOC_SYNPRETTY & n->flags && MDOC_BODY != n->type) in post_vt()
1331 if (NULL == n->prev || ! (MDOC_SYNPRETTY & n->flags)) in synopsis_pre()1535 pretty = MDOC_SYNPRETTY & n->flags; in termp_fn_pre()1847 if (MDOC_SYNPRETTY & n->flags && MDOC_LINE & n->flags) { in termp_in_pre()1866 if (MDOC_SYNPRETTY & n->flags) in termp_in_post()1872 if (MDOC_SYNPRETTY & n->flags) in termp_in_post()2038 pretty = MDOC_SYNPRETTY & n->flags; in termp_fo_pre()2084 if (MDOC_SYNPRETTY & n->flags) { in termp_fo_post()
360 #define MDOC_SYNPRETTY (1 << 4) /* SYNOPSIS-style formatting */ macro
295 if (NULL == n->prev || ! (MDOC_SYNPRETTY & n->flags)) in synopsis_pre()1491 pretty = MDOC_SYNPRETTY & n->flags; in mdoc_fn_pre()1521 if (MDOC_SYNPRETTY & n->flags) { in mdoc_fn_pre()1552 if (MDOC_SYNPRETTY & n->flags) in mdoc_fn_pre()1754 if (MDOC_SYNPRETTY & n->flags && MDOC_LINE & n->flags) in mdoc_in_pre()
444 p->flags |= MDOC_SYNPRETTY; in node_alloc()446 p->flags &= ~MDOC_SYNPRETTY; in node_alloc()