Searched refs:yyleng (Results 1 - 14 of 14) sorted by relevance
/external/bison/src/ |
H A D | flex-scanner.h | 48 yyleng etc. when a prefix is given, since there is no longer a 51 #ifndef yyleng 52 # define yyleng FLEX_PREFIX (leng) macro 80 obstack_grow (&obstack_for_string, yytext, yyleng)
|
H A D | scan-skel.l | 82 yytext[yyleng-1] = '\0'; 83 obstack_grow (&obstack_for_string, yytext, yyleng);
|
H A 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));
|
H A D | scan-code.l | 47 #define YY_USER_ACTION location_compute (loc, &loc->end, yytext, yyleng);
|
H A D | scan-skel.c | 21 #define yyleng skel_leng macro
|
H A D | scan-code.c | 21 #define yyleng code_leng macro
|
H A D | scan-gram.c | 21 #define yyleng gram_leng macro
|
/external/elfutils/libcpu/ |
H A D | i386_lex.l | 76 yyleng - 2); 82 <MAIN>{ID} { i386_lval.str = xstrndup (yytext, yyleng);
|
/external/elfutils/src/ |
H A D | ldlex.l | 51 = fwrite (yytext, yyleng, 1, yyout); } while (0) 151 while (cnt < yyleng - 1) 187 yytext, yyleng); 191 yytext, yyleng);
|
/external/bison/examples/calc++/ |
H A D | calc++-scanner.cc | 205 extern yy_size_t yyleng; 343 yy_size_t yyleng; variable 441 /* %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \ */\ 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) 781 /* Code executed at the beginning of each rule, after yytext and yyleng 932 yylloc->lines (yyleng); yylloc->step (); 1849 yytext[yyleng] = (yy_hold_char); \ 1853 yyleng [all...] |
/external/ipsec-tools/src/racoon/ |
H A D | cftoken.l | 413 yylval.val = vmalloc(yyleng + 1); 584 yylval.val = vmalloc(yyleng + (yyleng & 1) + 1); 595 if (yyleng & 1) 597 memcpy(p, &yytext[2], yyleng - 1); 609 yylval.val = vmalloc(yyleng - 1); 622 yylval.val = vmalloc(yyleng + 1);
|
/external/mesa3d/src/glsl/glcpp/ |
H A D | glcpp-lex.l | 51 yycolumn += yyleng; \
|
/external/mesa3d/src/mesa/program/ |
H A D | program_lexer.l | 133 yylloc->last_column += yyleng; \
|
/external/libpcap/ |
H A D | scanner.c | 20 #define yyleng pcap_leng macro
|
Completed in 7076 milliseconds