Home
last modified time | relevance | path

Searched refs:YY_START (Results 1 – 13 of 13) sorted by relevance

/external/bison/src/
Dscan-gram.l202 context_state = YY_START;
530 context_state = YY_START;
536 context_state = YY_START;
542 context_state = YY_START;
548 context_state = YY_START;
Dscan-gram.c156 #define YY_START (((yy_start) - 1) / 2) macro
157 #define YYSTATE YY_START
1363 fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
1396 context_state = YY_START;
2055 context_state = YY_START;
2065 context_state = YY_START;
2076 context_state = YY_START;
2087 context_state = YY_START;
2395 yy_act = YY_STATE_EOF(YY_START);
Dscan-skel.c156 #define YY_START (((yy_start) - 1) / 2) macro
157 #define YYSTATE YY_START
947 fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
1155 yy_act = YY_STATE_EOF(YY_START);
/external/webkit/WebKitTools/android/flex-2.5.4a/
Dinitscan.c86 #define YY_START ((yy_start - 1) / 2) macro
87 #define YYSTATE YY_START
2708 if ( YY_START == FIRSTCCL )
2839 yy_act = YY_STATE_EOF(YY_START);
3498 yy_start_stack[yy_start_stack_ptr++] = YY_START;
Dscan.l636 if ( YY_START == FIRSTCCL )
Dflex.skl90 #define YY_START ((yy_start - 1) / 2)
91 #define YYSTATE YY_START
606 yy_act = YY_STATE_EOF(YY_START);
1387 yy_start_stack[yy_start_stack_ptr++] = YY_START;
DNEWS415 - You can use "YYSTATE" in your scanner as an alias for YY_START
714 - The new scanner macro YY_START returns an integer value
/external/elfutils/src/
Dldlex.c104 #define YY_START ((yy_start - 1) / 2) macro
105 #define YYSTATE YY_START
1716 yy_act = YY_STATE_EOF(YY_START);
2369 yy_start_stack[yy_start_stack_ptr++] = YY_START;
/external/bluetooth/bluez/tools/
Dlexer.c121 #define YY_START (((yy_start) - 1) / 2) macro
122 #define YYSTATE YY_START
917 yy_act = YY_STATE_EOF(YY_START);
/external/libpcap/
Dscanner.c121 #define YY_START (((yy_start) - 1) / 2) macro
122 #define YYSTATE YY_START
3547 yy_act = YY_STATE_EOF(YY_START);
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dflex.man1341 using the integer-valued YY_START macro. For example, the
1344 comment_caller = YY_START;
1346 Flex provides YYSTATE as an alias for YY_START (since that
1888 - YY_START returns an integer value corresponding to the
3340 YY_START
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info1141 integer-valued `YY_START' macro. For example, the above assignments to
1144 comment_caller = YY_START;
1146 Flex provides `YYSTATE' as an alias for `YY_START' (since that is
1566 - `YY_START' returns an integer value corresponding to the current
2672 YY_START
Dflex.texi1363 using the integer-valued @code{YY_START} macro. For example, the
1368 comment_caller = YY_START;
1371 Flex provides @code{YYSTATE} as an alias for @code{YY_START} (since that
1861 @code{YY_START} returns an integer value corresponding to
3171 YY_START