Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-gram.c29 #define yyrealloc gram_realloc
398 void *gram_realloc (void *,yy_size_t );
2658 gram_realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); in yy_get_next_buffer()
2707 …YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) gram_realloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_… in yy_get_next_buffer()
3179 (yy_buffer_stack) = (struct yy_buffer_state**)gram_realloc in gram_ensure_buffer_stack()
3495 void *gram_realloc (void * ptr, yy_size_t size ) in gram_realloc() function