Lines Matching refs:yy_size_t
220 typedef size_t yy_size_t; typedef
224 extern yy_size_t gram_leng;
272 yy_size_t yy_buf_size;
277 yy_size_t yy_n_chars;
361 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
362 yy_size_t gram_leng;
391 YY_BUFFER_STATE gram__scan_buffer (char *base,yy_size_t size );
393 YY_BUFFER_STATE gram__scan_bytes (yyconst char *bytes,yy_size_t len );
397 void *gram_alloc (yy_size_t );
398 void *gram_realloc (void *,yy_size_t );
1116 yy_size_t gram_get_leng (void );
2635 yy_size_t num_to_read = in yy_get_next_buffer()
2649 yy_size_t new_size = b->yy_buf_size * 2; in yy_get_next_buffer()
2704 if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { in yy_get_next_buffer()
2706 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); in yy_get_next_buffer()
2824 yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); in yyinput()
3151 yy_size_t num_to_alloc; in gram_ensure_buffer_stack()
3200 YY_BUFFER_STATE gram__scan_buffer (char * base, yy_size_t size ) in gram__scan_buffer()
3254 YY_BUFFER_STATE gram__scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) in gram__scan_bytes()
3258 yy_size_t n; in gram__scan_bytes()
3350 yy_size_t gram_get_leng (void) in gram_get_leng()
3490 void *gram_alloc (yy_size_t size ) in gram_alloc()
3495 void *gram_realloc (void * ptr, yy_size_t size ) in gram_realloc()