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

  /external/bison/src/
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)
scan-skel.c 21 #define yyleng skel_leng macro
    [all...]
scan-code.c 21 #define yyleng code_leng macro
    [all...]
scan-gram.c 21 #define yyleng gram_leng macro
    [all...]
  /external/webkit/Tools/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...]
  /external/webkit/Source/WebCore/css/
CSSParser.h 314 int yyleng; member in class:WebCore::CSSParser
  /external/webkit/Tools/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/bison/examples/calc++/
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 ();
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 16 #define yyleng i386_leng macro
    [all...]
  /external/elfutils/src/
ldlex.c 17 #define yyleng ldleng macro
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 141 #define yyleng yyg->yyleng_r macro
196 for ( yyl = n; yyl < yyleng; ++yyl )\
369 yyleng = (size_t) (yy_cp - yy_bp); \
    [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...]

Completed in 1002 milliseconds