Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc.h258 ENDBODY_NOT = 0, enumerator
H A Dmdoc_term.c342 if (termacts[n->tok].pre && ENDBODY_NOT == n->end) in print_mdoc_node()
352 (ENDBODY_NOT == n->end ? n : n->pending)->prev_font); in print_mdoc_node()
371 if (ENDBODY_NOT != n->end) in print_mdoc_node()
H A Dmdoc_macro.c444 if (ENDBODY_NOT != p->end || MDOC_Nm == p->tok || in rew_dohalt()
734 if (ENDBODY_NOT == n->end) in blk_exp_close()
H A Dmdoc_validate.c603 if (ENDBODY_NOT != n->end) { in pre_bl()
789 if (ENDBODY_NOT != n->end) { in pre_bd()
993 if (ENDBODY_NOT != mdoc->last->end) { in post_bf()
H A Dmdoc.c376 if (ENDBODY_NOT != p->end) in node_append()
H A Dmdoc_html.c457 if (mdocs[n->tok].pre && ENDBODY_NOT == n->end) in print_mdoc_node()
482 if (mdocs[n->tok].post && ENDBODY_NOT == n->end) in print_mdoc_node()