Searched refs:yyleng (Results 1 – 18 of 18) sorted by relevance
/external/bison/src/ |
D | flex-scanner.h | 51 #ifndef yyleng 52 # define yyleng FLEX_PREFIX (leng) macro 80 obstack_grow (&obstack_for_string, yytext, yyleng)
|
D | scan-gram.l | 53 #define YY_USER_ACTION location_compute (loc, &scanner_cursor, yytext, yyleng); 60 scanner_cursor.column -= mbsnwidth (yytext, yyleng, 0); \ 272 obstack_grow (&obstack_for_string, yytext + 1, yyleng - 2); 295 ngettext ("invalid character", "invalid characters", yyleng), 296 quote_mem (yytext, yyleng)); 382 "invalid characters in bracketed name", yyleng), 383 quote_mem (yytext, yyleng));
|
D | scan-skel.l | 82 yytext[yyleng-1] = '\0'; 83 obstack_grow (&obstack_for_string, yytext, yyleng);
|
D | scan-code.l | 47 #define YY_USER_ACTION location_compute (loc, &loc->end, yytext, yyleng);
|
D | scan-skel.c | 21 #define yyleng skel_leng macro
|
D | scan-gram.c | 21 #define yyleng gram_leng macro
|
D | scan-code.c | 21 #define yyleng code_leng macro
|
/external/elfutils/src/ |
D | ldlex.l | 51 = fwrite (yytext, yyleng, 1, yyout); } while (0) 151 while (cnt < yyleng - 1) 187 yytext, yyleng); 191 yytext, yyleng);
|
/external/elfutils/libcpu/ |
D | i386_lex.l | 76 yyleng - 2); 82 <MAIN>{ID} { i386_lval.str = xstrndup (yytext, yyleng);
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 205 extern yy_size_t yyleng; 343 yy_size_t yyleng; variable 442 yyleng = (size_t) (yy_cp - yy_bp); \ 567 # define YY_USER_ACTION yylloc->columns (yyleng); 686 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) 932 yylloc->lines (yyleng); yylloc->step (); 1849 yytext[yyleng] = (yy_hold_char); \ 1853 yyleng = yyless_macro_arg; \ 1893 return yyleng; in yyget_leng()
|
D | calc++-scanner.ll | 30 # define YY_USER_ACTION yylloc->columns (yyleng); 38 [\n]+ yylloc->lines (yyleng); yylloc->step ();
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp-lex.l | 51 yycolumn += yyleng; \
|
/external/mesa3d/src/glsl/ |
D | glsl_lexer.ll | 42 yycolumn += yyleng; \ 126 literal_integer(yytext, yyleng, yyextra, yylval, yylloc, base)
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 133 yylloc->last_column += yyleng; \
|
/external/libpcap/ |
D | scanner.c | 20 #define yyleng pcap_leng macro
|
/external/bison/doc/ |
D | bison.texi | 10421 # define YY_USER_ACTION yylloc->columns (yyleng); 10429 [\n]+ yylloc->lines (yyleng); yylloc->step (); 12345 @c LocalWords: cstdlib Debian undef yywrap unput noyywrap nounput zA yyleng
|
D | bison.info | 9748 # define YY_USER_ACTION yylloc->columns (yyleng); 9755 [\n]+ yylloc->lines (yyleng); yylloc->step ();
|
/external/bison/ |
D | ChangeLog-2012 | 8145 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
|