Home
last modified time | relevance | path

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

/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/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/libpcap/
Dscanner.c311 static int yy_init = 0; /* whether we need to initialize */ variable
2962 if ( !(yy_init) )
2964 (yy_init) = 1;
4660 (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;