Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dlibmdoc.h35 #define MDOC_SYNOPSIS (1 << 7) /* SYNOPSIS-style formatting */ macro
H A Dmdoc.c242 mdoc->flags |= MDOC_SYNOPSIS; in mdoc_parseln()
244 mdoc->flags &= ~MDOC_SYNOPSIS; in mdoc_parseln()
371 if (MDOC_SYNOPSIS & mdoc->flags) in node_alloc()
H A Dmdoc_macro.c389 ! (mdoc->flags & (MDOC_SYNOPSIS | MDOC_KEEP | MDOC_SMOFF)) && in dword()
1384 ! (mdoc->flags & MDOC_SYNOPSIS)) { in in_line_eoln()
1429 if (~mdoc->flags & (MDOC_SYNOPSIS | MDOC_NEWLINE)) in ctx_synopsis()
H A Dmdoc_validate.c1897 mdoc->flags |= MDOC_SYNOPSIS; in post_sh_head()
1900 mdoc->flags &= ~MDOC_SYNOPSIS; in post_sh_head()