| /openbsd-src/usr.bin/lex/ |
| H A D | FlexLexer.h | 62 struct yy_buffer_state; 73 yy_switch_to_buffer( struct yy_buffer_state* new_buffer ) = 0; 74 virtual struct yy_buffer_state* 76 virtual void yy_delete_buffer( struct yy_buffer_state* b ) = 0; 124 void yy_switch_to_buffer( struct yy_buffer_state* new_buffer ); 125 struct yy_buffer_state* yy_create_buffer( FLEX_STD istream* s, int size ); 126 void yy_delete_buffer( struct yy_buffer_state* b ); 129 void yypush_buffer_state( struct yy_buffer_state* new_buffer ); 145 void yy_init_buffer( struct yy_buffer_state* b, FLEX_STD istream* s ); 146 void yy_flush_buffer( struct yy_buffer_state* b ); [all …]
|
| H A D | flex.skl | 465 typedef struct yy_buffer_state *YY_BUFFER_STATE; 546 struct yy_buffer_state 2050 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) M4_YY_CALL_LAST_ARG ); 2270 YY_G(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc 2271 (num_to_alloc * sizeof(struct yy_buffer_state*) 2277 memset(YY_G(yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); 2290 YY_G(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc 2292 num_to_alloc * sizeof(struct yy_buffer_state*) 2298 …YY_G(yy_buffer_stack) + YY_G(yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); 2327 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) M4_YY_CALL_LAST_ARG );
|
| H A D | ONEWS | 345 void yy_flush_buffer( struct yy_buffer_state* b ) 501 an opaque "struct yy_buffer_state".
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gengtype-lex.c | 140 typedef struct yy_buffer_state *YY_BUFFER_STATE; 181 struct yy_buffer_state struct 3093 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); in yy_create_buffer() 3253 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack() 3254 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack() 3257 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack() 3270 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc in yyensure_buffer_stack() 3272 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack() 3276 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack() 3297 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); in yy_scan_buffer()
|
| /openbsd-src/sbin/unwind/libunbound/util/ |
| H A D | configlexer.c | 159 typedef struct yy_buffer_state *YY_BUFFER_STATE; 196 struct yy_buffer_state struct 6501 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); in yy_create_buffer() 6661 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack() 6662 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack() 6667 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack() 6680 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc 6682 num_to_alloc * sizeof(struct yy_buffer_state*) in yy_scan_buffer() 6688 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in yy_scan_buffer() 6709 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); in yy_scan_buffer() 198 yy_input_fileyy_buffer_state global() argument 200 yy_ch_bufyy_buffer_state global() argument 201 yy_buf_posyy_buffer_state global() argument 206 yy_buf_sizeyy_buffer_state global() argument 211 yy_n_charsyy_buffer_state global() argument 217 yy_is_our_bufferyy_buffer_state global() argument 224 yy_is_interactiveyy_buffer_state global() argument 230 yy_at_bolyy_buffer_state global() argument 232 yy_bs_linenoyy_buffer_state global() argument 233 yy_bs_columnyy_buffer_state global() argument 238 yy_fill_bufferyy_buffer_state global() argument 240 yy_buffer_statusyy_buffer_state global() argument [all...] |
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | itbl-lex.c | 102 typedef struct yy_buffer_state *YY_BUFFER_STATE; 147 struct yy_buffer_state struct 1336 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) ); 1461 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | deflex.c | 102 typedef struct yy_buffer_state *YY_BUFFER_STATE; 147 struct yy_buffer_state struct 1502 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) ); 1627 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
|
| H A D | rclex.c | 102 typedef struct yy_buffer_state *YY_BUFFER_STATE; 147 struct yy_buffer_state struct 1979 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) ); 2104 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | bfin-lex.c | 102 typedef struct yy_buffer_state *YY_BUFFER_STATE; 147 struct yy_buffer_state struct 2783 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) ); 2908 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-bfin.c | 36 struct yy_buffer_state; 37 typedef struct yy_buffer_state *YY_BUFFER_STATE;
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ldlex.l | 481 b = malloc (sizeof (struct yy_buffer_state));
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ldlex.l | 487 b = malloc (sizeof (struct yy_buffer_state));
|