Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c82 static int md_pre_Pp(struct roff_node *);
118 { NULL, md_pre_Pp, NULL, NULL, NULL }, /* Pp */
343 process_children = md_pre_Pp(n); in md_node()
1486 md_pre_Pp(struct roff_node *n) in md_pre_Pp() function