Home | History | Annotate | Download | only in elftosb2

Lines Matching defs:YY_BUFFER_STATE

162 typedef struct yy_buffer_state *YY_BUFFER_STATE;
209 struct yy_buffer_state
1527 YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
1798 void yyFlexLexer::yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
1843 YY_BUFFER_STATE yyFlexLexer::yy_create_buffer( std::istream* file, int size )
1845 YY_BUFFER_STATE b;
1847 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1871 void yyFlexLexer::yy_delete_buffer( YY_BUFFER_STATE b )
1878 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1890 void yyFlexLexer::yy_init_buffer( YY_BUFFER_STATE b, std::istream* file )
1917 void yyFlexLexer::yy_flush_buffer( YY_BUFFER_STATE b )
1946 void yyFlexLexer::yypush_buffer_state (YY_BUFFER_STATE new_buffer)
2006 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
2007 (num_to_alloc * sizeof(struct yy_buffer_state*)
2012 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2025 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
2027 num_to_alloc * sizeof(struct yy_buffer_state*)
2033 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));