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/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/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/chromium_org/third_party/angle_dx11/src/compiler/
glslang_lex.cpp 155 #define yytext yyg->yytext_r macro
215 if ( yytext[yyl] == '\n' )\
223 /* Undo effects of setting up yytext. */ \
229 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
378 * corresponding action - sets up yytext.
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
Tokenizer.cpp 143 #define yytext yyg->yytext_r macro
198 /* Undo effects of setting up yytext. */ \
204 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
353 * corresponding action - sets up yytext.
697 #define ECHO fwrite( yytext, yyleng, 1, yyout )
769 /* Code executed at the beginning of each rule, after yytext and yyleng
829 /* Support of yytext. */
911 yylval->assign(1, yytext[0]);
918 yylval->assign(yytext, yyleng);
925 yylval->assign(yytext, yyleng)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 134 #define yytext yyg->yytext_r macro
192 /* Undo effects of setting up yytext. */ \
198 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
352 * corresponding action - sets up yytext.
785 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
857 /* Code executed at the beginning of each rule, after yytext and yyleng
872 (yytext[yyleng - 1] == '\n'); \
935 /* Support of yytext. */
    [all...]
glsl_lexer.cc 134 #define yytext yyg->yytext_r macro
192 /* Undo effects of setting up yytext. */ \
198 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
352 * corresponding action - sets up yytext.
    [all...]
lex.yy.c 134 #define yytext yyg->yytext_r macro
192 /* Undo effects of setting up yytext. */ \
198 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
352 * corresponding action - sets up yytext.
    [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...]
  /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 281 milliseconds