Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/mdocml/
HDmdoc.h135 int quote_T; /* whether to quote %T */ member
HDmdoc_markdown.c1545 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) in md_pre__T()
1557 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) in md_post__T()
HDmdoc_man.c786 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) { in pre__t()
798 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) { in post__t()
HDmdoc_term.c2026 n->parent->norm->Rs.quote_T) in termp__t_post()
2041 n->parent->norm->Rs.quote_T) in termp__t_pre()
HDmdoc_validate.c1977 np->norm->Rs.quote_T++; in post_rs()