Searched refs:ppalloc (Results 1 – 1 of 1) sorted by relevance
325 void *ppalloc (yy_size_t ,yyscan_t yyscanner );1698 b = (YY_BUFFER_STATE) ppalloc(sizeof( struct yy_buffer_state ) ,yyscanner ); in pp_create_buffer()1707 b->yy_ch_buf = (char *) ppalloc(b->yy_buf_size + 2 ,yyscanner ); in pp_create_buffer()1864 yyg->yy_buffer_stack = (struct yy_buffer_state**)ppalloc in ppensure_buffer_stack()1912 b = (YY_BUFFER_STATE) ppalloc(sizeof( struct yy_buffer_state ) ,yyscanner ); in pp_scan_buffer()1961 buf = (char *) ppalloc(n ,yyscanner ); in pp_scan_bytes()2196 *ptr_yy_globals = (yyscan_t) ppalloc ( sizeof( struct yyguts_t ), NULL ); in pplex_init()2229 *ptr_yy_globals = (yyscan_t) ppalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in pplex_init_extra()2335 void *ppalloc (yy_size_t size , yyscan_t yyscanner) in ppalloc() function