Searched refs:foutput (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c92 if (foutput != NULL)
93 (void) fprintf(foutput,
170 if (pkdebug && foutput != NULL)
171 (void) fprintf(foutput,
187 if (pkdebug && foutput != NULL) {
189 (void) fprintf(foutput, "\t");
191 (void) fprintf(foutput, "%d ", *qq);
192 (void) fprintf(foutput, "\n");
284 if (g2debug && foutput != NULL) {
285 (void) fprintf(foutput, WSFM
[all...]
H A Dy1.c432 if (foutput != NULL) {
433 (void) fprintf(foutput,
436 (void) fprintf(foutput,
439 (void) fprintf(foutput,
442 (void) fprintf(foutput,
444 (void) fprintf(foutput,
449 (void) fprintf(foutput,
451 (void) fprintf(foutput,
453 (void) fprintf(foutput,
455 (void) fprintf(foutput,
[all...]
H A Dy4.c402 if (foutput == NULL)
410 (void) fprintf(foutput,
414 (void) fprintf(foutput,
416 (void) fprintf(foutput,
H A Ddextern.h164 extern FILE *foutput; /* y.output file */
H A Dy2.c135 FILE *foutput; /* y.output file */ variable
186 foutput = NULL;
279 foutput = fopen(fname, "w");
280 if (foutput == NULL)

Completed in 55 milliseconds