• Home
  • Raw
  • Download

Lines Matching refs:YY_BUFFER_STATE

172 typedef struct yy_buffer_state *YY_BUFFER_STATE;  typedef
287 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
320 void i386__switch_to_buffer (YY_BUFFER_STATE new_buffer );
321 YY_BUFFER_STATE i386__create_buffer (FILE *file,int size );
322 void i386__delete_buffer (YY_BUFFER_STATE b );
323 void i386__flush_buffer (YY_BUFFER_STATE b );
324 void i386_push_buffer_state (YY_BUFFER_STATE new_buffer );
329 static void i386__init_buffer (YY_BUFFER_STATE b,FILE *file );
333 YY_BUFFER_STATE i386__scan_buffer (char *base,yy_size_t size );
334 YY_BUFFER_STATE i386__scan_string (yyconst char *yy_str );
335 YY_BUFFER_STATE i386__scan_bytes (yyconst char *bytes,yy_size_t len );
1172 YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; in yy_get_next_buffer()
1452 void i386__switch_to_buffer (YY_BUFFER_STATE new_buffer ) in i386__switch_to_buffer()
1497 YY_BUFFER_STATE i386__create_buffer (FILE * file, int size ) in i386__create_buffer()
1499 YY_BUFFER_STATE b; in i386__create_buffer()
1501 b = (YY_BUFFER_STATE) i386_alloc(sizeof( struct yy_buffer_state ) ); in i386__create_buffer()
1525 void i386__delete_buffer (YY_BUFFER_STATE b ) in i386__delete_buffer()
1532 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; in i386__delete_buffer()
1544 static void i386__init_buffer (YY_BUFFER_STATE b, FILE * file ) in i386__init_buffer()
1572 void i386__flush_buffer (YY_BUFFER_STATE b ) in i386__flush_buffer()
1601 void i386_push_buffer_state (YY_BUFFER_STATE new_buffer ) in i386_push_buffer_state()
1699 YY_BUFFER_STATE i386__scan_buffer (char * base, yy_size_t size ) in i386__scan_buffer()
1701 YY_BUFFER_STATE b; in i386__scan_buffer()
1709 b = (YY_BUFFER_STATE) i386_alloc(sizeof( struct yy_buffer_state ) ); in i386__scan_buffer()
1736 YY_BUFFER_STATE i386__scan_string (yyconst char * yystr ) in i386__scan_string()
1749 YY_BUFFER_STATE i386__scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) in i386__scan_bytes()
1751 YY_BUFFER_STATE b; in i386__scan_bytes()