Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Dmdoc_state.c237 if ((mdoc->lastsec = n->sec) == SEC_SYNOPSIS) { in state_sh()
Dmandocdb.c1604 if (n->sec == SEC_SYNOPSIS) in parse_mdoc_Fa()
1618 if (SEC_SYNOPSIS != n->sec || in parse_mdoc_Fd()
1672 if (n->sec == SEC_SYNOPSIS) in parse_mdoc_fname()
1690 if (n->sec == SEC_SYNOPSIS) in parse_mdoc_Fn()
1774 else if (n->sec == SEC_SYNOPSIS && n->type == ROFFT_HEAD) { in parse_mdoc_Nm()
Droff.h37 SEC_SYNOPSIS, enumerator
Dmdoc_validate.c345 if (n->sec != SEC_SYNOPSIS || in mdoc_validate()
2477 if (sec == SEC_SYNOPSIS) { in post_sh_head()
Dmdoc_html.c529 n->sec <= SEC_SYNOPSIS) { in mdoc_sh_pre()
Dmdoc_term.c263 if (n->sec == SEC_SYNOPSIS) in terminal_mdoc()