Searched refs:finput (Results 1 – 4 of 4) sorted by relevance
127 FILE *finput; /* yacc input file */ variable325 if ((finput = fopen(infile = argv[optind], "r")) == NULL) in setup()805 while ((c = getwc(finput)) != EOF) in setup()808 (void) fclose(finput); in setup()1074 c = getwc(finput); in gettok()1081 c = getwc(finput); in gettok()1093 (void) ungetwc(c, finput); in gettok()1097 while ((c = getwc(finput)) != L'>' && in gettok()1124 c = getwc(finput); in gettok()1129 c = getwc(finput); in gettok()[all …]
246 finput = fopen(parser, "r"); in others()247 if (finput == NULL) in others()288 while ((c = getwc(finput)) != EOF) { in others()292 if ((c = getwc(finput)) != L'A') in others()317 c = getwc(finput); in others()
63 if ((finput = fopen(TEMPNAME, "r")) == NULL) in callopt()460 while ((c = getwc(finput)) != EOF) { in gtnm()
156 extern FILE *finput; /* input file */