Home
last modified time | relevance | path

Searched refs:yy_init (Results 1 – 10 of 10) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
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; in yy_init_globals()
Dparse-events-flex.c1136 int yy_init; member
1373 if ( !yyg->yy_init )
1375 yyg->yy_init = 1;
2888 yyg->yy_init = 0; in yy_init_globals()
/external/bison/examples/calc++/
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; in yy_init_globals()
/external/elfutils/src/libcpu/
Di386_lex.c311 static int yy_init = 0; /* whether we need to initialize */ variable
775 if ( !(yy_init) )
777 (yy_init) = 1;
1899 (yy_init) = 0; in yy_init_globals()
/external/bison/src/
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; in yy_init_globals()
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; in yy_init_globals()
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; in yy_init_globals()
/external/elfutils/src/src/
Dldlex.c312 static int yy_init = 0; /* whether we need to initialize */ variable
1345 if ( !(yy_init) )
1347 (yy_init) = 1;
2680 (yy_init) = 0; in yy_init_globals()
/external/libpcap/
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; in yy_init_globals()
/external/toybox/kconfig/
Dlex.zconf.c_shipped282 static int yy_init = 0; /* whether we need to initialize */
959 if ( !(yy_init) )
961 (yy_init) = 1;
2152 (yy_init) = 0;