Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c35 struct md_act { struct
112 static const struct md_act md_acts[MDOC_MAX - MDOC_Dd] = {
235 static const struct md_act *md_act(enum roff_tok);
261 static const struct md_act *
262 md_act(enum roff_tok tok) in md_act() function
309 const struct md_act *act; in md_node()
350 act = md_act(n->tok); in md_node()
750 if ((prefix = md_act(n->tok)->prefix) != NULL) { in md_pre_raw()
764 if ((suffix = md_act(n->tok)->suffix) != NULL) { in md_post_raw()
777 if ((prefix = md_act(n->tok)->prefix) != NULL) { in md_pre_word()
[all …]