Home
last modified time | relevance | path

Searched refs:MDOC_ELEM (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Dtree.c88 case (MDOC_ELEM): in print_mdoc()
116 case (MDOC_ELEM): in print_mdoc()
H A Dmdoc_validate.c473 return(check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_EQ, 0)); in ewarn_eq0()
479 return(check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_EQ, 1)); in ewarn_eq1()
485 return(check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_GT, 0)); in ewarn_ge1()
491 return(check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_LT, 2)); in ewarn_le1()
1060 check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_EQ, 1); in post_lb()
1264 check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_GT, 0); in post_an()
1266 check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_EQ, 0); in post_an()
1673 check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_EQ, 1); in ebool()
1886 case (MDOC_ELEM): in post_hyph()
1948 if (MDOC_ELEM == n->type && MDOC_Nm == n->tok) in post_sh_body()
[all …]
H A Dmdoc.h179 MDOC_ELEM, enumerator
H A Dmdoc.c552 p = node_alloc(mdoc, line, pos, tok, MDOC_ELEM); in mdoc_elem_alloc()
608 if (MDOC_BLOCK == p->type || MDOC_ELEM == p->type) in mdoc_node_free()
H A Dmdoc_macro.c396 if (MDOC_ELEM == p->type) in rew_dohalt()
466 if (MDOC_ELEM != n->type) in rew_elem()
468 assert(MDOC_ELEM == n->type); in rew_elem()
H A Dmdoc_term.c1381 if (MDOC_ELEM == n->type) { in termp_vt_pre()
1909 if (MDOC_BODY != n->type && MDOC_ELEM != n->type) in termp_quote_pre()
1973 if (MDOC_BODY != n->type && MDOC_ELEM != n->type) in termp_quote_post()
H A Dmdoc_man.c1421 if (MDOC_ELEM != n->type && MDOC_HEAD != n->type) in pre_nm()
1449 case (MDOC_ELEM): in post_nm()
H A Dmdoc_html.c685 case (MDOC_ELEM): in mdoc_nm_pre()
1457 } else if (MDOC_ELEM == n->type) { in mdoc_vt_pre()