Home
last modified time | relevance | path

Searched refs:ENDBODY_NOT (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c353 (n->end == ENDBODY_NOT || n->child != NULL)) in md_node()
366 if (n->end != ENDBODY_NOT) in md_node()
1016 if (n->end == ENDBODY_NOT && in md_pre_Eo()
1019 n->child->end != ENDBODY_NOT) in md_pre_Eo()
1021 else if (n->end != ENDBODY_NOT ? n->child != NULL : in md_pre_Eo()
1031 if (n->end != ENDBODY_NOT) { in md_post_Eo()
H A Dmdoc.c181 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_ptext()
376 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_pmacro()
H A Dmdoc_man.c705 (n->end == ENDBODY_NOT || n->child != NULL)) in print_node()
728 if (ENDBODY_NOT != n->end) in print_node()
1200 if (n->end == ENDBODY_NOT && in pre_eo()
1203 n->child->end != ENDBODY_NOT) in pre_eo()
1205 else if (n->end != ENDBODY_NOT ? n->child != NULL : in pre_eo()
1217 if (n->end != ENDBODY_NOT) { in post_eo()
H A Dmdoc_html.c420 (n->end == ENDBODY_NOT || n->child != NULL)) in print_mdoc_node()
446 if (n->end != ENDBODY_NOT) in print_mdoc_node()
1724 if (n->end == ENDBODY_NOT && in mdoc_eo_pre()
1727 n->child->end != ENDBODY_NOT) in mdoc_eo_pre()
1729 else if (n->end != ENDBODY_NOT ? n->child != NULL : in mdoc_eo_pre()
1744 if (n->end != ENDBODY_NOT) { in mdoc_eo_post()
H A Dmdoc_term.c402 (n->end == ENDBODY_NOT || n->child != NULL)) in print_mdoc_node()
411 (ENDBODY_NOT == n->end ? n : n->body)->prev_font); in print_mdoc_node()
430 if (ENDBODY_NOT != n->end) in print_mdoc_node()
1695 if (n->end == ENDBODY_NOT && in termp_eo_pre()
1698 n->child->end != ENDBODY_NOT) in termp_eo_pre()
1700 else if (n->end != ENDBODY_NOT ? n->child != NULL : in termp_eo_pre()
1716 if (n->end != ENDBODY_NOT) { in termp_eo_post()
H A Droff.h487 ENDBODY_NOT = 0, enumerator
H A Dmdoc_macro.c390 (n->type != ROFFT_BODY || n->end != ENDBODY_NOT)) in break_intermediate()
577 n->type != ROFFT_BODY || n->end != ENDBODY_NOT) in blk_exp_close()
1586 if (n->tok == MDOC_Bl && n->end == ENDBODY_NOT) in phrase_ta()
H A Dmdoc_validate.c1462 if (n->end != ENDBODY_NOT) { in post_display()
1928 if (nbody->end != ENDBODY_NOT) in post_bl()
H A Droff.c945 if (n->end != ENDBODY_NOT) in roff_node_append()