Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Dman_term.c51 struct man_term_act { struct
52 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