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

/opensolaris-onvv-gate/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);
1448 (void) fprintf(faction, "\n# line %d \"%s\"\n", lineno, infile);
1459 (void) putwc(c, faction);
1486 (void) fprintf(faction, "yyval");
1490 (void) fprintf(faction,
[all...]
H A Ddextern.h159 extern FILE *faction; /* file for saving actions */
H A Dy1.c297 faction = fopen(ACTNAME, "r");
298 if (faction == NULL)
309 while ((c = getwc(faction)) != EOF)
311 (void) fclose(faction);

Completed in 103 milliseconds