Home
last modified time | relevance | path

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

/external/iproute2/tc/
Demp_ematch.lex.c296 static int yy_init = 0; /* whether we need to initialize */ variable
776 if ( !(yy_init) )
778 (yy_init) = 1;
1966 (yy_init) = 0; in yy_init_globals()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp1004 int yy_init; member
1337 if ( !yyg->yy_init )
1339 yyg->yy_init = 1;
2853 yyg->yy_init = 0; in yy_init_globals()
/external/libpcap/
Dscanner.c3011 int yy_init; member
3225 if ( !yyg->yy_init )
3227 yyg->yy_init = 1;
5292 yyg->yy_init = 0; in yy_init_globals()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp1217 int yy_init; member
1550 if ( !yyg->yy_init )
1552 yyg->yy_init = 1;
3496 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;