Lines Matching defs:yyalloc
460 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
2858 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
2867 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner );
3031 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc
3084 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
3139 buf = (char *) yyalloc( n , yyscanner );
3433 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
3451 * The user defined value in the first argument will be available to yyalloc in
3465 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
3594 void *yyalloc (yy_size_t size , yyscan_t yyscanner)