Searched refs:gram_alloc (Results 1 – 1 of 1) sorted by relevance
361 void *gram_alloc (yy_size_t );2825 b = (YY_BUFFER_STATE) gram_alloc(sizeof( struct yy_buffer_state ) ); in gram__create_buffer()2834 b->yy_ch_buf = (char *) gram_alloc(b->yy_buf_size + 2 ); in gram__create_buffer()3026 (yy_buffer_stack) = (struct yy_buffer_state**)gram_alloc in gram_ensure_buffer_stack()3072 b = (YY_BUFFER_STATE) gram_alloc(sizeof( struct yy_buffer_state ) ); in gram__scan_buffer()3125 buf = (char *) gram_alloc(n ); in gram__scan_bytes()3318 void *gram_alloc (yy_size_t size ) in gram_alloc() function