Lines Matching refs:action
437 } action; typedef
439 #define ACTS(name, ...) typedef struct { action a; __VA_ARGS__ } action_##name;
461 IF_FEATURE_FIND_PAREN( ACTS(paren, action ***subexpr;))
489 action ***actions;
513 static int exec_actions(action ***appp, const char *fileName, const struct stat *statbuf) in exec_actions()
518 action **app, *ap; in exec_actions()
835 action *ap; in flush_exec_plus()
836 action **app; in flush_exec_plus()
837 action ***appp = G.actions; in flush_exec_plus()
1082 action*** appp;
1087 static action* alloc_action(struct pp_locals *ppl, int sizeof_struct, action_fp f) in alloc_action()
1089 action *ap = xzalloc(sizeof_struct); in alloc_action()
1090 action **app; in alloc_action()
1091 action ***group = &ppl->appp[ppl->cur_group]; in alloc_action()
1102 static action*** parse_params(char **argv) in parse_params()
1212 action*** appp; in parse_params()
1220 auto action* alloc_action(int sizeof_struct, action_fp f); in parse_params()
1221 action* alloc_action(int sizeof_struct, action_fp f) in parse_params()
1223 action *ap; in parse_params()