Searched refs:MDOC_SYNOPSIS (Results 1 – 4 of 4) sorted by relevance
37 #define MDOC_SYNOPSIS (1 << 7) /* SYNOPSIS-style formatting */ macro
299 mdoc->flags |= MDOC_SYNOPSIS; in mdoc_parseln()301 mdoc->flags &= ~MDOC_SYNOPSIS; in mdoc_parseln()443 if (MDOC_SYNOPSIS & mdoc->flags) in node_alloc()
623 ! ((MDOC_SYNOPSIS | MDOC_KEEP | MDOC_SMOFF) & mdoc->flags) && in dword()1736 if ( ! (MDOC_SYNOPSIS & mdoc->flags)) in ctx_synopsis()
1995 mdoc->flags |= MDOC_SYNOPSIS; in post_sh_head()1998 mdoc->flags &= ~MDOC_SYNOPSIS; in post_sh_head()