Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c834 n->tok != MDOC_Fn) { in md_pre_syn()
841 case MDOC_Fn: in md_pre_syn()
848 if (n->tok != MDOC_Fn && n->tok != MDOC_Fo) { in md_pre_syn()
H A Droff.h346 MDOC_Fn, enumerator
H A Dmdoc_man.c886 MDOC_Fn != n->tok) { in pre_syn()
893 case MDOC_Fn: in pre_syn()
900 if (MDOC_Fn != n->tok && MDOC_Fo != n->tok) { in pre_syn()
H A Dmdoc_html.c258 MDOC_Fn != n->tok) { in synopsis_pre()
265 case MDOC_Fn: in synopsis_pre()
271 if (n->tok != MDOC_Fn && n->tok != MDOC_Fo) in synopsis_pre()
H A Dmdoc_term.c1195 MDOC_Fn != n->tok) { in synopsis_pre()
1207 case MDOC_Fn: in synopsis_pre()
1214 if (n->tok != MDOC_Fn && n->tok != MDOC_Fo) { in synopsis_pre()
H A Dmdoc_macro.c832 ntok = (tok == MDOC_Fn && !cnt) ? in in_line()
890 if (tok == MDOC_Fn) in in_line()
H A Dmdoc_validate.c1037 ic = build_list(mdoc, MDOC_Fn); in post_rv()
1204 case MDOC_Fn: in post_tg()
3016 case MDOC_Fn: in macro2len()