Home
last modified time | relevance | path

Searched refs:SEC_SYNOPSIS (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc.h199 SEC_SYNOPSIS, /* SYNOPSIS */ enumerator
H A Dmdoc_validate.c301 if (n->sec != SEC_SYNOPSIS || n->parent->tok != MDOC_Fd) in mdoc_valid_pre()
1895 if (SEC_SYNOPSIS == sec) { in post_sh_head()
H A Dmdoc_term.c270 if (n->tok == MDOC_Sh && n->sec == SEC_SYNOPSIS) { in terminal_mdoc()