/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 567 # define YY_USER_ACTION yylloc->columns (yyleng); macro 784 #ifndef YY_USER_ACTION 785 #define YY_USER_ACTION macro 795 YY_USER_ACTION
|
D | calc++-scanner.ll | 30 # define YY_USER_ACTION yylloc->columns (yyleng);
|
/external/elfutils/libcpu/ |
D | i386_lex.c | 743 #ifndef YY_USER_ACTION 744 #define YY_USER_ACTION macro 756 YY_USER_ACTION
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | initscan-mvs.c | 319 #ifndef YY_USER_ACTION 320 #define YY_USER_ACTION macro 1356 YY_USER_ACTION;
|
/external/bison/src/ |
D | scan-skel.c | 871 #ifndef YY_USER_ACTION 872 #define YY_USER_ACTION macro 882 YY_USER_ACTION
|
D | scan-code.c | 698 #define YY_USER_ACTION location_compute (loc, &loc->end, code_text, code_leng); macro 956 #ifndef YY_USER_ACTION 957 #define YY_USER_ACTION macro 967 YY_USER_ACTION
|
D | scan-gram.c | 996 #define YY_USER_ACTION location_compute (loc, &scanner_cursor, gram_text, gram_leng); macro 1280 #ifndef YY_USER_ACTION 1281 #define YY_USER_ACTION macro 1294 YY_USER_ACTION
|
D | scan-gram.l | 53 #define YY_USER_ACTION location_compute (loc, &scanner_cursor, yytext, yyleng); macro
|
D | scan-code.l | 47 #define YY_USER_ACTION location_compute (loc, &loc->end, yytext, yyleng); macro
|
/external/elfutils/src/ |
D | ldlex.c | 1319 #ifndef YY_USER_ACTION 1320 #define YY_USER_ACTION macro 1332 YY_USER_ACTION
|
/external/libpcap/ |
D | scanner.c | 2628 #ifndef YY_USER_ACTION 2629 #define YY_USER_ACTION macro 2638 YY_USER_ACTION
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_lex.cpp | 773 #define YY_USER_ACTION yylval->lex.line = yylineno; macro 987 #ifndef YY_USER_ACTION 988 #define YY_USER_ACTION macro 997 YY_USER_ACTION
|
D | glslang.l | 37 #define YY_USER_ACTION yylval->lex.line = yylineno; macro
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | initscan.c | 1465 #ifndef YY_USER_ACTION 1466 #define YY_USER_ACTION macro 1478 YY_USER_ACTION
|
D | NEWS | 488 - Documented the "yy_act" variable, which when YY_USER_ACTION is 545 - Fixed multiple invocations of YY_USER_ACTION when using '|' 591 - Fixed bug in YY_USER_ACTION that caused it to be executed 850 - YY_USER_ACTION is now invoked only for "real" actions, not for 1200 - The macro YY_USER_ACTION can be redefined to provide an action
|
D | flex.skl | 438 #ifndef YY_USER_ACTION 439 #define YY_USER_ACTION
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 1755 The macro YY_USER_ACTION can be defined to provide an action 1758 vert yytext to lower-case. When YY_USER_ACTION is invoked, 1764 #define YY_USER_ACTION ++ctr[yy_act] 3341 YY_USER_ACTION
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 1465 The macro `YY_USER_ACTION' can be defined to provide an action which 1468 When `YY_USER_ACTION' is invoked, the variable `yy_act' gives the 1473 #define YY_USER_ACTION ++ctr[yy_act] 2673 YY_USER_ACTION
|
D | flex.texi | 1740 The macro @code{YY_USER_ACTION} can be defined to provide an 1744 @code{YY_USER_ACTION} is invoked, the variable @code{yy_act} gives the 1750 #define YY_USER_ACTION ++ctr[yy_act] 3172 YY_USER_ACTION
|
/external/bison/ |
D | ChangeLog-2012 | 15081 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS. 15094 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
|
/external/bison/doc/ |
D | bison.texi | 10421 # define YY_USER_ACTION yylloc->columns (yyleng);
|
D | bison.info | 9748 # define YY_USER_ACTION yylloc->columns (yyleng);
|