Searched refs:yy_init (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
H A DFlexLexer.h157 int yy_init; // whether we need to initialize member in class:yyFlexLexer
H A Dinitscan.c221 static int yy_init = 1; /* whether we need to initialize */ variable
1499 if ( yy_init )
1501 yy_init = 0;
H A Dflex.skl234 static int yy_init = 1; /* whether we need to initialize */
457 if ( yy_init )
459 yy_init = 0;
654 yy_init = 1;
/external/elfutils/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/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/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.c724 int yy_init; member in struct:yyguts_t
963 if ( !yyg->yy_init )
965 yyg->yy_init = 1;
2560 yyg->yy_init = 0;
/external/bison/src/
H A Dscan-skel.c330 static int yy_init = 1; /* whether we need to initialize */ variable
852 if ( (yy_init) )
854 (yy_init) = 0;
H A Dscan-gram.c330 static int yy_init = 1; /* whether we need to initialize */ variable
1267 if ( (yy_init) )
1269 (yy_init) = 0;
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
H A Dinitscan-mvs.c1254 static int yy_init = 1; /* whether we need to initialize */ variable
1294 if ( yy_init )
1314 yy_init = 0;
/external/libpcap/
H A Dscanner.c270 static int yy_init = 1; /* whether we need to initialize */ variable
2652 if ( (yy_init) )
2654 (yy_init) = 0;
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp1082 int yy_init; member in struct:yyguts_t
1301 if ( !yyg->yy_init )
1303 yyg->yy_init = 1;
3572 yyg->yy_init = 0;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp803 int yy_init; member in struct:yyguts_t
1014 if ( !yyg->yy_init )
1016 yyg->yy_init = 1;
2765 yyg->yy_init = 0;

Completed in 968 milliseconds