HomeSort by relevance Sort by last modified time
    Searched refs:yyleng (Results 1 - 22 of 22) sorted by null

  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
wc4.l 11 {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; lc += yyleng
    [all...]
wc3.l 11 {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;
wc5.l 11 {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;
wc2.l 10 {word}{ws}* cc += yyleng; ++wc;
11 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {ws}+ cc += yyleng;
15 \n+ cc += yyleng; lc += yyleng;
wc1.l 9 {nonws}+ cc += yyleng; ++wc;
11 {ws}+ cc += yyleng;
  /bootable/recovery/edify/
lexer.l 32 #define ADVANCE do {yylloc.start=gPos; yylloc.end=gPos+yyleng; \
33 gColumn+=yyleng; gPos+=yyleng;} while(0)
63 \\n { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\n'; }
64 \\t { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\t'; }
65 \\\" { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\"'; }
66 \\\\ { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\\';
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
FlexLexer.h 59 int YYLeng() { return yyleng; }
89 int yyleng; member in class:FlexLexer
initscan.c 102 extern int yyleng;
217 int yyleng; variable
281 yyleng = (int) (yy_cp - yy_bp); \
    [all...]
flex.skl 106 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; \
    [all...]
scan.l 353 yyless( yyleng - 2 ); /* put back '/', '*' */
440 nmstr[yyleng - 2] = '\0'; /* chop trailing brace */
  /frameworks/base/libs/rs/
spec.l 38 memcpy(apis[apiCount].name, yytext, yyleng);
138 memcpy(currType->typeName, yytext, yyleng);
147 memcpy(currType->name, yytext, yyleng);
  /external/elfutils/src/
ldlex.l 141 while (cnt < yyleng - 1)
177 yytext, yyleng);
181 yytext, yyleng);
ldlex.c 12 #define yyleng ldleng macro
120 extern int yyleng;
235 int yyleng; variable
306 yyleng = (int) (yy_cp - yy_bp); \
    [all...]
  /external/bison/src/
scan-skel.l 72 yytext[yyleng - 1] = '\0';
scan-gram.l 72 #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);
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 142 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
    [all...]
  /system/core/sh/
arith_lex.c 143 extern int yyleng;
267 int yyleng; variable
353 yyleng = (size_t) (yy_cp - yy_bp); \
583 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
653 /* Code executed at the beginning of each rule, after yytext and yyleng
    [all...]
init.c 230 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
522 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
812 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
  /external/ipsec-tools/src/racoon/
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/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 85 #define ECHO (void) fwrite( (char *) yytext, yyleng, 1, yyout )
258 yyleng = yy_cp - yy_bp; \
328 extern int yyleng;
332 int yyleng; variable
    [all...]
  /external/webkit/WebCore/css/
CSSParser.h 252 int yyleng; member in class:WebCore::CSSParser
CSSParser.cpp 222 yyleng = 0;
    [all...]

Completed in 68 milliseconds