Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Dmdoc_markdown.c103 static void md_post_In(struct roff_node *);
141 { NULL, md_pre_In, md_post_In, NULL, NULL }, /* In */
1188 md_post_In(struct roff_node *n) in md_post_In() function