Home
last modified time | relevance | path

Searched refs:action_file (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/yacc/
Dmain.c63 FILE *action_file; /* a temp file, used to save actions associated */ variable
255 action_file = create_temp(); in open_files()
Ddefs.h234 extern FILE *action_file;
Doutput.c1130 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()
Dreader.c1300 FILE *f = action_file; in copy_action()