Searched refs:yyleng (Results 1 - 24 of 24) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
H A Dwc4.l11 {word}{ws}* ++wc; cc += yyleng;
12 {word}{ws}*\n ++wc; cc += yyleng; ++lc;
13 {words}{word}{ws}* wc += 2; cc += yyleng;
14 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
15 {words}{2}{word}{ws}* wc += 3; cc += yyleng;
16 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
17 {words}{3}{word}{ws}* wc += 4; cc += yyleng;
18 {words}{3}{word}{ws}*\n wc += 4; cc += yyleng; ++lc;
20 {ws}+ cc += yyleng;
22 \n+ cc += yyleng; l
[all...]
H A Dwc3.l11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word}{ws}* cc += yyleng; wc += 2;
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
17 {ws}+ cc += yyleng;
19 \n+ cc += yyleng; lc += yyleng;
H A Dwc5.l11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word} cc += yyleng; wc += 2; /* oops */
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
17 {ws}+ cc += yyleng;
19 \n+ cc += yyleng; lc += yyleng;
H A Dwc2.l10 {word}{ws}* cc += yyleng; ++wc;
11 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {ws}+ cc += yyleng;
15 \n+ cc += yyleng; lc += yyleng;
H A Dwc1.l9 {nonws}+ cc += yyleng; ++wc;
11 {ws}+ cc += yyleng;
/external/elfutils/libcpu/
H A Di386_lex.l73 yyleng - 2);
79 <MAIN>{ID} { i386_lval.str = xstrndup (yytext, yyleng);
H A Di386_lex.c16 #define yyleng i386_leng macro
/external/webkit/Tools/android/flex-2.5.4a/
H A DFlexLexer.h59 int YYLeng() { return yyleng; }
89 int yyleng; member in class:FlexLexer
H A Dinitscan.c102 extern int yyleng;
217 int yyleng; variable
281 yyleng = (int) (yy_cp - yy_bp); \
1412 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
1462 /* Code executed at the beginning of each rule, after yytext and yyleng
1475 if ( yyleng > 0 ) \
1477 (yytext[yyleng - 1] == '\n'); \
2188 yyless( yyleng - 2 ); /* put back '/', '*' */
2297 nmstr[yyleng - 2] = '\0'; /* chop trailing brace */
3547 yytext[yyleng]
[all...]
H A Dflex.skl106 extern int yyleng;
230 int yyleng;
293 %% code to fiddle yytext and yyleng for yymore() goes here
384 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
386 #define ECHO LexerOutput( yytext, yyleng )
435 /* Code executed at the beginning of each rule, after yytext and yyleng
1453 yytext[yyleng] = yy_hold_char; \
1457 yyleng = n; \
H A Dscan.l353 yyless( yyleng - 2 ); /* put back '/', '*' */
440 nmstr[yyleng - 2] = '\0'; /* chop trailing brace */
/external/elfutils/src/
H A Dldlex.l59 = fwrite (yytext, yyleng, 1, yyout); } while (0)
159 while (cnt < yyleng - 1)
195 yytext, yyleng);
199 yytext, yyleng);
H A Dldlex.c17 #define yyleng ldleng macro
/external/bison/src/
H A Dscan-skel.l72 yytext[yyleng - 1] = '\0';
H A Dscan-gram.l72 #define YY_USER_ACTION adjust_location (loc, yytext, yyleng);
97 obstack_grow (&obstack_for_string, yytext, yyleng)
306 obstack_grow (&obstack_for_string, yytext + 1, yyleng - 2);
344 scanner_cursor.column -= mbsnwidth (yytext, yyleng, 0);
564 scanner_cursor.column -= mbsnwidth (yytext, yyleng, 0);
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.l43 yycolumn += yyleng; \
185 yycolumn -= yyleng;
H A Dglcpp-lex.c132 #define yyleng yyg->yyleng_r macro
347 yyleng = (size_t) (yy_cp - yy_bp); \
689 yycolumn += yyleng; \
854 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
926 /* Code executed at the beginning of each rule, after yytext and yyleng
939 if ( yyleng > 0 ) \
941 (yytext[yyleng - 1] == '\n'); \
1260 yycolumn -= yyleng;
2307 yytext[yyleng] = yyg->yy_hold_char; \
2311 yyleng
[all...]
/external/bluetooth/bluez/tools/
H A Dlexer.c142 extern int yyleng;
266 int yyleng; variable
349 yyleng = (size_t) (yy_cp - yy_bp); \
567 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
637 /* Code executed at the beginning of each rule, after yytext and yyleng
1589 yytext[yyleng] = (yy_hold_char); \
1593 yyleng = yyless_macro_arg; \
1629 return yyleng;
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp132 #define yyleng yyg->yyleng_r macro
347 yyleng = (size_t) (yy_cp - yy_bp); \
1014 yycolumn += yyleng; \
1019 #define IS_UINT (yytext[yyleng - 1] == 'u' || yytext[yyleng - 1] == 'U')
1193 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
1265 /* Code executed at the beginning of each rule, after yytext and yyleng
1278 if ( yyleng > 0 ) \
1280 (yytext[yyleng - 1] == '\n'); \
3319 yytext[yyleng]
[all...]
/external/ipsec-tools/src/racoon/
H A Dcftoken.l413 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/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
H A Dinitscan-mvs.c85 #define ECHO (void) fwrite( (char *) yytext, yyleng, 1, yyout )
258 yyleng = yy_cp - yy_bp; \
328 extern int yyleng;
332 int yyleng; variable
1792 nmstr[yyleng - 1] = '\0'; /* chop trailing brace */
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp141 #define yyleng yyg->yyleng_r macro
196 for ( yyl = n; yyl < yyleng; ++yyl )\
369 yyleng = (size_t) (yy_cp - yy_bp); \
912 #define ECHO fwrite( yytext, yyleng, 1, yyout )
984 /* Code executed at the beginning of each rule, after yytext and yyleng
1083 for ( yyl = 0; yyl < yyleng; ++yyl )
2524 yytext[yyleng] = yyg->yy_hold_char; \
2528 yyleng = yyless_macro_arg; \
2593 return yyleng;
/external/webkit/Source/WebCore/css/
H A DCSSParser.h314 int yyleng; member in class:WebCore::CSSParser
H A DCSSParser.cpp221 yyleng = 0;
6025 int l = yyleng;
6140 for (UChar* current = yytext; current < yytext + yyleng; ++current) {
6805 yyleng = (int) (yy_cp - yy_bp); \

Completed in 946 milliseconds