Searched defs:man_term_act (Results 1 – 1 of 1) sorted by relevance
51 struct man_term_act { struct52 int (*pre)(DECL_ARGS);53 void (*post)(DECL_ARGS);54 int flags;138 man_term_act(enum roff_tok tok) in man_term_act() function