Home | History | Annotate | Download | only in glsl

Lines Matching refs:FILE

111 /* Returned upon end-of-file. */
154 /* Special action meaning "start processing a new file". */
204 FILE *yy_input_file;
258 * just pointing yyin at a new input file.
280 void _mesa_glsl_restart (FILE *input_file ,yyscan_t yyscanner );
282 YY_BUFFER_STATE _mesa_glsl__create_buffer (FILE *file,int size ,yyscan_t yyscanner );
290 static void _mesa_glsl__init_buffer (YY_BUFFER_STATE b,FILE *file ,yyscan_t yyscanner );
1074 FILE *yyin_r, *yyout_r;
1129 FILE *_mesa_glsl_get_in (yyscan_t yyscanner );
1131 void _mesa_glsl_set_in (FILE * in_str ,yyscan_t yyscanner );
1133 FILE *_mesa_glsl_get_out (yyscan_t yyscanner );
1135 void _mesa_glsl_set_out (FILE * out_str ,yyscan_t yyscanner );
1327 while ( 1 ) /* loops until end-of-file is reached */
2546 /* We're scanning a new file or input source. It's
2670 * EOB_ACT_END_OF_FILE - end of file
2947 void _mesa_glsl_restart (FILE * input_file , yyscan_t yyscanner)
3007 * @param file A readable stream.
3012 YY_BUFFER_STATE _mesa_glsl__create_buffer (FILE * file, int size , yyscan_t yyscanner)
3031 _mesa_glsl__init_buffer(b,file ,yyscanner);
3060 static void _mesa_glsl__init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner)
3068 b->yy_input_file = file;
3367 FILE *_mesa_glsl_get_in (yyscan_t yyscanner)
3376 FILE *_mesa_glsl_get_out (yyscan_t yyscanner)
3447 void _mesa_glsl_set_in (FILE * in_str , yyscan_t yyscanner)
3453 void _mesa_glsl_set_out (FILE * out_str , yyscan_t yyscanner)
3584 yyin = (FILE *) 0;
3585 yyout = (FILE *) 0;