Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:infilename

1726 			flex_free( (void *) infilename );
1727 infilename = copy_string( yytext + 1 );
1728 infilename[strlen( infilename ) - 1] = '\0';
3660 infilename = copy_string( file );
3661 yyin = fopen( infilename, "r" );
3670 infilename = copy_string( "<stdin>" );