Lines Matching refs:yy_create_buffer
63 #define yy_create_buffer M4_YY_PREFIX[[_create_buffer]]
588 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size M4_YY_PROTO_LAST_ARG );
614 #define yy_new_buffer yy_create_buffer
620 yy_create_buffer( yyin, YY_BUF_SIZE M4_YY_CALL_LAST_ARG); \
629 yy_create_buffer( yyin, YY_BUF_SIZE M4_YY_CALL_LAST_ARG); \
1240 yy_create_buffer( yyin, YY_BUF_SIZE M4_YY_CALL_LAST_ARG);
1487 …yy_switch_to_buffer( yy_create_buffer( new_in, YY_BUF_SIZE M4_YY_CALL_LAST_ARG) M4_YY_CALL_LAST_A…
1911 yy_create_buffer( yyin, YY_BUF_SIZE M4_YY_CALL_LAST_ARG);
2001 YY_BUFFER_STATE yy_create_buffer YYFARGS2( FILE *,file, int ,size)
2004 YY_BUFFER_STATE yyFlexLexer::yy_create_buffer( std::istream& file, int size )
2012 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
2021 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
2037 YY_BUFFER_STATE yyFlexLexer::yy_create_buffer( std::istream* file, int size )
2039 return yy_create_buffer( *file, size );
2044 * @param b a buffer created with yy_create_buffer()