Home
last modified time | relevance | path

Searched refs:faction (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c130 FILE *faction; /* file for saving actions */ variable
321 faction = fopen(ACTNAME, "w");
322 if (ftemp == NULL || faction == NULL)
736 (void) fprintf(faction, "\ncase %d:", nprod);
738 (void) fprintf(faction, " break;");
847 (void) fclose(faction); in finact()
1448 (void) fprintf(faction, "\n# line %d \"%s\"\n", lineno, infile); in cpyact()
1459 (void) putwc(c, faction); in cpyact()
1486 (void) fprintf(faction, "yyval"); in cpyact()
1490 (void) fprintf(faction, in cpyact()
[all …]
H A Dy1.c297 faction = fopen(ACTNAME, "r"); in others()
298 if (faction == NULL) in others()
309 while ((c = getwc(faction)) != EOF) in others()
311 (void) fclose(faction); in others()
H A Ddextern.h159 extern FILE *faction; /* file for saving actions */