Searched refs:yy_init (Results 1 - 12 of 12) sorted by relevance

/external/bison/examples/calc++/
H A Dcalc++-scanner.cc347 static int yy_init = 0; /* whether we need to initialize */ variable
815 if ( !(yy_init) )
817 (yy_init) = 1;
1962 (yy_init) = 0;
/external/bison/src/
H A Dscan-skel.c366 static int yy_init = 0; /* whether we need to initialize */ variable
912 if ( !(yy_init) )
914 (yy_init) = 1;
2170 (yy_init) = 0;
H A Dscan-code.c366 static int yy_init = 0; /* whether we need to initialize */ variable
1019 if ( !(yy_init) )
1021 (yy_init) = 1;
2383 (yy_init) = 0;
H A Dscan-gram.c366 static int yy_init = 0; /* whether we need to initialize */ variable
1336 if ( !(yy_init) )
1338 (yy_init) = 1;
3421 (yy_init) = 0;
/external/elfutils/libcpu/
H A Di386_lex.c310 static int yy_init = 0; /* whether we need to initialize */ variable
771 if ( !(yy_init) )
773 (yy_init) = 1;
1895 (yy_init) = 0;
/external/elfutils/src/
H A Dldlex.c311 static int yy_init = 0; /* whether we need to initialize */ variable
1352 if ( !(yy_init) )
1354 (yy_init) = 1;
2687 (yy_init) = 0;
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
H A DTokenizer.cpp586 int yy_init; member in struct:yyguts_t
799 if ( !yyg->yy_init )
801 yyg->yy_init = 1;
2191 yyg->yy_init = 0;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c661 int yy_init; member in struct:yyguts_t
905 if ( !yyg->yy_init )
907 yyg->yy_init = 1;
2459 yyg->yy_init = 0;
H A Dglsl_lexer.cc1170 int yy_init; member in struct:yyguts_t
1394 if ( !yyg->yy_init )
1396 yyg->yy_init = 1;
3704 yyg->yy_init = 0;
H A Dlex.yy.c1209 int yy_init; member in struct:yyguts_t
1432 if ( !yyg->yy_init )
1434 yyg->yy_init = 1;
3565 yyg->yy_init = 0;
/external/libpcap/
H A Dscanner.c270 static int yy_init = 1; /* whether we need to initialize */ variable
2652 if ( (yy_init) )
2654 (yy_init) = 0;
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A Dglslang_lex.cpp826 int yy_init; member in struct:yyguts_t
1037 if ( !yyg->yy_init )
1039 yyg->yy_init = 1;
2762 yyg->yy_init = 0;

Completed in 340 milliseconds