Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/mdocml/dist/
Dmdoc_state.c234 if ((mdoc->lastsec = n->sec) == SEC_SYNOPSIS) { in state_sh()
Dmandocdb.c1583 if (n->sec == SEC_SYNOPSIS) in parse_mdoc_Fa()
1597 if (SEC_SYNOPSIS != n->sec || in parse_mdoc_Fd()
1651 if (n->sec == SEC_SYNOPSIS) in parse_mdoc_fname()
1669 if (n->sec == SEC_SYNOPSIS) in parse_mdoc_Fn()
1753 else if (n->sec == SEC_SYNOPSIS && n->type == ROFFT_HEAD) { in parse_mdoc_Nm()
Droff.h37 SEC_SYNOPSIS, enumerator
Dmdoc_validate.c336 if (n->sec != SEC_SYNOPSIS || in mdoc_validate()
2318 if (sec == SEC_SYNOPSIS) { in post_sh_head()
Dmdoc_html.c534 n->sec <= SEC_SYNOPSIS) { in mdoc_sh_pre()
Dmdoc_term.c269 if (n->tok == MDOC_Sh && n->sec == SEC_SYNOPSIS) { in terminal_mdoc()
/netbsd/src/usr.sbin/makemandb/
Dmakemandb.c1049 case SEC_SYNOPSIS: in pmdoc_Sh()