Home
last modified time | relevance | path

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

/titanic_41/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); 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 …]
H A Dy1.c247 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()
H A Dy4.c65 if ((finput = fopen(TEMPNAME, "r")) == NULL) in callopt()
464 while ((c = getwc(finput)) != EOF) { in gtnm()
H A Ddextern.h158 extern FILE *finput; /* input file */