HomeSort by: relevance | last modified time | path
    Searched defs:YY_BUFFER_STATE (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 99 typedef struct yy_buffer_state *YY_BUFFER_STATE;
144 struct yy_buffer_state struct
201 static YY_BUFFER_STATE yy_current_buffer = 0;
230 void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
232 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
233 void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
234 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
235 void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
238 YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ))
    [all...]
  /src/tools/m4/bootstrap/
tokenizer.c 158 typedef struct yy_buffer_state *YY_BUFFER_STATE;
194 struct yy_buffer_state struct
260 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
293 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
294 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
295 void yy_delete_buffer (YY_BUFFER_STATE b );
296 void yy_flush_buffer (YY_BUFFER_STATE b );
297 void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
302 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file )
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.c 151 typedef struct yy_buffer_state *YY_BUFFER_STATE;
187 struct yy_buffer_state struct
253 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
285 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
286 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
287 void yy_delete_buffer ( YY_BUFFER_STATE b );
288 void yy_flush_buffer ( YY_BUFFER_STATE b );
289 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
294 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
lex.c 151 typedef struct yy_buffer_state *YY_BUFFER_STATE;
187 struct yy_buffer_state struct
253 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
285 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
286 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
287 void yy_delete_buffer ( YY_BUFFER_STATE b );
288 void yy_flush_buffer ( YY_BUFFER_STATE b );
289 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
294 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-lex.c 151 typedef struct yy_buffer_state *YY_BUFFER_STATE;
187 struct yy_buffer_state struct
253 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
285 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
286 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
287 void yy_delete_buffer ( YY_BUFFER_STATE b );
288 void yy_flush_buffer ( YY_BUFFER_STATE b );
289 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
294 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_lexer.cpp 162 typedef struct yy_buffer_state *YY_BUFFER_STATE;
209 struct yy_buffer_state struct
1527 YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
1798 void yyFlexLexer::yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
1843 YY_BUFFER_STATE yyFlexLexer::yy_create_buffer( std::istream* file, int size )
1845 YY_BUFFER_STATE b;
1847 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1871 void yyFlexLexer::yy_delete_buffer( YY_BUFFER_STATE b
    [all...]
  /src/external/bsd/nsd/dist/
configlexer.c 409 typedef struct yy_buffer_state *YY_BUFFER_STATE;
445 struct yy_buffer_state struct
511 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
543 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
544 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
545 void yy_delete_buffer ( YY_BUFFER_STATE b );
546 void yy_flush_buffer ( YY_BUFFER_STATE b );
547 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
552 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
  /src/external/bsd/unbound/dist/util/
configlexer.c 151 typedef struct yy_buffer_state *YY_BUFFER_STATE;
187 struct yy_buffer_state struct
253 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
285 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
286 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
287 void yy_delete_buffer ( YY_BUFFER_STATE b );
288 void yy_flush_buffer ( YY_BUFFER_STATE b );
289 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
294 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
arlex.c 149 typedef struct yy_buffer_state *YY_BUFFER_STATE;
185 struct yy_buffer_state struct
251 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
283 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
284 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
285 void yy_delete_buffer ( YY_BUFFER_STATE b );
286 void yy_flush_buffer ( YY_BUFFER_STATE b );
287 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
292 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
deflex.c 149 typedef struct yy_buffer_state *YY_BUFFER_STATE;
185 struct yy_buffer_state struct
251 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
283 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
284 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
285 void yy_delete_buffer ( YY_BUFFER_STATE b );
286 void yy_flush_buffer ( YY_BUFFER_STATE b );
287 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
292 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
syslex.c 149 typedef struct yy_buffer_state *YY_BUFFER_STATE;
185 struct yy_buffer_state struct
251 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
283 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
284 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
285 void yy_delete_buffer ( YY_BUFFER_STATE b );
286 void yy_flush_buffer ( YY_BUFFER_STATE b );
287 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
292 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
bfin-lex.c 149 typedef struct yy_buffer_state *YY_BUFFER_STATE;
185 struct yy_buffer_state struct
251 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
283 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
284 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
285 void yy_delete_buffer ( YY_BUFFER_STATE b );
286 void yy_flush_buffer ( YY_BUFFER_STATE b );
287 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
292 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
loongarch-lex.c 149 typedef struct yy_buffer_state *YY_BUFFER_STATE;
185 struct yy_buffer_state struct
251 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
283 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
284 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
285 void yy_delete_buffer ( YY_BUFFER_STATE b );
286 void yy_flush_buffer ( YY_BUFFER_STATE b );
287 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
292 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
tc-bfin.c 32 struct yy_buffer_state;
33 typedef struct yy_buffer_state *YY_BUFFER_STATE;
34 extern YY_BUFFER_STATE yy_scan_string (const char *yy_str);
35 extern void yy_delete_buffer (YY_BUFFER_STATE b);
578 YY_BUFFER_STATE buffstate;
  /src/external/gpl3/binutils/dist/gas/
itbl-lex.c 149 typedef struct yy_buffer_state *YY_BUFFER_STATE;
185 struct yy_buffer_state struct
251 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
283 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
284 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
285 void yy_delete_buffer ( YY_BUFFER_STATE b );
286 void yy_flush_buffer ( YY_BUFFER_STATE b );
287 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
292 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
arlex.c 149 typedef struct yy_buffer_state *YY_BUFFER_STATE;
185 struct yy_buffer_state struct
251 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
283 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
284 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
285 void yy_delete_buffer ( YY_BUFFER_STATE b );
286 void yy_flush_buffer ( YY_BUFFER_STATE b );
287 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
292 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
deflex.c 149 typedef struct yy_buffer_state *YY_BUFFER_STATE;
185 struct yy_buffer_state struct
251 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
283 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
284 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
285 void yy_delete_buffer ( YY_BUFFER_STATE b );
286 void yy_flush_buffer ( YY_BUFFER_STATE b );
287 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
292 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
syslex.c 149 typedef struct yy_buffer_state *YY_BUFFER_STATE;
185 struct yy_buffer_state struct
251 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
283 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
284 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
285 void yy_delete_buffer ( YY_BUFFER_STATE b );
286 void yy_flush_buffer ( YY_BUFFER_STATE b );
287 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
292 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-lex.c 149 typedef struct yy_buffer_state *YY_BUFFER_STATE;
185 struct yy_buffer_state struct
251 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
283 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
284 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
285 void yy_delete_buffer ( YY_BUFFER_STATE b );
286 void yy_flush_buffer ( YY_BUFFER_STATE b );
287 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
292 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
loongarch-lex.c 149 typedef struct yy_buffer_state *YY_BUFFER_STATE;
185 struct yy_buffer_state struct
251 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
283 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
284 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
285 void yy_delete_buffer ( YY_BUFFER_STATE b );
286 void yy_flush_buffer ( YY_BUFFER_STATE b );
287 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
292 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
tc-bfin.c 32 struct yy_buffer_state;
33 typedef struct yy_buffer_state *YY_BUFFER_STATE;
34 extern YY_BUFFER_STATE yy_scan_string (const char *yy_str);
35 extern void yy_delete_buffer (YY_BUFFER_STATE b);
578 YY_BUFFER_STATE buffstate;
  /src/external/gpl3/binutils.old/dist/gas/
itbl-lex.c 149 typedef struct yy_buffer_state *YY_BUFFER_STATE;
185 struct yy_buffer_state struct
251 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
283 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
284 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
285 void yy_delete_buffer ( YY_BUFFER_STATE b );
286 void yy_flush_buffer ( YY_BUFFER_STATE b );
287 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
292 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gengtype-lex.cc 155 typedef struct yy_buffer_state *YY_BUFFER_STATE;
191 struct yy_buffer_state struct
257 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
289 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
290 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
291 void yy_delete_buffer ( YY_BUFFER_STATE b );
292 void yy_flush_buffer ( YY_BUFFER_STATE b );
293 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
298 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-lex.cc 155 typedef struct yy_buffer_state *YY_BUFFER_STATE;
191 struct yy_buffer_state struct
257 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
289 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
290 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
291 void yy_delete_buffer ( YY_BUFFER_STATE b );
292 void yy_flush_buffer ( YY_BUFFER_STATE b );
293 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
298 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file )
    [all...]
  /src/external/lgpl3/gmp/dist/demos/calc/
calclex.c 164 typedef struct yy_buffer_state *YY_BUFFER_STATE;
200 struct yy_buffer_state struct
266 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
300 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
301 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
302 void yy_delete_buffer (YY_BUFFER_STATE b );
303 void yy_flush_buffer (YY_BUFFER_STATE b );
304 void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
309 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file )
    [all...]

Completed in 42 milliseconds

1 2