Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-gram.c28 #define yyalloc gram_alloc
397 void *gram_alloc (yy_size_t );
2966 b = (YY_BUFFER_STATE) gram_alloc(sizeof( struct yy_buffer_state ) ); in gram__create_buffer()
2975 b->yy_ch_buf = (char *) gram_alloc(b->yy_buf_size + 2 ); in gram__create_buffer()
3160 (yy_buffer_stack) = (struct yy_buffer_state**)gram_alloc in gram_ensure_buffer_stack()
3210 b = (YY_BUFFER_STATE) gram_alloc(sizeof( struct yy_buffer_state ) ); in gram__scan_buffer()
3263 buf = (char *) gram_alloc(n ); in gram__scan_bytes()
3490 void *gram_alloc (yy_size_t size ) in gram_alloc() function