Searched refs:MDOC_BODY (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | mdoc_term.c | 745 if (MDOC_BODY == n->type) in termp_it_pre() 749 if (MDOC_BODY == n->type) in termp_it_pre() 970 if (MDOC_BODY == n->type) in termp_it_post() 974 if (MDOC_BODY == n->type) in termp_it_post() 1005 if (MDOC_BODY == n->type) { in termp_nm_pre() 1058 } else if (MDOC_BODY == n->type && n->child) in termp_nm_post() 1262 if (MDOC_BODY != n->type) in termp_nd_pre() 1440 case (MDOC_BODY): in termp_sh_pre() 1461 case (MDOC_BODY): in termp_sh_post() 1701 if (MDOC_BODY != n->type) in termp_bd_post() [all …]
|
H A D | mdoc_man.c | 629 return(MDOC_BODY == n->type); in cond_body() 853 case (MDOC_BODY): in pre_bf() 876 if (MDOC_BODY == n->type) in post_bf() 887 case (MDOC_BODY): in pre_bk() 899 if (MDOC_BODY == n->type) in post_bk() 1026 if (MDOC_HEAD == n->type || MDOC_BODY == n->type) in post_eo() 1147 case (MDOC_BODY): in pre_fo() 1166 case (MDOC_BODY): in post_fo() 1331 case (MDOC_BODY): in post_it() 1550 case (MDOC_BODY): in pre_vt() [all …]
|
H A D | mdoc_macro.c | 409 if (MDOC_BODY == p->type && MDOC_Bl == p->tok) in rew_dohalt() 427 if (MDOC_BODY == p->type && MDOC_Sh == p->tok) in rew_dohalt() 508 if (MDOC_BODY == broken->type) in make_pending() 733 if (MDOC_BODY == n->type && atok == n->tok) { in blk_exp_close() 786 if ( ! rew_sub(MDOC_BODY, mdoc, tok, line, ppos)) in blk_exp_close() 791 if ( ! rew_sub(MDOC_BODY, mdoc, tok, line, ppos)) in blk_exp_close() 1046 if ( ! rew_sub(MDOC_BODY, mdoc, tok, line, ppos)) in blk_full() 1135 if ( ! rew_sub(MDOC_BODY, mdoc, tok, line, ppos)) in blk_full() 1175 mtt = body ? MDOC_BODY : MDOC_HEAD; in blk_full() 1258 if ( ! rew_sub(MDOC_BODY, mdoc, tok, line, ppos)) in blk_full() [all …]
|
H A D | mdoc.c | 375 case (MDOC_BODY): in node_append() 400 case (MDOC_BODY): in node_append() 489 p = node_alloc(mdoc, line, pos, tok, MDOC_BODY); in mdoc_body_alloc() 503 p = node_alloc(mdoc, line, pos, tok, MDOC_BODY); in mdoc_endbody_alloc() 759 if (MDOC_Bl == n->tok && MDOC_BODY == n->type && in mdoc_ptext() 935 if (MDOC_Bl == n->tok && MDOC_BODY == n->type && in mdoc_pmacro()
|
H A D | mdoc_html.c | 581 } else if (MDOC_BODY == n->type) in mdoc_sh_pre() 612 } else if (MDOC_BODY == n->type) in mdoc_ss_pre() 665 if (MDOC_BODY != n->type) in mdoc_nd_pre() 697 case (MDOC_BODY): in mdoc_nm_pre() 916 } else if (MDOC_BODY == n->type) { in mdoc_it_pre() 981 if (MDOC_BODY == n->type) { in mdoc_bl_pre() 1697 if (MDOC_BODY == n->type) { in mdoc_fo_pre() 1725 if (MDOC_BODY != n->type) in mdoc_fo_post() 1888 else if (MDOC_BODY != n->type) in mdoc_bf_pre() 2129 case (MDOC_BODY): in mdoc_bk_pre() [all …]
|
H A D | mdoc_validate.c | 461 return(check_count(mdoc, MDOC_BODY, CHECK_ERROR, CHECK_GT, 0)); in berr_ge1() 467 return(check_count(mdoc, MDOC_BODY, CHECK_WARN, CHECK_GT, 0)); in bwarn_ge1() 882 return(check_parent(mdoc, n, MDOC_Sh, MDOC_BODY)); in pre_ss() 903 return(check_parent(mdoc, n, MDOC_Bl, MDOC_BODY)); in pre_it() 1110 if (MDOC_BODY != mdoc->last->type) in post_vt() 1164 if (MDOC_BODY == mdoc->last->type) in post_literal() 1331 if (MDOC_BODY == c->type) in post_it() 1604 case (MDOC_BODY): in post_bl() 1760 case (MDOC_BODY): in post_rs() 1763 check_count(mdoc, MDOC_BODY, CHECK_WARN, CHECK_GT, 0); in post_rs() [all …]
|
H A D | tree.c | 79 case (MDOC_BODY): in print_mdoc() 107 case (MDOC_BODY): in print_mdoc()
|
H A D | mdoc.h | 182 MDOC_BODY, enumerator
|