Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dmdoc_markdown.c69 static int md_pre_Fd(struct roff_node *);
136 { NULL, md_pre_Fd, md_post_Fd, "**", "**" }, /* Fd */
139 { NULL, md_pre_Fd, md_post_raw, "*", "*" }, /* Ft */
1076 md_pre_Fd(struct roff_node *n) in md_pre_Fd() function