md_act
static const struct md_act md_acts[MDOC_MAX - MDOC_Dd] = {
static const struct md_act *md_act(enum roff_tok);
static const struct md_act *
const struct md_act *act;
act = md_act(n->tok);
if ((prefix = md_act(n->tok)->prefix) != NULL) {
if ((suffix = md_act(n->tok)->suffix) != NULL) {
if ((prefix = md_act(n->tok)->prefix) != NULL) {
if ((suffix = md_act(n->tok)->suffix) != NULL) {