Searched defs:man_term_act (Results 1 – 1 of 1) sorted by relevance
54 struct man_term_act { struct55 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