Lines Matching refs:ROFFT_TEXT
345 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()
1002 assert(nch->type == ROFFT_TEXT); in post_lb()
1012 assert(nch->type == ROFFT_TEXT); in post_lb()
1108 assert(nch->type == ROFFT_TEXT); in post_st()
1147 nn->child->type == ROFFT_TEXT) in post_tg()
1421 n->child->type == ROFFT_TEXT && mdoc->meta.msec != NULL) in post_nm()
1445 if ((n->child != NULL && n->child->type == ROFFT_TEXT) || in post_nm()
1636 (n->prev->type == ROFFT_TEXT && in post_tag()
1768 nch->type == ROFFT_TEXT ? nch->string : in post_it()
2121 assert(nch->type == ROFFT_TEXT); in post_sm()
2296 if (nch->type != ROFFT_TEXT) in post_hyph()
2383 if (n->type == ROFFT_TEXT && in post_sh_name()
2453 if (n->type != ROFFT_TEXT) in post_sh_see_also()
2552 nch->type == ROFFT_TEXT ? nch->string : in post_sh_head()
2575 nch->type != ROFFT_TEXT || nch->next != NULL) in post_sh_head()
2684 nch->type == ROFFT_TEXT && in post_section()