Home
last modified time | relevance | path

Searched refs:yy_init (Results 1 – 10 of 10) 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-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()
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()
/external/skia/src/sksl/
Dlex.layout.c634 int yy_init; member
836 if ( !yyg->yy_init )
838 yyg->yy_init = 1;
2122 yyg->yy_init = 0; in yy_init_globals()
Dlex.sksl.c700 int yy_init; member
902 if ( !yyg->yy_init )
904 yyg->yy_init = 1;
2565 yyg->yy_init = 0; in yy_init_globals()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp628 int yy_init; member
852 if ( !yyg->yy_init )
854 yyg->yy_init = 1;
2256 yyg->yy_init = 0; in yy_init_globals()
/external/libpcap/
Dscanner.c2831 int yy_init; member
3041 if ( !yyg->yy_init )
3043 yyg->yy_init = 1;
4957 yyg->yy_init = 0; in yy_init_globals()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp1098 int yy_init; member
1322 if ( !yyg->yy_init )
1324 yyg->yy_init = 1;
3163 yyg->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;