Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc.h285 DISP_literal /* -literal */ enumerator
H A Dmdoc_term.c1642 if (DISP_literal != n->norm->Bd.type && in termp_bd_pre()
1647 if (DISP_literal == n->norm->Bd.type) in termp_bd_pre()
1707 if (DISP_literal == n->norm->Bd.type || in termp_bd_post()
H A Dmdoc_man.c823 DISP_literal == n->norm->Bd.type) in pre_bd()
838 DISP_literal == n->norm->Bd.type) in post_bd()
H A Dmdoc_validate.c821 dt = DISP_literal; in pre_bd()
2161 if (DISP_literal == n->norm->Bd.type) in pre_literal()
H A Dmdoc_html.c1210 DISP_literal != n->norm->Bd.type) { in mdoc_bd_pre()