Home
last modified time | relevance | path

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

/src/contrib/mandoc/
H A Dmdoc_markdown.c35 struct md_act { struct
113 static const struct md_act md_acts[MDOC_MAX - MDOC_Dd] = {
236 static const struct md_act *md_act(enum roff_tok);
262 static const struct md_act *
263 md_act(enum roff_tok tok) in md_act() function
318 const struct md_act *act; in md_node()
359 act = md_act(n->tok); in md_node()
759 if ((prefix = md_act(n->tok)->prefix) != NULL) { in md_pre_raw()
773 if ((suffix = md_act(n->tok)->suffix) != NULL) { in md_post_raw()
786 if ((prefix = md_act(n->tok)->prefix) != NULL) { in md_pre_word()
[all …]