Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc_macro.c235 if (MDOC_BLOCK == n->type && in mdoc_macroend()
372 return(MDOC_BLOCK == type && in rew_dohalt()
445 (MDOC_BLOCK == p->type && in rew_dohalt()
506 if (REWIND_THIS != rew_dohalt(tok, MDOC_BLOCK, breaker)) in make_pending()
581 MDOC_BLOCK != t) in rew_sub()
739 if (MDOC_BLOCK != n->type || MDOC_Nm == n->tok) in blk_exp_close()
788 return(rew_sub(MDOC_BLOCK, mdoc, tok, line, ppos)); in blk_exp_close()
802 if ( ! rew_sub(MDOC_BLOCK, mdoc, tok, line, ppos)) in blk_exp_close()
826 if ( ! rew_sub(MDOC_BLOCK, mdoc, tok, line, ppos)) in blk_exp_close()
838 if ( ! flushed && ! rew_sub(MDOC_BLOCK, mdoc, tok, line, ppos)) in blk_exp_close()
[all …]
H A Dmdoc.c393 assert(MDOC_BLOCK == p->parent->type); in node_append()
397 assert(MDOC_BLOCK == p->parent->type); in node_append()
403 assert(MDOC_BLOCK == p->parent->type); in node_append()
520 p = node_alloc(mdoc, line, pos, tok, MDOC_BLOCK); in mdoc_block_alloc()
608 if (MDOC_BLOCK == p->type || MDOC_ELEM == p->type) in mdoc_node_free()
766 if (MDOC_It == n->tok && MDOC_BLOCK == n->type && in mdoc_ptext()
949 if (MDOC_It == n->tok && MDOC_BLOCK == n->type && in mdoc_pmacro()
H A Dmdoc_term.c586 if (MDOC_BLOCK != nn->type) in print_bvspace()
626 if (MDOC_BLOCK == n->type) { in termp_it_pre()
959 if (MDOC_BLOCK == n->type) in termp_it_post()
1000 if (MDOC_BLOCK == n->type) { in termp_nm_pre()
1052 if (MDOC_BLOCK == n->type) { in termp_nm_post()
1169 if (MDOC_BLOCK == n->type && n->prev) in termp_rs_pre()
1288 if (MDOC_BLOCK == n->type) in termp_bl_post()
1384 } else if (MDOC_BLOCK == n->type) { in termp_vt_pre()
1431 case (MDOC_BLOCK): in termp_sh_pre()
1508 if (MDOC_BLOCK != n->type) in termp_d1_pre()
[all …]
H A Dmdoc_validate.c579 if (MDOC_BLOCK != n->type) in pre_display()
583 if (MDOC_BLOCK == node->type) in pre_display()
602 if (MDOC_BLOCK != n->type) { in pre_bl()
610 assert(MDOC_BLOCK == np->type); in pre_bl()
788 if (MDOC_BLOCK != n->type) { in pre_bd()
796 assert(MDOC_BLOCK == np->type); in pre_bd()
880 if (MDOC_BLOCK != n->type) in pre_ss()
890 if (MDOC_BLOCK != n->type) in pre_sh()
900 if (MDOC_BLOCK != n->type) in pre_it()
996 } else if (MDOC_BLOCK != mdoc->last->type) { in post_bf()
[all …]
H A Dtree.c73 case (MDOC_BLOCK): in print_mdoc()
123 case (MDOC_BLOCK): in print_mdoc()
H A Dmdoc_html.c577 if (MDOC_BLOCK == n->type) { in mdoc_sh_pre()
608 if (MDOC_BLOCK == n->type) { in mdoc_ss_pre()
1126 if (MDOC_BLOCK != n->type) in mdoc_d1_pre()
1186 if (MDOC_BLOCK == n->type) { in mdoc_bd_pre()
1189 if (MDOC_BLOCK != nn->type) in mdoc_bd_pre()
1454 if (MDOC_BLOCK == n->type) { in mdoc_vt_pre()
1702 } else if (MDOC_BLOCK == n->type) { in mdoc_fo_pre()
1952 if (MDOC_BLOCK != n->type) in mdoc_rs_pre()
2125 case (MDOC_BLOCK): in mdoc_bk_pre()
H A Dmdoc_man.c851 case (MDOC_BLOCK): in pre_bf()
885 case (MDOC_BLOCK): in pre_bk()
1139 case (MDOC_BLOCK): in pre_fo()
1417 if (MDOC_BLOCK == n->type) { in pre_nm()
1444 case (MDOC_BLOCK): in post_nm()
1547 case (MDOC_BLOCK): in pre_vt()
H A Dmdoc.h183 MDOC_BLOCK, enumerator