Home
last modified time | relevance | path

Searched refs:YY_USER_ACTION (Results 1 – 15 of 15) 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/mesa3d/src/glsl/glcpp/
Dglcpp-lex.l43 #define YY_USER_ACTION \ macro
/external/bison/src/
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-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-skel.c871 #ifndef YY_USER_ACTION
872 #define YY_USER_ACTION macro
882 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/libpcap/
Dscanner.c2942 #ifndef YY_USER_ACTION
2943 #define YY_USER_ACTION macro
2952 YY_USER_ACTION
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l130 #define YY_USER_ACTION \ macro
/external/toybox/kconfig/
Dlex.zconf.c_shipped936 #ifndef YY_USER_ACTION
937 #define YY_USER_ACTION
946 YY_USER_ACTION
/external/mesa3d/src/glsl/
Dglsl_lexer.ll37 #define 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);