Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Dmdoc_markdown.c31 struct md_act { struct
108 static const struct md_act md_acts[MDOC_MAX - MDOC_Dd] = {
230 static const struct md_act *md_act(enum roff_tok);
256 static const struct md_act *
257 md_act(enum roff_tok tok) in md_act() function
304 const struct md_act *act; in md_node()
343 act = md_act(n->tok); in md_node()
741 if ((prefix = md_act(n->tok)->prefix) != NULL) { in md_pre_raw()
755 if ((suffix = md_act(n->tok)->suffix) != NULL) { in md_post_raw()
768 if ((prefix = md_act(n->tok)->prefix) != NULL) { in md_pre_word()
[all …]