Searched refs:layoutalloc (Results 1 – 1 of 1) sorted by relevance
320 void *layoutalloc (yy_size_t ,yyscan_t yyscanner );1588 b = (YY_BUFFER_STATE) layoutalloc(sizeof( struct yy_buffer_state ) ,yyscanner ); in layout_create_buffer()1597 b->yy_ch_buf = (char *) layoutalloc(b->yy_buf_size + 2 ,yyscanner ); in layout_create_buffer()1754 yyg->yy_buffer_stack = (struct yy_buffer_state**)layoutalloc in layoutensure_buffer_stack()1802 b = (YY_BUFFER_STATE) layoutalloc(sizeof( struct yy_buffer_state ) ,yyscanner ); in layout_scan_buffer()1851 buf = (char *) layoutalloc(n ,yyscanner ); in layout_scan_bytes()2062 *ptr_yy_globals = (yyscan_t) layoutalloc ( sizeof( struct yyguts_t ), NULL ); in layoutlex_init()2095 *ptr_yy_globals = (yyscan_t) layoutalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in layoutlex_init_extra()2201 void *layoutalloc (yy_size_t size , yyscan_t yyscanner) in layoutalloc() function