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

/external/bison/src/
H A 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 ) );
2975 b->yy_ch_buf = (char *) gram_alloc(b->yy_buf_size + 2 );
3160 (yy_buffer_stack) = (struct yy_buffer_state**)gram_alloc
3210 b = (YY_BUFFER_STATE) gram_alloc(sizeof( struct yy_buffer_state ) );
3263 buf = (char *) gram_alloc(n );
3490 void *gram_alloc (yy_size_t size ) function

Completed in 86 milliseconds