Lines Matching defs:finput
129 FILE *finput; /* yacc input file */
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);
1176 switch (c = getwc(finput)) {
1194 for (c = getwc(finput);
1196 c = getwc(finput)) {
1199 (void) ungetwc(c, finput);
1213 c = getwc(finput);
1219 (void) ungetwc(c, finput);
1252 c = getwc(finput);
1263 c = getwc(finput);
1267 (void) ungetwc(c, finput);
1332 if ((c = getwc(finput)) == EOF)
1374 c = getwc(finput);
1376 c = getwc(finput);
1383 if ((c = getwc(finput)) == L'}')
1388 if ((c = getwc(finput)) == L'}')
1396 c = getwc(finput);
1415 if (getwc(finput) != L'*')
1418 c = getwc(finput);
1421 if ((c = getwc(finput)) == L'/')
1426 c = getwc(finput);
1454 c = getwc(finput);
1470 while ((c = getwc(finput)) == L' ' || c == L'\t')
1473 (void) ungetwc(c, finput);
1483 c = getwc(finput);
1498 (void) ungetwc(c, finput);
1519 while ((c = getwc(finput)) == L' ' ||
1523 while ((c = getwc(finput)) == L' ' ||
1530 c = getwc(finput);
1583 c = getwc(finput);
1589 c = getwc(finput);
1631 c = getwc(finput);
1636 c = getwc(finput);
1640 if ((c = getwc(finput)) == L'/')
1646 c = getwc(finput);
1654 while ((c = getwc(finput)) != EOF) {
1657 c = getwc(finput);