Searched refs:MDOC_HEAD (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | mdoc_term.c | 647 if (MDOC_HEAD == n->type) in termp_it_pre() 760 if (MDOC_HEAD == n->type) in termp_it_pre() 788 if (MDOC_HEAD != n->type) in termp_it_pre() 794 if (MDOC_HEAD != n->type) in termp_it_pre() 812 if (MDOC_HEAD != n->type) in termp_it_pre() 822 if (MDOC_HEAD == n->type) in termp_it_pre() 835 if (MDOC_HEAD != n->type) in termp_it_pre() 859 if (MDOC_HEAD == n->type && n->next->child && in termp_it_pre() 874 if (MDOC_HEAD == n->type) in termp_it_pre() 886 if (MDOC_HEAD == n->type) in termp_it_pre() [all …]
|
H A D | mdoc_man.c | 622 return(MDOC_HEAD == n->type); in cond_head() 716 if (MDOC_HEAD == n->type) { in pre_sect() 733 if (MDOC_HEAD != n->type) in post_sect() 1026 if (MDOC_HEAD == n->type || MDOC_BODY == n->type) in post_eo() 1142 case (MDOC_HEAD): in pre_fo() 1163 case (MDOC_HEAD): in post_fo() 1222 case (MDOC_HEAD): in pre_it() 1318 case (MDOC_HEAD): in post_it() 1421 if (MDOC_ELEM != n->type && MDOC_HEAD != n->type) in pre_nm() 1426 if (MDOC_HEAD == n->type) { in pre_nm() [all …]
|
H A D | tree.c | 76 case (MDOC_HEAD): in print_mdoc() 110 case (MDOC_HEAD): in print_mdoc()
|
H A D | mdoc_macro.c | 602 if (MDOC_HEAD == n->type && in rew_sub() 1101 if ( ! rew_sub(MDOC_HEAD, mdoc, tok, line, ppos)) in blk_full() 1175 mtt = body ? MDOC_BODY : MDOC_HEAD; in blk_full() 1249 if ( ! rew_sub(MDOC_HEAD, mdoc, tok, line, ppos)) in blk_full() 1297 if ( ! rew_sub(MDOC_HEAD, mdoc, tok, line, ppos)) in blk_part_imp() 1484 if ( ! rew_sub(MDOC_HEAD, mdoc, tok, line, ppos)) in blk_part_exp() 1517 if ( ! rew_sub(MDOC_HEAD, mdoc, tok, line, ppos)) in blk_part_exp()
|
H A D | mdoc_validate.c | 497 return(check_count(mdoc, MDOC_HEAD, CHECK_WARN, CHECK_EQ, 0)); in hwarn_eq0() 503 return(check_count(mdoc, MDOC_HEAD, CHECK_WARN, CHECK_EQ, 1)); in hwarn_eq1() 509 return(check_count(mdoc, MDOC_HEAD, CHECK_WARN, CHECK_GT, 0)); in hwarn_ge1() 515 return(check_count(mdoc, MDOC_HEAD, CHECK_WARN, CHECK_LT, 2)); in hwarn_le1() 992 if (MDOC_HEAD != mdoc->last->type) { in post_bf() 1002 assert(MDOC_HEAD == np->type); in post_bf() 1602 case (MDOC_HEAD): in post_bl() 1757 case (MDOC_HEAD): in post_rs() 1758 check_count(mdoc, MDOC_HEAD, CHECK_WARN, CHECK_EQ, 0); in post_rs() 1878 case (MDOC_HEAD): in post_hyph() [all …]
|
H A D | mdoc_html.c | 692 case (MDOC_HEAD): in mdoc_nm_pre() 881 if (MDOC_HEAD == n->type) { in mdoc_it_pre() 987 if (MDOC_HEAD == n->type) { in mdoc_bl_pre() 1183 if (MDOC_HEAD == n->type) in mdoc_bd_pre() 1459 } else if (MDOC_HEAD == n->type) in mdoc_vt_pre() 1886 if (MDOC_HEAD == n->type) in mdoc_bf_pre() 2127 case (MDOC_HEAD): in mdoc_bk_pre()
|
H A D | mdoc.c | 381 case (MDOC_HEAD): in node_append() 392 case (MDOC_HEAD): in node_append() 476 p = node_alloc(mdoc, line, pos, tok, MDOC_HEAD); in mdoc_head_alloc()
|
H A D | mdoc.h | 180 MDOC_HEAD, enumerator
|