Lines Matching refs:FILE
130 /* Returned upon end-of-file. */
156 /* Special action meaning "start processing a new file". */
177 extern FILE *ldin, *ldout;
223 FILE *yy_input_file;
277 * just pointing ldin at a new input file.
319 void ldrestart (FILE *input_file );
321 YY_BUFFER_STATE ld_create_buffer (FILE *file,int size );
329 static void ld_init_buffer (YY_BUFFER_STATE b,FILE *file );
372 FILE *ldin = (FILE *) 0, *ldout = (FILE *) 0;
1078 This file
1188 FILE *ldget_in (void );
1190 void ldset_in (FILE * in_str );
1192 FILE *ldget_out (void );
1194 void ldset_out (FILE * out_str );
1378 while ( 1 ) /* loops until end-of-file is reached */
1781 /* We're scanning a new file or input source. It's
1905 * EOB_ACT_END_OF_FILE - end of file
2223 void ldrestart (FILE * input_file )
2280 * @param file A readable stream.
2285 YY_BUFFER_STATE ld_create_buffer (FILE * file, int size )
2304 ld_init_buffer(b,file );
2332 static void ld_init_buffer (YY_BUFFER_STATE b, FILE * file )
2339 b->yy_input_file = file;
2608 FILE *ldget_in (void)
2616 FILE *ldget_out (void)
2654 void ldset_in (FILE * in_str )
2659 void ldset_out (FILE * out_str )
2695 ldin = (FILE *) 0;
2696 ldout = (FILE *) 0;