Searched refs:YY_USER_ACTION (Results 1 – 15 of 15) sorted by relevance
/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/mesa3d/src/glsl/glcpp/ |
D | glcpp-lex.l | 43 #define YY_USER_ACTION \ macro
|
/external/bison/src/ |
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-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-skel.c | 871 #ifndef YY_USER_ACTION 872 #define YY_USER_ACTION macro 882 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/libpcap/ |
D | scanner.c | 2942 #ifndef YY_USER_ACTION 2943 #define YY_USER_ACTION macro 2952 YY_USER_ACTION
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 130 #define YY_USER_ACTION \ macro
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 936 #ifndef YY_USER_ACTION 937 #define YY_USER_ACTION 946 YY_USER_ACTION
|
/external/mesa3d/src/glsl/ |
D | glsl_lexer.ll | 37 #define 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);
|