Home
last modified time | relevance | path

Searched refs:yy_start_stack_depth (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKitTools/android/flex-2.5.4a/
DFlexLexer.h132 int yy_start_stack_depth; variable
Dinitscan.c1368 static int yy_start_stack_depth = 0; variable
3479 if ( yy_start_stack_ptr >= yy_start_stack_depth )
3483 yy_start_stack_depth += YY_START_STACK_INCR;
3484 new_size = yy_start_stack_depth * sizeof( int );
Dflex.skl339 static int yy_start_stack_depth = 0;
666 yy_start_stack_ptr = yy_start_stack_depth = 0;
1368 if ( yy_start_stack_ptr >= yy_start_stack_depth )
1372 yy_start_stack_depth += YY_START_STACK_INCR;
1373 new_size = yy_start_stack_depth * sizeof( int );
/external/elfutils/src/
Dldlex.c1096 static int yy_start_stack_depth = 0; variable
2350 if ( yy_start_stack_ptr >= yy_start_stack_depth )
2354 yy_start_stack_depth += YY_START_STACK_INCR;
2355 new_size = yy_start_stack_depth * sizeof( int );
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/
DBorland-2.4126 "static int yy_start_stack_depth = 0;",
176 static int yy_start_stack_depth = 0;