Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc.h138 int quote_T; /* whether to quote %T */ member
H A Dmdoc_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()
H A Dmdoc_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()
H A Dmdoc_term.c1938 n->parent->norm->Rs.quote_T) in termp__t_post()
1947 n->parent->norm->Rs.quote_T) in termp__t_pre()
H A Dmdoc_validate.c2164 np->norm->Rs.quote_T++; in post_rs()