Lines Matching refs:yyalloc
233 #ifdef yyalloc
236 #define yyalloc _mesa_glsl_lexer_alloc
532 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
3972 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
3981 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner );
4138 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc
4186 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
4235 buf = (char *) yyalloc( n , yyscanner );
4468 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
4485 * The user defined value in the first argument will be available to yyalloc in
4499 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
4605 void *yyalloc (yy_size_t size , yyscan_t yyscanner)