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

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 234 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
1439 yy_init_buffer( yy_current_buffer, input_file );
1512 yy_init_buffer( b, file );
1545 void yy_init_buffer( YY_BUFFER_STATE b, FILE *file ) function in typeref:typename:void
1547 void yy_init_buffer( b, file )
  /src/tools/m4/bootstrap/
tokenizer.c 302 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
1311 yy_init_buffer(YY_CURRENT_BUFFER,input_file );
1383 yy_init_buffer(b,file );
1415 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) function in typeref:typename:void
1425 /* If b is the current buffer, then yy_init_buffer was _probably_

Completed in 14 milliseconds