HomeSort by relevance Sort by last modified time
    Searched refs:yy_current_buffer (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
flex.skl 213 static YY_BUFFER_STATE yy_current_buffer = 0;
220 #define YY_CURRENT_BUFFER yy_current_buffer
250 #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
265 if ( ! yy_current_buffer ) \
266 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
267 yy_current_buffer->yy_is_interactive = is_interactive; \
272 if ( ! yy_current_buffer ) \
273 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
274 yy_current_buffer->yy_at_bol = at_bol;
    [all...]
initscan.c 202 static YY_BUFFER_STATE yy_current_buffer = 0; variable
208 #define YY_CURRENT_BUFFER yy_current_buffer
237 #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
251 if ( ! yy_current_buffer ) \
252 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
253 yy_current_buffer->yy_is_interactive = is_interactive; \
258 if ( ! yy_current_buffer ) \
259 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
260 yy_current_buffer->yy_at_bol = at_bol;
    [all...]
FlexLexer.h 146 struct yy_buffer_state* yy_current_buffer; member in class:yyFlexLexer
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 142 yyinbffr( yy_current_buffer, yyin ); \
303 static YY_BUFFER_STATE yy_current_buffer; variable
309 #define YY_CURRENT_BUFFER yy_current_buffer
    [all...]

Completed in 216 milliseconds