OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yy_start
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/
FlexLexer.h
158
int
yy_start
; // start state number
member in class:yyFlexLexer
initscan.c
80
#define BEGIN
yy_start
= 1 + 2 *
86
#define
YY_START
((
yy_start
- 1) / 2)
87
#define YYSTATE
YY_START
222
static int
yy_start
= 0; /* start state number */
variable
[
all
...]
/external/webkit/Source/WebCore/css/
CSSParser.h
316
int
yy_start
;
member in class:WebCore::CSSParser
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c
133
#define BEGIN
yy_start
= 1 + 2 *
1255
static int
yy_start
= 0; \/* start state number *\/
variable
[
all
...]
/external/bison/examples/calc++/
calc++-scanner.cc
168
#define BEGIN (
yy_start
) = 1 + 2 *
174
#define
YY_START
(((
yy_start
) - 1) / 2)
175
#define YYSTATE
YY_START
348
static int
yy_start
= 0; /* start state number */
variable
823
if ( ! (
yy_start
) )
824
(
yy_start
) = 1; /* first start state */
863
yy_current_state = (
yy_start
);
910
fprintf( stderr, "--EOF (start condition %d)\n",
YY_START
);
1071
yy_act = YY_STATE_EOF(
YY_START
);
[
all
...]
/external/bison/src/
scan-skel.c
187
#define BEGIN (
yy_start
) = 1 + 2 *
193
#define
YY_START
(((
yy_start
) - 1) / 2)
194
#define YYSTATE
YY_START
367
static int
yy_start
= 0; /* start state number */
variable
920
if ( ! (
yy_start
) )
921
(
yy_start
) = 1; /* first start state */
960
yy_current_state = (
yy_start
);
1007
fprintf( stderr, "--EOF (start condition %d)\n",
YY_START
);
[
all
...]
scan-code.c
187
#define BEGIN (
yy_start
) = 1 + 2 *
193
#define
YY_START
(((
yy_start
) - 1) / 2)
194
#define YYSTATE
YY_START
367
static int
yy_start
= 0; /* start state number */
variable
1027
if ( ! (
yy_start
) )
1028
(
yy_start
) = 1; /* first start state */
1067
yy_current_state = (
yy_start
);
1114
fprintf( stderr, "--EOF (start condition %d)\n",
YY_START
);
[
all
...]
scan-gram.c
187
#define BEGIN (
yy_start
) = 1 + 2 *
193
#define
YY_START
(((
yy_start
) - 1) / 2)
194
#define YYSTATE
YY_START
367
static int
yy_start
= 0; /* start state number */
variable
[
all
...]
/external/elfutils/libcpu/
i386_lex.c
143
#define BEGIN (
yy_start
) = 1 + 2 *
149
#define
YY_START
(((
yy_start
) - 1) / 2)
150
#define YYSTATE
YY_START
311
static int
yy_start
= 0; /* start state number */
variable
779
if ( ! (
yy_start
) )
780
(
yy_start
) = 1; /* first start state */
809
yy_current_state = (
yy_start
);
1066
yy_act = YY_STATE_EOF(
YY_START
);
[
all
...]
/external/elfutils/src/
ldlex.c
144
#define BEGIN (
yy_start
) = 1 + 2 *
150
#define
YY_START
(((
yy_start
) - 1) / 2)
151
#define YYSTATE
YY_START
312
static int
yy_start
= 0; /* start state number */
variable
[
all
...]
/external/libpcap/
scanner.c
115
#define BEGIN (
yy_start
) = 1 + 2 *
121
#define
YY_START
(((
yy_start
) - 1) / 2)
122
#define YYSTATE
YY_START
271
static int
yy_start
= 0; /* start state number */
variable
[
all
...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp
151
#define BEGIN yyg->
yy_start
= 1 + 2 *
157
#define
YY_START
((yyg->
yy_start
- 1) / 2)
158
#define YYSTATE
YY_START
804
int
yy_start
;
member in struct:yyguts_t
[
all
...]
/system/core/sh/
arith_lex.c
116
#define BEGIN (
yy_start
) = 1 + 2 *
122
#define
YY_START
(((
yy_start
) - 1) / 2)
123
#define YYSTATE
YY_START
272
static int
yy_start
= 0; /* start state number */
variable
688
if ( ! (
yy_start
) )
689
(
yy_start
) = 1; /* first start state */
718
yy_current_state = (
yy_start
);
1005
yy_act = YY_STATE_EOF(
YY_START
);
1185
yy_current_state = (
yy_start
);
[
all
...]
Completed in 385 milliseconds