Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c297 static int yy_init = 0; /* whether we need to initialize */ variable
1003 if ( !(yy_init) )
1005 (yy_init) = 1;
2213 (yy_init) = 0; in yy_init_globals()
Dzconf.lex.c_shipped297 static int yy_init = 0; /* whether we need to initialize */
1003 if ( !(yy_init) )
1005 (yy_init) = 1;
2213 (yy_init) = 0;
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped278 static int yy_init = 0; /* whether we need to initialize */
761 if ( !(yy_init) )
763 (yy_init) = 1;
1818 (yy_init) = 0;
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped288 static int yy_init = 0; /* whether we need to initialize */
859 if ( !(yy_init) )
861 (yy_init) = 1;
2081 (yy_init) = 0;