Searched refs:finput (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c129 FILE *finput; /* yacc input file */ variable
331 if ((finput = fopen(infile = argv[optind], "r")) == NULL)
837 while ((c = getwc(finput)) != EOF)
840 (void) fclose(finput);
1107 c = getwc(finput);
1114 c = getwc(finput);
1126 (void) ungetwc(c, finput);
1130 while ((c = getwc(finput)) != L'>' &&
1157 c = getwc(finput);
1162 c = getwc(finput);
[all...]
H A Ddextern.h158 extern FILE *finput; /* input file */
H A Dy4.c65 if ((finput = fopen(TEMPNAME, "r")) == NULL)
464 while ((c = getwc(finput)) != EOF) {
H A Dy1.c247 finput = fopen(parser, "r");
248 if (finput == NULL)
289 while ((c = getwc(finput)) != EOF) {
293 if ((c = getwc(finput)) != L'A')
318 c = getwc(finput);

Completed in 58 milliseconds