Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc_html.c417 case (MDOC_TEXT): in print_mdoc_node()
587 for (n = n->child; n && MDOC_TEXT == n->type; ) { in mdoc_sh_pre()
618 for (n = n->child; n && MDOC_TEXT == n->type; ) { in mdoc_ss_pre()
709 if (MDOC_TEXT == n->type) in mdoc_nm_pre()
1082 assert(MDOC_TEXT == n->type); in mdoc_ex_pre()
1402 assert(MDOC_TEXT == n->type); in mdoc_fd_pre()
1415 assert(MDOC_TEXT == n->type); in mdoc_fd_pre()
1440 assert(MDOC_TEXT == n->type); in mdoc_fd_pre()
1580 assert(n->child && MDOC_TEXT == n->child->type); in mdoc_sm_pre()
1647 assert(MDOC_TEXT == n->type); in mdoc_lk_pre()
[all …]
H A Dtree.c91 case (MDOC_TEXT): in print_mdoc()
104 case (MDOC_TEXT): in print_mdoc()
H A Dmdoc_term.c326 case (MDOC_TEXT): in print_mdoc_node()
355 case (MDOC_TEXT): in print_mdoc_node()
1012 MDOC_TEXT == n->prev->child->type ? in termp_nm_pre()
1030 } else if (MDOC_TEXT == n->child->type) { in termp_nm_pre()
1300 assert(MDOC_TEXT == n->type); in termp_xr_pre()
1310 assert(MDOC_TEXT == n->type); in termp_xr_pre()
1548 assert(MDOC_TEXT == n->type); in termp_fn_pre()
1565 assert(MDOC_TEXT == n->type); in termp_fn_pre()
2118 assert(n->child && MDOC_TEXT == n->child->type); in termp_sm_pre()
H A Dmdoc_validate.c361 case (MDOC_TEXT): in mdoc_valid_pre()
398 case (MDOC_TEXT): in mdoc_valid_post()
1063 assert(MDOC_TEXT == mdoc->last->child->type); in post_lb()
1114 if (MDOC_TEXT != n->type) in post_vt()
1235 assert(MDOC_TEXT == mdoc->last->child->type); in post_at()
1486 if (MDOC_TEXT == nn->type) { in post_bl_block_tag()
1675 assert(MDOC_TEXT == mdoc->last->child->type); in ebool()
1737 assert(MDOC_TEXT == ch->type); in post_st()
1893 if (MDOC_TEXT != nch->type) in post_hyph()
1950 if (MDOC_TEXT == n->type) in post_sh_body()
[all …]
H A Dmdoc.h178 MDOC_TEXT, enumerator
H A Dmdoc.c415 case (MDOC_TEXT): in node_append()
576 n = node_alloc(mdoc, line, pos, MDOC_MAX, MDOC_TEXT); in mdoc_word_alloc()
H A Dmdoc_man.c486 chsz = (NULL != child && MDOC_TEXT == child->type) ? in print_width()
579 if (MDOC_TEXT == n->type) { in print_node()
1506 assert(n->child && MDOC_TEXT == n->child->type); in pre_sm()
H A Dmdoc_macro.c380 if (MDOC_TEXT == p->type || MDOC_VALID & p->flags) in rew_dohalt()
624 DELIM_NONE == d && MDOC_TEXT == mdoc->last->type && in dword()
1360 if (n && MDOC_TEXT == n->type && n->string) in blk_part_imp()