Lines Matching defs:md_act
35 struct md_act {
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)
309 const struct md_act *act;
350 act = md_act(n->tok);
750 if ((prefix = md_act(n->tok)->prefix) != NULL) {
764 if ((suffix = md_act(n->tok)->suffix) != NULL) {
777 if ((prefix = md_act(n->tok)->prefix) != NULL) {
789 if ((suffix = md_act(n->tok)->suffix) != NULL) {