OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yy_start_stack
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebKitTools/android/flex-2.5.4a/
FlexLexer.h
133
int*
yy_start_stack
;
member in class:yyFlexLexer
flex.skl
340
static int *
yy_start_stack
= 0;
667
yy_start_stack
= 0;
1375
if ( !
yy_start_stack
)
1376
yy_start_stack
= (int *) yy_flex_alloc( new_size );
1379
yy_start_stack
= (int *) yy_flex_realloc(
1380
(void *)
yy_start_stack
, new_size );
1382
if ( !
yy_start_stack
)
1387
yy_start_stack
[yy_start_stack_ptr++] = YY_START;
1404
BEGIN(
yy_start_stack
[yy_start_stack_ptr]);
1416
return
yy_start_stack
[yy_start_stack_ptr - 1]
[
all
...]
initscan.c
1369
static int *
yy_start_stack
= 0;
variable
[
all
...]
/external/elfutils/src/
ldlex.c
1097
static int *
yy_start_stack
= 0;
variable
[
all
...]
Completed in 442 milliseconds