Searched refs:finput (Results 1 – 4 of 4) sorted by relevance
129 FILE *finput; /* yacc input file */ variable331 if ((finput = fopen(infile = argv[optind], "r")) == NULL)837 while ((c = getwc(finput)) != EOF)840 (void) fclose(finput);1107 c = getwc(finput); in gettok()1114 c = getwc(finput); in gettok()1126 (void) ungetwc(c, finput); in gettok()1130 while ((c = getwc(finput)) != L'>' && in gettok()1157 c = getwc(finput); in gettok()1162 c = getwc(finput); in gettok()[all …]
247 finput = fopen(parser, "r"); in others()248 if (finput == NULL) in others()289 while ((c = getwc(finput)) != EOF) { in others()293 if ((c = getwc(finput)) != L'A') in others()318 c = getwc(finput); in others()
65 if ((finput = fopen(TEMPNAME, "r")) == NULL) in callopt()464 while ((c = getwc(finput)) != EOF) { in gtnm()
158 extern FILE *finput; /* input file */