Lines Matching refs:yyalloc
84 #define yyalloc M4_YY_PREFIX[[alloc]]
608 void *yyalloc ( yy_size_t M4_YY_PROTO_LAST_ARG );
1213 YY_G(yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE M4_YY_CALL_LAST_ARG);
2010 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) M4_YY_CALL_LAST_ARG );
2019 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) M4_YY_CALL_LAST_ARG );
2248 YY_G(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
2305 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) M4_YY_CALL_LAST_ARG );
2368 buf = (char *) yyalloc( n M4_YY_CALL_LAST_ARG );
2410 YY_G(yy_start_stack) = (int *) yyalloc( new_size M4_YY_CALL_LAST_ARG );
2766 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
2784 * The user defined value in the first argument will be available to yyalloc in
2798 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
2961 void *yyalloc YYFARGS1( yy_size_t ,size)
3062 th->th_version = (char *) yyalloc (bytes M4_YY_CALL_LAST_ARG);
3146 *dmap->dm_arr = p = (void *) yyalloc (bytes M4_YY_CALL_LAST_ARG);