Home
last modified time | relevance | path

Searched refs:ROFFT_TEXT (Results 1 – 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/mandoc/
HDman_validate.c148 case ROFFT_TEXT: in man_validate()
220 if (nt == NULL || nt->type != ROFFT_TEXT) in check_tag()
327 if (nc != NULL && nc->type == ROFFT_TEXT && in post_SH()
585 if (n == NULL || n->type != ROFFT_TEXT) in post_UC()
622 if (n == NULL || n->type != ROFFT_TEXT) in post_AT()
633 nn->type == ROFFT_TEXT && in post_AT()
HDtree.c122 case ROFFT_TEXT: in print_mdoc()
138 case ROFFT_TEXT: in print_mdoc()
224 case ROFFT_TEXT: in print_man()
249 case ROFFT_TEXT: in print_man()
HDman.c130 if (man->last->type == ROFFT_TEXT && in man_ptext()
291 if (n->type == ROFFT_TEXT) in man_breakscope()
328 if (n->type == ROFFT_TEXT) in man_breakscope()
HDdemandoc.c241 if (ROFFT_TEXT == p->type) in pmdoc()
255 if (ROFFT_TEXT == p->type) in pman()
HDmdoc_validate.c345 case ROFFT_TEXT: in mdoc_validate()
465 np->type == ROFFT_TEXT && in check_text_em()
472 nn->type == ROFFT_TEXT && in check_text_em()
527 if (nch == NULL || nch->type != ROFFT_TEXT) in post_delim()
560 if (nch == NULL || nch->type != ROFFT_TEXT) in post_delim_nb()
1000 assert(n->child->type == ROFFT_TEXT); in post_lb()
1087 assert(nch->type == ROFFT_TEXT); in post_st()
1125 nn->child->type == ROFFT_TEXT) in post_tg()
1399 n->child->type == ROFFT_TEXT && mdoc->meta.msec != NULL) in post_nm()
1423 if ((n->child != NULL && n->child->type == ROFFT_TEXT) || in post_nm()
[all …]
HDroff_term.c92 } while (nc2 != NULL && (nc2->type != ROFFT_TEXT || in roff_term_pre_ce()
95 if (nc1->type == ROFFT_TEXT) in roff_term_pre_ce()
HDtag.c97 if (n->child == NULL || n->child->type != ROFFT_TEXT) in tag_put()
267 if (n == NULL || n->type != ROFFT_TEXT || in tag_move_href()
HDmdoc_html.c361 case ROFFT_TEXT: in print_mdoc_node()
438 case ROFFT_TEXT: in print_mdoc_node()
614 nn->type != ROFFT_TEXT && in mdoc_fl_pre()
1062 assert(n->type == ROFFT_TEXT); in mdoc_fd_pre()
1073 assert(n->type == ROFFT_TEXT); in mdoc_fd_pre()
1095 assert(n->type == ROFFT_TEXT); in mdoc_fd_pre()
1281 assert(n->type == ROFFT_TEXT); in mdoc_mt_pre()
1350 assert(n->type == ROFFT_TEXT); in mdoc_in_pre()
1366 assert(n->type == ROFFT_TEXT); in mdoc_in_pre()
HDmdoc_term.c359 case ROFFT_TEXT: in print_mdoc_node()
414 case ROFFT_TEXT: in print_mdoc_node()
438 if (n->type != ROFFT_TEXT) in print_mdoc_node()
999 else if (n->child->type == ROFFT_TEXT) { in termp_nm_pre()
1044 nn->type != ROFFT_TEXT && in termp_fl_pre()
1154 assert(n->type == ROFFT_TEXT); in termp_xr_pre()
1164 assert(n->type == ROFFT_TEXT); in termp_xr_pre()
1353 assert(n->type == ROFFT_TEXT); in termp_fn_pre()
1371 assert(n->type == ROFFT_TEXT); in termp_fn_pre()
HDroff_html.c76 if (n->type == ROFFT_TEXT) { in roff_html_pre_ce()
HDroff_validate.c72 if (n->next != NULL && n->next->type == ROFFT_TEXT && in roff_valid_br()
HDmandocdb.c1468 if (n->type == ROFFT_TEXT) in putmdockey()
1497 head->type == ROFFT_TEXT && in parse_man()
1661 n->type != ROFFT_TEXT) in parse_mdoc_Fd()
1672 if ((n = n->next) == NULL || n->type != ROFFT_TEXT) in parse_mdoc_Fd()
1702 if (n->type != ROFFT_TEXT) in parse_mdoc_fname()
1729 if (n != NULL && n->type == ROFFT_TEXT) { in parse_mdoc_Fn()
1764 n->child->type == ROFFT_TEXT) in parse_mdoc_Va()
HDman_term.c177 if (nc->type != ROFFT_TEXT) in terminal_man()
278 assert(n->type == ROFFT_TEXT); in pre_PD()
321 assert(nn->type == ROFFT_TEXT); in pre_alternate()
907 case ROFFT_TEXT: in print_man_node()
HDhtml.c380 if (nch->type != ROFFT_TEXT) in html_make_id()
388 if (n->child == NULL || n->child->type != ROFFT_TEXT) in html_make_id()
823 while (nch != NULL && nch->type == ROFFT_TEXT) in print_otag_id()
HDman_html.c181 case ROFFT_TEXT: in print_man_node()
619 assert(n->child->type == ROFFT_TEXT); in man_UR_pre()
HDroff.h67 ROFFT_TEXT, enumerator
HDmdoc.c242 case ROFFT_TEXT: in mdoc_ptext()
HDmdoc_man.c570 else if (child != NULL && child->type == ROFFT_TEXT) in print_width()
676 case ROFFT_TEXT: in print_node()
1297 nn->type != ROFFT_TEXT && in post_fl()
HDman_macro.c406 man->last->type == ROFFT_TEXT) in in_line_eoln()
HDmdoc_markdown.c327 if (n->type == ROFFT_TEXT) { in md_node()
1098 nn->type != ROFFT_TEXT && (nn->flags & NODE_LINE) == 0) in md_post_Fl()
HDmdoc_macro.c450 d == DELIM_NONE && mdoc->last->type == ROFFT_TEXT && in dword()
HDroff.c970 n = roff_node_alloc(man, line, pos, ROFFT_TEXT, TOKEN_NONE); in roff_word_alloc()