Home
last modified time | relevance | path

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

/original-bsd/old/yacc/
H A Dy2.c395 fclose( finput );
503 c = getc(finput); in gettok()
506 c=getc(finput); in gettok()
578 for( c=getc(finput); isdigit(c) ; c=getc(finput) ){ in gettok()
616 c = getc(finput); in gettok()
622 c = getc(finput); in gettok()
696 c = getc(finput); in cpycode()
698 c = getc(finput); in cpycode()
711 c = getc(finput); in cpycode()
722 c = getc(finput); in skipcom()
[all …]
H A Dy1.c71 finput = fopen( _PATH_PARSER, "r" ); in others()
72 if( finput == NULL ) error( "cannot find parser %s", _PATH_PARSER); in others()
97 while( (c=getc(finput) ) != EOF ){ in others()
99 if( (c=getc(finput)) != 'A' ) putc( '$', ftable ); in others()
106 c = getc(finput); in others()
H A Dy4.c32 if( (finput=fopen(TEMPNAME,"r")) == NULL ) error( "optimizer cannot open tempfile" ); in callopt()
317 while( (c=getc(finput)) != EOF ){ in gtnm()
H A Ddextern125 extern FILE * finput; /* input file */