Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc.h106 MDOC_Rs, enumerator
H A Dmdoc_term.c2159 if (NULL == n->parent || MDOC_Rs != n->parent->tok) in termp____post()
2250 if (n->parent && MDOC_Rs == n->parent->tok && in termp__t_post()
2266 if (n->parent && MDOC_Rs == n->parent->tok && in termp__t_pre()
H A Dmdoc_man.c685 if (n->parent && MDOC_Rs == n->parent->tok && in pre__t()
699 if (n->parent && MDOC_Rs == n->parent->tok && in post__t()
H A Dmdoc.c532 case (MDOC_Rs): in mdoc_block_alloc()
H A Dmdoc_macro.c338 return(MDOC_Rs); in rew_alt()
H A Dmdoc_html.c2111 if (NULL == n->parent || MDOC_Rs != n->parent->tok) in mdoc__x_post()