Home
last modified time | relevance | path

Searched refs:YY_USER_ACTION (Results 1 – 22 of 22) sorted by relevance

/external/bison/examples/calc++/
Dcalc++-scanner.cc567 # define YY_USER_ACTION yylloc->columns (yyleng); macro
784 #ifndef YY_USER_ACTION
785 #define YY_USER_ACTION macro
795 YY_USER_ACTION
Dcalc++-scanner.ll30 # define YY_USER_ACTION yylloc->columns (yyleng);
/external/elfutils/libcpu/
Di386_lex.c743 #ifndef YY_USER_ACTION
744 #define YY_USER_ACTION macro
756 YY_USER_ACTION
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Dinitscan-mvs.c319 #ifndef YY_USER_ACTION
320 #define YY_USER_ACTION macro
1356 YY_USER_ACTION;
/external/bison/src/
Dscan-skel.c871 #ifndef YY_USER_ACTION
872 #define YY_USER_ACTION macro
882 YY_USER_ACTION
Dscan-code.c698 #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
Dscan-gram.c996 #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
Dscan-gram.l53 #define YY_USER_ACTION location_compute (loc, &scanner_cursor, yytext, yyleng); macro
Dscan-code.l47 #define YY_USER_ACTION location_compute (loc, &loc->end, yytext, yyleng); macro
/external/elfutils/src/
Dldlex.c1319 #ifndef YY_USER_ACTION
1320 #define YY_USER_ACTION macro
1332 YY_USER_ACTION
/external/libpcap/
Dscanner.c2628 #ifndef YY_USER_ACTION
2629 #define YY_USER_ACTION macro
2638 YY_USER_ACTION
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_lex.cpp773 #define YY_USER_ACTION yylval->lex.line = yylineno; macro
987 #ifndef YY_USER_ACTION
988 #define YY_USER_ACTION macro
997 YY_USER_ACTION
Dglslang.l37 #define YY_USER_ACTION yylval->lex.line = yylineno; macro
/external/webkit/Tools/android/flex-2.5.4a/
Dinitscan.c1465 #ifndef YY_USER_ACTION
1466 #define YY_USER_ACTION macro
1478 YY_USER_ACTION
DNEWS488 - 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
Dflex.skl438 #ifndef YY_USER_ACTION
439 #define YY_USER_ACTION
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dflex.man1755 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/
Dflex.info1465 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
Dflex.texi1740 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/
DChangeLog-201215081 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
15094 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
/external/bison/doc/
Dbison.texi10421 # define YY_USER_ACTION yylloc->columns (yyleng);
Dbison.info9748 # define YY_USER_ACTION yylloc->columns (yyleng);