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 ); \
4524 yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE));
4594 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
4825 yy_create_buffer( yyin, YY_BUF_SIZE );
7516 yy_create_buffer( yyin, YY_BUF_SIZE );
7572 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
7578 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
7587 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
7597 * @param b a buffer created with yy_create_buffer()