do_action
do_action: /* This label is used only to access EOF actions. */
goto do_action;
do_action(conf->curstate->init);
do_action(conf->curstate->body);
do_action(state->body);
do_action(conf->curstate->init);
do_action(conf->curstate->body);
do_action(subaction);
void do_action(struct ifsd_action *);