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

  /external/bison/src/
flex-scanner.h 47 /* It seems to be a nice "feature" of Flex that one cannot use yytext,
54 #ifndef yytext
55 # define yytext FLEX_PREFIX (text) macro
80 obstack_grow (&obstack_for_string, yytext, yyleng)
scan-skel.c 26 #define yytext skel_text macro
    [all...]
scan-code.c 26 #define yytext code_text macro
    [all...]
scan-gram.c 26 #define yytext gram_text macro
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
FlexLexer.h 58 const char* YYText() { return yytext; }
88 char* yytext; member in class:FlexLexer
148 // yy_hold_char holds the character lost when yytext is formed.
initscan.c 128 /* Undo effects of setting up yytext. */ \
132 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
211 /* yy_hold_char holds the character lost when yytext is formed. */
268 extern char *yytext;
269 #define yytext_ptr yytext
277 * corresponding action - sets up yytext.
1242 char *yytext; variable
2577 CHECK_REJECT(yytext); variable
2585 CHECK_YYMORE(yytext); variable
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java 3197 public final String yytext() { method in class:smaliFlexLexer
3560 { sb.append(yytext()); method
3577 { sb.append(yytext()); method
3738 { sb.append(yytext()); method
3894 { sb.append(yytext()); method
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.h 309 UChar* yytext; member in class:WebCore::CSSParser
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 81 /* cast to (char *) is because for 8-bit chars, yytext is (unsigned char *) */
85 #define ECHO (void) fwrite( (char *) yytext, yyleng, 1, yyout )
204 #define ACTION_ECHO fprintf( tmpactfl, "%s", yytext )
212 yylval = yytext[0]; \
216 (void) strcpy( nmstr, (char *) yytext ); \
254 * corresponding action - sets up yytext
257 yytext = yy_bp; \
271 /* undo effects of setting up yytext */ \
274 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
278 #define unput(c) yyunput( c, yytext )
331 YY_CHAR *yytext; variable
1515 ECHO; CHECK_REJECT(yytext); variable
1519 ECHO; CHECK_YYMORE(yytext); variable
1947 CHECK_REJECT(yytext); variable
1954 CHECK_YYMORE(yytext); variable
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 224 /* Undo effects of setting up yytext. */ \
230 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
340 /* yy_hold_char holds the character lost when yytext is formed. */
406 /* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */
424 extern char *yytext;
425 #define yytext_ptr yytext
437 * corresponding action - sets up yytext.
441 /* %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \ */\
445 /* %% [3.0] code to copy yytext_ptr to yytext[] goes here, if %array \ */\
545 char *yytext; variable
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 21 #define yytext i386_text macro
    [all...]
  /external/elfutils/src/
ldlex.c 22 #define yytext ldtext macro
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 142 #define yytext yyg->yytext_r macro
197 if ( yytext[yyl] == '\n' )\
205 /* Undo effects of setting up yytext. */ \
211 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
365 * corresponding action - sets up yytext.
    [all...]
  /system/core/sh/
arith_lex.c 157 /* Undo effects of setting up yytext. */ \
163 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
264 /* yy_hold_char holds the character lost when yytext is formed. */
340 extern char *yytext;
341 #define yytext_ptr yytext
349 * corresponding action - sets up yytext.
467 char *yytext; variable
583 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
653 /* Code executed at the beginning of each rule, after yytext and yyleng
710 /* Support of yytext. *
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 888 milliseconds