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

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 220 static int yy_init = 1; /* whether we need to initialize */ variable in typeref:typename:int
731 if ( yy_init )
733 yy_init = 0;
  /src/tools/m4/bootstrap/
tokenizer.c 284 static int yy_init = 0; /* whether we need to initialize */ variable in typeref:typename:int
701 if ( !(yy_init) )
703 (yy_init) = 1;
1767 (yy_init) = 0;

Completed in 52 milliseconds