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

  /external/webkit/WebCore/css/
CSSParser.h 247 UChar* yytext; member in class:WebCore::CSSParser
  /external/webkit/WebKitTools/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/webkit/WebKitTools/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/bluetooth/bluez/tools/
lexer.c 156 /* Undo effects of setting up yytext. */ \
162 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
263 /* yy_hold_char holds the character lost when yytext is formed. */
336 extern char *yytext;
337 #define yytext_ptr yytext
345 * corresponding action - sets up yytext.
459 char *yytext; variable
567 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
637 /* Code executed at the beginning of each rule, after yytext and yyleng
695 /* Support of yytext. *
    [all...]
  /external/elfutils/src/
ldlex.c 16 #define yytext ldtext macro
146 /* Undo effects of setting up yytext. */ \
150 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
229 /* yy_hold_char holds the character lost when yytext is formed. */
293 extern char *yytext;
294 #define yytext_ptr yytext
302 * corresponding action - sets up yytext.
992 char *yytext; variable
1617 { invalid_char (*yytext); } variable
    [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...]

Completed in 141 milliseconds