Home
last modified time | relevance | path

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

/linux/scripts/dtc/
A Ddtc-lexer.lex.c272 static int yy_init = 0; /* whether we need to initialize */ variable
831 if ( !(yy_init) )
833 (yy_init) = 1;
2085 (yy_init) = 0; in yy_init_globals()
/linux/scripts/kconfig/
A Dlexer.lex.c291 static int yy_init = 0; /* whether we need to initialize */ variable
2477 if ( !(yy_init) )
2479 (yy_init) = 1;
3814 (yy_init) = 0; in yy_init_globals()

Completed in 11 milliseconds