Home | History | Annotate | Download | only in MVS

Lines Matching refs:yy_buf_size

157 #ifndef YY_BUF_SIZE
158 #define YY_BUF_SIZE (YY_READ_BUF_SIZE * 2) /* size of default input buffer */
289 int yy_buf_size;
1310 yy_current_buffer = yycrbffr( yyin, YY_BUF_SIZE );
2268 int num_to_read = yy_current_buffer->yy_buf_size - number_to_move - 1;
2404 &yy_current_buffer->yy_ch_buf[yy_current_buffer->yy_buf_size + 2];
2413 yy_n_chars = yy_current_buffer->yy_buf_size;
2573 b->yy_buf_size = size;
2578 b->yy_ch_buf = (YY_CHAR *) malloc( (unsigned) (b->yy_buf_size + 2) );