Searched defs:manact (Results 1 – 1 of 1) sorted by relevance
34 struct manact { struct35 int (*cond)(DECL_ARGS); /* DON'T run actions */36 int (*pre)(DECL_ARGS); /* pre-node action */37 void (*post)(DECL_ARGS); /* post-node action */38 const char *prefix; /* pre-node string constant */39 const char *suffix; /* post-node string constant */