Lines Matching full:gram_alloc
361 void *gram_alloc (yy_size_t );
2825 b = (YY_BUFFER_STATE) gram_alloc(sizeof( struct yy_buffer_state ) );
2834 b->yy_ch_buf = (char *) gram_alloc(b->yy_buf_size + 2 );
3026 (yy_buffer_stack) = (struct yy_buffer_state**)gram_alloc
3072 b = (YY_BUFFER_STATE) gram_alloc(sizeof( struct yy_buffer_state ) );
3125 buf = (char *) gram_alloc(n );
3318 void *gram_alloc (yy_size_t size )