Home
last modified time | relevance | path

Searched refs:MDOC_SYNOPSIS (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/mandoc/
H A Dlibmdoc.h37 #define MDOC_SYNOPSIS (1 << 7) /* SYNOPSIS-style formatting */ macro
H A Dmdoc.c299 mdoc->flags |= MDOC_SYNOPSIS; in mdoc_parseln()
301 mdoc->flags &= ~MDOC_SYNOPSIS; in mdoc_parseln()
443 if (MDOC_SYNOPSIS & mdoc->flags) in node_alloc()
H A Dmdoc_macro.c623 ! ((MDOC_SYNOPSIS | MDOC_KEEP | MDOC_SMOFF) & mdoc->flags) && in dword()
1736 if ( ! (MDOC_SYNOPSIS & mdoc->flags)) in ctx_synopsis()
H A Dmdoc_validate.c1995 mdoc->flags |= MDOC_SYNOPSIS; in post_sh_head()
1998 mdoc->flags &= ~MDOC_SYNOPSIS; in post_sh_head()