Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c127 FILE *finput; /* yacc input file */ variable
325 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 …]
H A Dy1.c246 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()
H A Dy4.c63 if ((finput = fopen(TEMPNAME, "r")) == NULL) in callopt()
460 while ((c = getwc(finput)) != EOF) { in gtnm()
H A Ddextern.h156 extern FILE *finput; /* input file */