Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c65 static int md_pre_Bl(struct roff_node *);
123 { md_cond_body, md_pre_Bl, md_post_Bl, NULL, NULL }, /* Bl */
924 md_pre_Bl(struct roff_node *n) in md_pre_Bl() function