Searched refs:action_file (Results 1 – 4 of 4) sorted by relevance
63 FILE *action_file; /* a temp file, used to save actions associated */ variable255 action_file = create_temp(); in open_files()
234 extern FILE *action_file;
1130 rewind(action_file); in output_semantic_actions()1132 if ((c = getc(action_file)) == EOF) in output_semantic_actions()1140 while ((c = getc(action_file)) != EOF) { in output_semantic_actions()
1300 FILE *f = action_file; in copy_action()