Searched refs:yyalloc (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Darith_lex.c297 void *yyalloc (yy_size_t );
1417 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1426 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
1581 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1625 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1674 buf = (char *) yyalloc(n );
1844 void *yyalloc (yy_size_t size ) function
H A Darith.c247 union yyalloc union
254 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1013 union yyalloc *yyptr =
1014 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));

Completed in 301 milliseconds