OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yy_init
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/
FlexLexer.h
157
int
yy_init
; // whether we need to initialize
member in class:yyFlexLexer
initscan.c
221
static int
yy_init
= 1; /* whether we need to initialize */
variable
[
all
...]
flex.skl
234
static int
yy_init
= 1; /* whether we need to initialize */
457
if (
yy_init
)
459
yy_init
= 0;
654
yy_init
= 1;
[
all
...]
/external/mesa3d/src/glsl/glcpp/
glcpp-lex.c
724
int
yy_init
;
member in struct:yyguts_t
[
all
...]
/external/bison/src/
scan-skel.c
330
static int
yy_init
= 1; /* whether we need to initialize */
variable
852
if ( (
yy_init
) )
854
(
yy_init
) = 0;
[
all
...]
scan-gram.c
330
static int
yy_init
= 1; /* whether we need to initialize */
variable
[
all
...]
/external/bluetooth/bluez/tools/
lexer.c
270
static int
yy_init
= 1; /* whether we need to initialize */
variable
665
if ( (
yy_init
) )
667
(
yy_init
) = 0;
[
all
...]
/external/elfutils/src/
ldlex.c
239
static int
yy_init
= 1; /* whether we need to initialize */
variable
[
all
...]
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c
1254
static int
yy_init
= 1; \/* whether we need to initialize *\/
variable
[
all
...]
/system/core/sh/
arith_lex.c
271
static int
yy_init
= 1; /* whether we need to initialize */
variable
680
if ( (
yy_init
) )
682
(
yy_init
) = 0;
[
all
...]
/external/libpcap/
scanner.c
270
static int
yy_init
= 1; /* whether we need to initialize */
variable
[
all
...]
/external/mesa3d/src/glsl/
glsl_lexer.cpp
1082
int
yy_init
;
member in struct:yyguts_t
[
all
...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp
803
int
yy_init
;
member in struct:yyguts_t
[
all
...]
Completed in 350 milliseconds