Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dmdoc_state.c239 mdoc->flags |= MDOC_SYNOPSIS; in state_sh()
242 mdoc->flags &= ~MDOC_SYNOPSIS; in state_sh()
H A Droff_int.h49 #define MDOC_SYNOPSIS (1 << 7) /* SYNOPSIS-style formatting. */ macro
H A Dmdoc.c73 mdoc->flags |= MDOC_SYNOPSIS; in mdoc_parseln()
75 mdoc->flags &= ~MDOC_SYNOPSIS; in mdoc_parseln()
H A Dmdoc_macro.c447 ! (mdoc->flags & (MDOC_SYNOPSIS | MDOC_KEEP | MDOC_SMOFF)) && in dword()
1504 ! (mdoc->flags & MDOC_SYNOPSIS)) { in in_line_eoln()
1556 if (~mdoc->flags & (MDOC_SYNOPSIS | MDOC_NEWLINE)) in ctx_synopsis()
H A Dmdoc_validate.c2479 mdoc->flags |= MDOC_SYNOPSIS; in post_sh_head()
2482 mdoc->flags &= ~MDOC_SYNOPSIS; in post_sh_head()
H A Droff.c889 if (man->flags & MDOC_SYNOPSIS) in roff_node_alloc()