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

/illumos-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...]

Completed in 61 milliseconds