Home | Sort by: relevance | last modified time | path |
/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; |
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; |
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; |