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-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/skia/src/sksl/
Dlex.layout.c627 int yy_init; member
821 if ( !yyg->yy_init )
823 yyg->yy_init = 1;
2082 yyg->yy_init = 0; in yy_init_globals()
Dlex.sksl.c682 int yy_init; member
880 if ( !yyg->yy_init )
882 yyg->yy_init = 1;
2502 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/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp1103 int yy_init; member
1333 if ( !yyg->yy_init )
1335 yyg->yy_init = 1;
3235 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;