Home
last modified time | relevance | path

Searched refs:quote_T (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmdoc.h138 int quote_T; /* whether to quote %T */ member
H A Dmdoc_markdown.c1623 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T)
1635 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) in md_pre_br()
H A Dmdoc_html.c1569 n->parent->norm->Rs.quote_T) { in mdoc__x_pre()
1604 n->parent->norm->Rs.quote_T) { in mdoc__x_post()
H A Dmdoc_man.c823 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) { in pre__t()
835 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) { in post__t()
H A Dmdoc_term.c1951 n->parent->norm->Rs.quote_T)
1960 n->parent->norm->Rs.quote_T) in termp_abort_pre()
H A Dmdoc_validate.c2230 np->norm->Rs.quote_T++; in post_rs()