Home | History | Annotate | Download | only in glsl

Lines Matching defs:yyscan_t

124 typedef void* yyscan_t;
280 void _mesa_glsl_restart (FILE *input_file ,yyscan_t yyscanner );
281 void _mesa_glsl__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
282 YY_BUFFER_STATE _mesa_glsl__create_buffer (FILE *file,int size ,yyscan_t yyscanner );
283 void _mesa_glsl__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
284 void _mesa_glsl__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
285 void _mesa_glsl_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
286 void _mesa_glsl_pop_buffer_state (yyscan_t yyscanner );
288 static void _mesa_glsl_ensure_buffer_stack (yyscan_t yyscanner );
289 static void _mesa_glsl__load_buffer_state (yyscan_t yyscanner );
290 static void _mesa_glsl__init_buffer (YY_BUFFER_STATE b,FILE *file ,yyscan_t yyscanner );
294 YY_BUFFER_STATE _mesa_glsl__scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
295 YY_BUFFER_STATE _mesa_glsl__scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
296 YY_BUFFER_STATE _mesa_glsl__scan_bytes (yyconst char *bytes,int len ,yyscan_t yyscanner );
298 void *_mesa_glsl_alloc (yy_size_t ,yyscan_t yyscanner );
299 void *_mesa_glsl_realloc (void *,yy_size_t ,yyscan_t yyscanner );
300 void _mesa_glsl_free (void * ,yyscan_t yyscanner );
337 static yy_state_type yy_get_previous_state (yyscan_t yyscanner );
338 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
339 static int yy_get_next_buffer (yyscan_t yyscanner );
340 static void yy_fatal_error (yyconst char msg[] ,yyscan_t yyscanner );
1104 static int yy_init_globals (yyscan_t yyscanner );
1112 int _mesa_glsl_lex_init (yyscan_t* scanner);
1114 int _mesa_glsl_lex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
1119 int _mesa_glsl_lex_destroy (yyscan_t yyscanner );
1121 int _mesa_glsl_get_debug (yyscan_t yyscanner );
1123 void _mesa_glsl_set_debug (int debug_flag ,yyscan_t yyscanner );
1125 YY_EXTRA_TYPE _mesa_glsl_get_extra (yyscan_t yyscanner );
1127 void _mesa_glsl_set_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
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 );
1137 int _mesa_glsl_get_leng (yyscan_t yyscanner );
1139 char *_mesa_glsl_get_text (yyscan_t yyscanner );
1141 int _mesa_glsl_get_lineno (yyscan_t yyscanner );
1143 void _mesa_glsl_set_lineno (int line_number ,yyscan_t yyscanner );
1145 YYSTYPE * _mesa_glsl_get_lval (yyscan_t yyscanner );
1147 void _mesa_glsl_set_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
1149 YYLTYPE *_mesa_glsl_get_lloc (yyscan_t yyscanner );
1151 void _mesa_glsl_set_lloc (YYLTYPE * yylloc_param ,yyscan_t yyscanner );
1159 extern "C" int _mesa_glsl_wrap (yyscan_t yyscanner );
1161 extern int _mesa_glsl_wrap (yyscan_t yyscanner );
1166 static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner);
1170 static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner);
1176 static int yyinput (yyscan_t yyscanner );
1178 static int input (yyscan_t yyscanner );
1259 (YYSTYPE * yylval_param,YYLTYPE * yylloc_param ,yyscan_t yyscanner);
1262 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
2672 static int yy_get_next_buffer (yyscan_t yyscanner)
2807 static yy_state_type yy_get_previous_state (yyscan_t yyscanner)
2841 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner)
2867 static int yyinput (yyscan_t yyscanner)
2869 static int input (yyscan_t yyscanner)
2947 void _mesa_glsl_restart (FILE * input_file , yyscan_t yyscanner)
2965 void _mesa_glsl__switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
2997 static void _mesa_glsl__load_buffer_state (yyscan_t yyscanner)
3012 YY_BUFFER_STATE _mesa_glsl__create_buffer (FILE * file, int size , yyscan_t yyscanner)
3040 void _mesa_glsl__delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
3060 static void _mesa_glsl__init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner)
3089 void _mesa_glsl__flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
3119 void _mesa_glsl_push_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
3150 void _mesa_glsl_pop_buffer_state (yyscan_t yyscanner)
3170 static void _mesa_glsl_ensure_buffer_stack (yyscan_t yyscanner)
3220 YY_BUFFER_STATE _mesa_glsl__scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner)
3257 YY_BUFFER_STATE _mesa_glsl__scan_string (yyconst char * yystr , yyscan_t yyscanner)
3270 YY_BUFFER_STATE _mesa_glsl__scan_bytes (yyconst char * yybytes, int _yybytes_len , yyscan_t yyscanner)
3304 static void yy_fatal_error (yyconst char* msg , yyscan_t yyscanner)
3332 YY_EXTRA_TYPE _mesa_glsl_get_extra (yyscan_t yyscanner)
3341 int _mesa_glsl_get_lineno (yyscan_t yyscanner)
3354 int _mesa_glsl_get_column (yyscan_t yyscanner)
3367 FILE *_mesa_glsl_get_in (yyscan_t yyscanner)
3376 FILE *_mesa_glsl_get_out (yyscan_t yyscanner)
3385 int _mesa_glsl_get_leng (yyscan_t yyscanner)
3395 char *_mesa_glsl_get_text (yyscan_t yyscanner)
3405 void _mesa_glsl_set_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner)
3415 void _mesa_glsl_set_lineno (int line_number , yyscan_t yyscanner)
3430 void _mesa_glsl_set_column (int column_no , 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)
3459 int _mesa_glsl_get_debug (yyscan_t yyscanner)
3465 void _mesa_glsl_set_debug (int bdebug , yyscan_t yyscanner)
3473 YYSTYPE * _mesa_glsl_get_lval (yyscan_t yyscanner)
3479 void _mesa_glsl_set_lval (YYSTYPE * yylval_param , yyscan_t yyscanner)
3485 YYLTYPE *_mesa_glsl_get_lloc (yyscan_t yyscanner)
3491 void _mesa_glsl_set_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner)
3504 int _mesa_glsl_lex_init(yyscan_t* ptr_yy_globals)
3512 *ptr_yy_globals = (yyscan_t) _mesa_glsl_alloc ( sizeof( struct yyguts_t ), NULL );
3533 int _mesa_glsl_lex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals )
3545 *ptr_yy_globals = (yyscan_t) _mesa_glsl_alloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
3561 static int yy_init_globals (yyscan_t yyscanner)
3595 int _mesa_glsl_lex_destroy (yyscan_t yyscanner)
3629 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner)
3638 static int yy_flex_strlen (yyconst char * s , yyscan_t yyscanner)
3648 void *_mesa_glsl_alloc (yy_size_t size , yyscan_t yyscanner)
3653 void *_mesa_glsl_realloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
3665 void _mesa_glsl_free (void * ptr , yyscan_t yyscanner)