Home
last modified time | relevance | path

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

/freebsd-head/contrib/mandoc/
HDmdoc.h138 int quote_T; /* whether to quote %T */ member
HDmdoc_markdown.c1586 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) in md_pre__T()
1598 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) in md_post__T()
HDmdoc_man.c819 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) { in pre__t()
831 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) { in post__t()
HDmdoc_term.c1937 n->parent->norm->Rs.quote_T) in termp__t_post()
1946 n->parent->norm->Rs.quote_T) in termp__t_pre()
HDmdoc_validate.c2209 np->norm->Rs.quote_T++; in post_rs()