Searched refs:yy_init (Results 1 - 14 of 14) 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/0.153/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/0.153/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/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu-flex.c306 static int yy_init = 0; /* whether we need to initialize */ variable
697 if ( !(yy_init) )
699 (yy_init) = 1;
1739 (yy_init) = 0;
H A Dparse-events-flex.c1136 int yy_init; member in struct:yyguts_t
1373 if ( !yyg->yy_init )
1375 yyg->yy_init = 1;
2888 yyg->yy_init = 0;
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp606 int yy_init; member in struct:yyguts_t
823 if ( !yyg->yy_init )
825 yyg->yy_init = 1;
2217 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.c307 static int yy_init = 0; /* whether we need to initialize */ variable
2964 if ( !(yy_init) )
2966 (yy_init) = 1;
4655 (yy_init) = 0;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp1048 int yy_init; member in struct:yyguts_t
1265 if ( !yyg->yy_init )
1267 yyg->yy_init = 1;
3084 yyg->yy_init = 0;

Completed in 6830 milliseconds