Lines Matching refs:yyalloc
233 #ifdef yyalloc
236 #define yyalloc glcpp_alloc
532 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
2470 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
2479 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner );
2636 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc
2684 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
2733 buf = (char *) yyalloc( n , yyscanner );
2765 yyg->yy_start_stack = (int *) yyalloc( new_size , yyscanner );
3007 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
3024 * The user defined value in the first argument will be available to yyalloc in
3038 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
3144 void *yyalloc (yy_size_t size , yyscan_t yyscanner)