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

  /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...]

Completed in 13 milliseconds