Home
last modified time | relevance | path

Searched refs:code_alloc (Results 1 – 1 of 1) sorted by relevance

/external/bison/src/
Dscan-code.c28 #define yyalloc code_alloc
397 void *code_alloc (yy_size_t );
1928 b = (YY_BUFFER_STATE) code_alloc(sizeof( struct yy_buffer_state ) ); in code__create_buffer()
1937 b->yy_ch_buf = (char *) code_alloc(b->yy_buf_size + 2 ); in code__create_buffer()
2122 (yy_buffer_stack) = (struct yy_buffer_state**)code_alloc in code_ensure_buffer_stack()
2172 b = (YY_BUFFER_STATE) code_alloc(sizeof( struct yy_buffer_state ) ); in code__scan_buffer()
2225 buf = (char *) code_alloc(n ); in code__scan_bytes()
2452 void *code_alloc (yy_size_t size ) in code_alloc() function