Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc.c326 assert(MDOC_BLOCK == p->parent->type); in node_append()
330 assert(MDOC_BLOCK == p->parent->type); in node_append()
336 assert(MDOC_BLOCK == p->parent->type); in node_append()
439 p = node_alloc(mdoc, line, pos, tok, MDOC_BLOCK); in mdoc_block_alloc()
516 if (MDOC_BLOCK == p->type || MDOC_ELEM == p->type) in mdoc_node_free()
612 if (MDOC_It == n->tok && MDOC_BLOCK == n->type && in mdoc_ptext()
794 if (MDOC_It == n->tok && MDOC_BLOCK == n->type && in mdoc_pmacro()
H A Dtree.c72 case MDOC_BLOCK: in print_mdoc()
123 case MDOC_BLOCK: in print_mdoc()
172 (n->type == MDOC_BLOCK ? 2 : 4)); in print_mdoc()
H A Dmdoc_term.c573 } while (nn->type != MDOC_BLOCK); in print_bvspace()
617 if (MDOC_BLOCK == n->type) { in termp_it_pre()
951 if (MDOC_BLOCK == n->type) in termp_it_post()
990 if (MDOC_BLOCK == n->type) { in termp_nm_pre()
1044 if (MDOC_BLOCK == n->type) { in termp_nm_post()
1121 if (MDOC_BLOCK == n->type && n->prev) in termp_rs_pre()
1233 if (MDOC_BLOCK == n->type) in termp_bl_post()
1327 } else if (MDOC_BLOCK == n->type) { in termp_vt_pre()
1364 case MDOC_BLOCK: in termp_sh_pre()
1436 if (MDOC_BLOCK != n->type) in termp_d1_pre()
[all …]
H A Dmdoc_validate.c403 if (MDOC_BLOCK != n->type) in pre_display()
407 if (MDOC_BLOCK == node->type) in pre_display()
425 if (n->type != MDOC_BLOCK) in pre_bl()
608 if (n->type != MDOC_BLOCK) in pre_bd()
721 if (MDOC_ELEM == n->type || MDOC_BLOCK == n->type) in pre_obsolete()
783 assert(MDOC_BLOCK == np->parent->type); in post_bf()
1121 if (MDOC_BLOCK == mdoc->last->type) in post_en()
1140 if (nit->type != MDOC_BLOCK) in post_it()
1301 assert(MDOC_BLOCK == nn->type); in post_bl_block_tag()
1415 case MDOC_BLOCK: in post_bl()
[all …]
H A Dmdoc_macro.c220 if (n->type == MDOC_BLOCK && in mdoc_macroend()
293 case MDOC_BLOCK: in rew_pending()
306 if (n->type == MDOC_BLOCK || in rew_pending()
531 if (n->type != MDOC_BLOCK || n->tok == MDOC_Nm) in blk_exp_close()
876 if (n->type != MDOC_BLOCK) in blk_full()
1089 if (n->type == MDOC_BLOCK && in blk_full()
1174 if (n->type == MDOC_BLOCK && in blk_part_imp()
H A Dmdoc_html.c546 case MDOC_BLOCK: in mdoc_sh_pre()
581 if (MDOC_BLOCK == n->type) { in mdoc_ss_pre()
1078 if (MDOC_BLOCK != n->type) in mdoc_d1_pre()
1134 if (MDOC_BLOCK == n->type) { in mdoc_bd_pre()
1137 if (MDOC_BLOCK != nn->type) in mdoc_bd_pre()
1415 if (MDOC_BLOCK == n->type) { in mdoc_vt_pre()
1650 } else if (MDOC_BLOCK == n->type) { in mdoc_fo_pre()
1885 if (MDOC_BLOCK != n->type) in mdoc_rs_pre()
2051 case MDOC_BLOCK: in mdoc_bk_pre()
H A Dmdoc_man.c935 case MDOC_BLOCK: in pre_bf()
969 case MDOC_BLOCK: in pre_bk()
1285 case MDOC_BLOCK: in pre_fo()
1577 if (MDOC_BLOCK == n->type) { in pre_nm()
1604 case MDOC_BLOCK: in post_nm()
1773 case MDOC_BLOCK: in pre_vt()
H A Dmdoc.h183 MDOC_BLOCK, enumerator