Home
last modified time | relevance | path

Searched defs:mdoc_man_act (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmdoc_man.c39 struct mdoc_man_act { struct
40 int_fp cond; /* DON'T run actions */
41 int_fp pre; /* pre-node action */
42 void_fp post; /* post-node action */
43 const char *prefix; /* pre-node string constant */
44 const char *suffix; /* post-node string constant */
299 mdoc_man_act(enum roff_tok tok) in mdoc_man_act() function