Symbol: yy_buffer_state
sbin/unwind/libunbound/util/configlexer.c
159
typedef struct yy_buffer_state *YY_BUFFER_STATE;
sbin/unwind/libunbound/util/configlexer.c
6788
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
sbin/unwind/libunbound/util/configlexer.c
6948
(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
sbin/unwind/libunbound/util/configlexer.c
6949
(num_to_alloc * sizeof(struct yy_buffer_state*)
sbin/unwind/libunbound/util/configlexer.c
6954
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
sbin/unwind/libunbound/util/configlexer.c
6967
(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
sbin/unwind/libunbound/util/configlexer.c
6969
num_to_alloc * sizeof(struct yy_buffer_state*)
sbin/unwind/libunbound/util/configlexer.c
6975
memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
sbin/unwind/libunbound/util/configlexer.c
6996
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
usr.bin/lex/FlexLexer.h
124
void yy_switch_to_buffer( struct yy_buffer_state* new_buffer );
usr.bin/lex/FlexLexer.h
125
struct yy_buffer_state* yy_create_buffer( FLEX_STD istream* s, int size );
usr.bin/lex/FlexLexer.h
126
void yy_delete_buffer( struct yy_buffer_state* b );
usr.bin/lex/FlexLexer.h
129
void yypush_buffer_state( struct yy_buffer_state* new_buffer );
usr.bin/lex/FlexLexer.h
145
void yy_init_buffer( struct yy_buffer_state* b, FLEX_STD istream* s );
usr.bin/lex/FlexLexer.h
146
void yy_flush_buffer( struct yy_buffer_state* b );
usr.bin/lex/FlexLexer.h
182
struct yy_buffer_state ** yy_buffer_stack; /**< Stack as an array. */
usr.bin/lex/FlexLexer.h
62
struct yy_buffer_state;
usr.bin/lex/FlexLexer.h
73
yy_switch_to_buffer( struct yy_buffer_state* new_buffer ) = 0;
usr.bin/lex/FlexLexer.h
74
virtual struct yy_buffer_state*
usr.bin/lex/FlexLexer.h
76
virtual void yy_delete_buffer( struct yy_buffer_state* b ) = 0;