Home
last modified time | relevance | path

Searched refs:ROFFT_BLOCK (Results 1 – 16 of 16) sorted by relevance

/openbsd/usr.bin/mandoc/
H A Dman_html.c244 if (n->type == ROFFT_BLOCK && in print_man_node()
325 case ROFFT_BLOCK: in man_SH_pre()
399 case ROFFT_BLOCK: in man_PP_pre()
422 if (n1 == NULL || n1->type != ROFFT_BLOCK || in list_continues()
423 n2 == NULL || n2->type != ROFFT_BLOCK) in list_continues()
453 nn = n->type == ROFFT_BLOCK ? n : n->parent; in man_IP_pre()
484 case ROFFT_BLOCK: in man_IP_pre()
625 case ROFFT_BLOCK: in man_RS_pre()
643 case ROFFT_BLOCK: in man_SY_pre()
H A Dman_term.c428 case ROFFT_BLOCK: in pre_HP()
469 case ROFFT_BLOCK: in post_HP()
499 case ROFFT_BLOCK: in pre_PP()
522 case ROFFT_BLOCK: in pre_IP()
570 case ROFFT_BLOCK: in post_IP()
595 case ROFFT_BLOCK: in pre_TP()
655 case ROFFT_BLOCK: in post_TP()
675 case ROFFT_BLOCK: in pre_SS()
716 case ROFFT_BLOCK: in pre_SH()
755 case ROFFT_BLOCK: in post_SH()
[all …]
H A Dtree.c102 case ROFFT_BLOCK: in print_mdoc()
156 case ROFFT_BLOCK: in print_mdoc()
199 (n->type == ROFFT_BLOCK ? 2 : 4)); in print_mdoc()
228 case ROFFT_BLOCK: in print_man()
252 case ROFFT_BLOCK: in print_man()
282 (n->type == ROFFT_BLOCK ? 2 : 4)); in print_man()
H A Dmdoc_term.c628 if (n->type == ROFFT_BLOCK) { in termp_it_pre()
925 if (n->type == ROFFT_BLOCK) in termp_it_post()
1012 case ROFFT_BLOCK: in termp_nm_post()
1122 case ROFFT_BLOCK: in termp_bl_pre()
1135 if (n->type != ROFFT_BLOCK) in termp_bl_post()
1228 case ROFFT_BLOCK: in termp_vt_pre()
1264 case ROFFT_BLOCK: in termp_sh_pre()
1316 if (n->type != ROFFT_BLOCK) in termp_d1_pre()
1503 case ROFFT_BLOCK: in termp_ss_pre()
1735 case ROFFT_BLOCK: in termp_fo_pre()
[all …]
H A Dmdoc_html.c525 case ROFFT_BLOCK: in mdoc_sh_pre()
593 case ROFFT_BLOCK: in mdoc_ss_pre()
628 case ROFFT_BLOCK: in mdoc_nd_pre()
646 case ROFFT_BLOCK: in mdoc_nm_pre()
821 case ROFFT_BLOCK: in mdoc_bl_pre()
914 case ROFFT_BLOCK: in mdoc_d1_pre()
949 case ROFFT_BLOCK: in mdoc_bd_pre()
1308 case ROFFT_BLOCK: in mdoc_fo_pre()
1405 case ROFFT_BLOCK: in mdoc_bf_pre()
1448 case ROFFT_BLOCK: in mdoc_rs_pre()
[all …]
H A Dman_macro.c124 if (n->type == ROFFT_BLOCK && in man_unscope()
178 if (n->type != ROFFT_BLOCK) { in rew_scope()
216 if (nn->tok == ntok && nn->type == ROFFT_BLOCK) in blk_close()
247 if (nn->tok == ntok && nn->type == ROFFT_BLOCK && ! --nrew) in blk_close()
H A Dmdoc_markdown.c904 case ROFFT_BLOCK: in md_pre_Bk()
1135 case ROFFT_BLOCK: in md_pre_Fo()
1205 case ROFFT_BLOCK: in md_pre_It()
1432 case ROFFT_BLOCK: in md_pre_Nm()
1450 case ROFFT_BLOCK: in md_post_Nm()
1502 case ROFFT_BLOCK: in md_pre_Sh()
1539 case ROFFT_BLOCK: in md_pre_Vt()
H A Dmdoc_macro.c228 if (n->type == ROFFT_BLOCK && in mdoc_endparse()
300 case ROFFT_BLOCK: in rew_pending()
314 if (n->type == ROFFT_BLOCK || in rew_pending()
387 n->type != ROFFT_BLOCK && n->type != ROFFT_HEAD && in break_intermediate()
416 if (n->type == ROFFT_BLOCK && in find_pending()
596 if (body == NULL || n->type != ROFFT_BLOCK) in blk_exp_close()
982 if (n->type != ROFFT_BLOCK) in blk_full()
H A Dmdoc_man.c1009 case ROFFT_BLOCK: in pre_bf()
1042 case ROFFT_BLOCK: in pre_bk()
1342 case ROFFT_BLOCK: in pre_fo()
1654 case ROFFT_BLOCK: in pre_nm()
1682 case ROFFT_BLOCK: in post_nm()
1810 case ROFFT_BLOCK: in pre_vt()
H A Dmdoc_validate.c1214 if (n->type == ROFFT_ELEM || n->type == ROFFT_BLOCK) in post_obsolete()
1247 assert(np->parent->type == ROFFT_BLOCK); in post_bf()
1458 case ROFFT_BLOCK: in post_display()
1474 if (np->type == ROFFT_BLOCK && np->tok == MDOC_Bd) { in post_display()
1575 if (mdoc->last->type == ROFFT_BLOCK) in post_en()
1702 if (nit->type != ROFFT_BLOCK) in post_it()
1903 case ROFFT_BLOCK: in post_bl()
1995 if (nnext->type == ROFFT_BLOCK) in post_bl()
2023 if (n->type == ROFFT_BLOCK && n->body->child == NULL) { in post_bk()
2593 case ROFFT_BLOCK: in post_section()
[all …]
H A Dman_validate.c373 case ROFFT_BLOCK: in check_par()
406 case ROFFT_BLOCK: in post_IP()
H A Dman.c345 assert(n->type == ROFFT_BLOCK); in man_breakscope()
H A Dmdoc.c115 p = roff_node_alloc(mdoc, line, pos, ROFFT_BLOCK, tok); in mdoc_block_alloc()
H A Droff.h62 ROFFT_BLOCK, enumerator
H A Droff.c960 assert(n->parent->type == ROFFT_BLOCK); in roff_node_append()
1005 n = roff_node_alloc(man, line, pos, ROFFT_BLOCK, tok); in roff_block_alloc()
1101 if (n->type == ROFFT_BLOCK || n->type == ROFFT_ELEM) in roff_node_free()
H A Dmandocdb.c1578 case ROFFT_BLOCK: in parse_mdoc()