Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/mdocml/dist/
H A Dman_term.c54 struct termact { struct
55 int (*pre)(DECL_ARGS);
56 void (*post)(DECL_ARGS);
57 int flags;
H A Dmdoc_term.c50 struct termact { struct
51 int (*pre)(DECL_ARGS);
52 void (*post)(DECL_ARGS);
/dports/net/owamp/owamp-3.3/owamp/
H A Dendpoint.c2484 struct sigaction chldact,usr1act,usr2act,hupact,termact; in _OWPEndpointInitHook() local