Home | History | Annotate | Download | only in sh

Lines Matching refs:YY_BUFFER_STATE

140 typedef struct yy_buffer_state *YY_BUFFER_STATE;
181 struct yy_buffer_state
247 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
280 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
281 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
282 void yy_delete_buffer (YY_BUFFER_STATE b );
283 void yy_flush_buffer (YY_BUFFER_STATE b );
284 void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
289 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
293 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
294 YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
295 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
1107 YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
1368 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
1413 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1415 YY_BUFFER_STATE b;
1417 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1441 void yy_delete_buffer (YY_BUFFER_STATE b )
1448 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1464 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
1492 void yy_flush_buffer (YY_BUFFER_STATE b )
1521 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1581 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1582 (num_to_alloc * sizeof(struct yy_buffer_state*)
1585 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1598 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
1600 num_to_alloc * sizeof(struct yy_buffer_state*)
1604 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1615 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
1617 YY_BUFFER_STATE b;
1625 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1652 YY_BUFFER_STATE yy_scan_string (yyconst char * yy_str )
1665 YY_BUFFER_STATE yy_scan_bytes (yyconst char * bytes, int len )
1667 YY_BUFFER_STATE b;