Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Dmdoc_markdown.c346 (n->end == ENDBODY_NOT || n->child != NULL)) in md_node()
359 if (n->end != ENDBODY_NOT) in md_node()
1001 if (n->end == ENDBODY_NOT && in md_pre_Eo()
1004 n->child->end != ENDBODY_NOT) in md_pre_Eo()
1006 else if (n->end != ENDBODY_NOT ? n->child != NULL : in md_pre_Eo()
1016 if (n->end != ENDBODY_NOT) { in md_post_Eo()
H A Dmdoc.c179 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_ptext()
373 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_pmacro()
H A Dmdoc_html.c412 (n->end == ENDBODY_NOT || n->child != NULL)) in print_mdoc_node()
438 if (n->end != ENDBODY_NOT) in print_mdoc_node()
1803 if (n->end == ENDBODY_NOT && in mdoc_eo_pre()
1806 n->child->end != ENDBODY_NOT) in mdoc_eo_pre()
1808 else if (n->end != ENDBODY_NOT ? n->child != NULL : in mdoc_eo_pre()
1823 if (n->end != ENDBODY_NOT) { in mdoc_eo_post()
H A Dmdoc_man.c691 (n->end == ENDBODY_NOT || n->child != NULL)) in print_node()
713 if (ENDBODY_NOT != n->end) in print_node()
1180 if (n->end == ENDBODY_NOT && in pre_eo()
1183 n->child->end != ENDBODY_NOT) in pre_eo()
1185 else if (n->end != ENDBODY_NOT ? n->child != NULL : in pre_eo()
1197 if (n->end != ENDBODY_NOT) { in post_eo()
H A Dmdoc_term.c399 (n->end == ENDBODY_NOT || n->child != NULL)) in print_mdoc_node()
408 (ENDBODY_NOT == n->end ? n : n->body)->prev_font); in print_mdoc_node()
427 if (ENDBODY_NOT != n->end) in print_mdoc_node()
1742 if (n->end == ENDBODY_NOT && in termp_eo_pre()
1745 n->child->end != ENDBODY_NOT) in termp_eo_pre()
1747 else if (n->end != ENDBODY_NOT ? n->child != NULL : in termp_eo_pre()
1763 if (n->end != ENDBODY_NOT) { in termp_eo_post()
H A Droff.h486 ENDBODY_NOT = 0, enumerator
H A Dmdoc_macro.c389 (n->type != ROFFT_BODY || n->end != ENDBODY_NOT)) in break_intermediate()
576 n->type != ROFFT_BODY || n->end != ENDBODY_NOT) in blk_exp_close()
1585 if (n->tok == MDOC_Bl && n->end == ENDBODY_NOT) in phrase_ta()
H A Dmdoc_validate.c1325 if (n->end != ENDBODY_NOT) { in post_display()
1742 if (nbody->end != ENDBODY_NOT) in post_bl()
H A Droff.c937 if (n->end != ENDBODY_NOT) in roff_node_append()