Lines Matching defs:yy_create_buffer
286 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
305 #define yy_new_buffer yy_create_buffer
311 yy_create_buffer( yyin, YY_BUF_SIZE ); \
320 yy_create_buffer( yyin, YY_BUF_SIZE ); \
4423 yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE));
4493 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
4724 yy_create_buffer( yyin, YY_BUF_SIZE );
7370 yy_create_buffer( yyin, YY_BUF_SIZE );
7426 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
7432 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
7441 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
7451 * @param b a buffer created with yy_create_buffer()