as3_alloc          24 lib/as3/tokenizer.yy.c #define yyalloc as3_alloc
as3_alloc         324 lib/as3/tokenizer.yy.c void *as3_alloc (yy_size_t  );
as3_alloc        3620 lib/as3/tokenizer.yy.c 	b = (YY_BUFFER_STATE) as3_alloc(sizeof( struct yy_buffer_state )  );
as3_alloc        3629 lib/as3/tokenizer.yy.c 	b->yy_ch_buf = (char *) as3_alloc(b->yy_buf_size + 2  );
as3_alloc        3794 lib/as3/tokenizer.yy.c 		(yy_buffer_stack) = (struct yy_buffer_state**)as3_alloc
as3_alloc        3842 lib/as3/tokenizer.yy.c 	b = (YY_BUFFER_STATE) as3_alloc(sizeof( struct yy_buffer_state )  );
as3_alloc        3891 lib/as3/tokenizer.yy.c 	buf = (char *) as3_alloc(n  );