Lines Matching refs:yy_size_t
156 typedef size_t yy_size_t; typedef
298 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
302 void *yyalloc ( yy_size_t );
303 void *yyrealloc ( void *, yy_size_t );
622 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
1064 (yy_size_t) (b->yy_buf_size + 2) ); in yy_get_next_buffer()
1114 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size ); in yy_get_next_buffer()
1345 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); in yy_create_buffer()
1487 yy_size_t num_to_alloc; in yyensure_buffer_stack()
1512 yy_size_t grow_size = 8 /* arbitrary grow size */; in yyensure_buffer_stack()
1534 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) in yy_scan_buffer()
1588 yy_size_t n; in yy_scan_bytes()
1592 n = (yy_size_t) (_yybytes_len + 2); in yy_scan_bytes()
1796 void *yyalloc (yy_size_t size ) in yyalloc()
1801 void *yyrealloc (void * ptr, yy_size_t size ) in yyrealloc()