HomeSort by relevance Sort by last modified time
    Searched defs:yytext (Results 1 - 20 of 20) 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...]
  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 74 const char* YYText() const { return yytext; }
104 char* yytext; member in class:FlexLexer
168 // yy_hold_char holds the character lost when yytext is formed.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 126 #define yytext yyg->yytext_r macro
parse-events-flex.c 133 #define yytext yyg->yytext_r macro
191 /* Undo effects of setting up yytext. */ \
197 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
348 * corresponding action - sets up yytext.
1764 { unput(*yytext); BEGIN(INITIAL); } variable
    [all...]
pmu-flex.c 21 #define yytext perf_pmu_text macro
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java 3134 public final String yytext() { method in class:smaliFlexLexer
3493 { sb.append(yytext()); method
3506 { sb.append(yytext()); method
3667 { sb.append(yytext()); method
3799 { 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/src/compiler/preprocessor/
Tokenizer.cpp 144 #define yytext yyg->yytext_r macro
204 /* Undo effects of setting up yytext. */ \
210 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
359 * corresponding action - sets up yytext.
721 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
793 /* Code executed at the beginning of each rule, after yytext and yyleng
853 /* Support of yytext. */
935 yylval->assign(1, yytext[0]);
942 yylval->assign(yytext, yyleng);
949 yylval->assign(yytext, yyleng)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp 156 #define yytext yyg->yytext_r macro
221 if ( yytext[yyl] == '\n' )\
229 /* Undo effects of setting up yytext. */ \
235 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
384 * corresponding action - sets up yytext.
    [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/0.153/libcpu/
i386_lex.c 21 #define yytext i386_text macro
    [all...]
  /external/elfutils/0.153/src/
ldlex.c 22 #define yytext ldtext macro
    [all...]
  /external/libpcap/
scanner.c 22 #define yytext pcap_text macro
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 5708 milliseconds