Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c71 static int md_pre_Fd(struct roff_node *);
137 { NULL, md_pre_Fd, md_post_Fd, "**", "**" }, /* Fd */
140 { NULL, md_pre_Fd, md_post_raw, "*", "*" }, /* Ft */
1077 md_pre_Fd(struct roff_node *n) in md_pre_Fd() function