Lines Matching defs:md_act
35 struct md_act {
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)
318 const struct md_act *act;
359 act = md_act(n->tok);
759 if ((prefix = md_act(n->tok)->prefix) != NULL) {
773 if ((suffix = md_act(n->tok)->suffix) != NULL) {
786 if ((prefix = md_act(n->tok)->prefix) != NULL) {
798 if ((suffix = md_act(n->tok)->suffix) != NULL) {