Home
last modified time | relevance | path

Searched refs:MDOC_Rs (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dtag.c245 case MDOC_Rs: in tag_move_id()
H A Dmdoc_markdown.c801 if (n->parent->tok != MDOC_Rs) in md_post_pc()
1586 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 Droff.h405 MDOC_Rs, enumerator
H A Dmdoc.c127 case MDOC_Rs: in mdoc_block_alloc()
H A Dmdoc_macro.c362 return MDOC_Rs; in rew_alt()
1136 if (tok == MDOC_Rs) { in blk_full()
1199 if (nl && tok != MDOC_Bd && tok != MDOC_Bl && tok != MDOC_Rs) in blk_full()
H A Dmdoc_term.c1845 if (n->parent == NULL || n->parent->tok != MDOC_Rs) in termp____post()
1937 if (n->parent != NULL && n->parent->tok == MDOC_Rs && in termp__t_post()
1946 if (n->parent != NULL && n->parent->tok == MDOC_Rs && in termp__t_pre()
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_html.c1559 if (n->parent == NULL || n->parent->tok != MDOC_Rs) in mdoc__x_post()
H A Dmdoc_validate.c2393 if (n->next == NULL || n->next->tok == MDOC_Rs) in post_sh_see_also()