Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/mandoc/
H A Dman_term.c54 struct man_term_act { struct
55 int (*pre)(DECL_ARGS);
56 void (*post)(DECL_ARGS);
57 int flags;
142 man_term_act(enum roff_tok tok) in man_term_act() function