Searched defs:yytext (Results 1 - 17 of 17) sorted by relevance

/external/bison/src/
H A Dflex-scanner.h47 /* 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)
H A Dscan-skel.c26 #define yytext skel_text macro
H A Dscan-code.c26 #define yytext code_text macro
H A Dscan-gram.c26 #define yytext gram_text macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-flex.h126 #define yytext yyg->yytext_r macro
H A Dparse-events-flex.c133 #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.
1252 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
1324 /* Code executed at the beginning of each rule, after yytext and yyleng
1403 /* Support of yytext. */
1764 { unput(*yytext); BEGIN(INITIAL); } variable
1863 * yytext, we can now set up
2120 /* undo effects of setting up yytext */
[all...]
H A Dpmu-flex.c21 #define yytext perf_pmu_text macro
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliFlexLexer.java2790 the source of the yytext() string */
2799 /** startRead marks the beginning of the yytext() string in the buffer */
2918 return newToken(type, yytext(), hidden);
2922 return newToken(type, yytext(), false);
2937 return invalidToken(message, yytext());
3134 public final String yytext() { method in class:smaliFlexLexer
3143 * It is equivalent to yytext().charAt(pos), but faster
3401 { sb.append((char)Integer.parseInt(yytext().substring(2,6), 16));
3493 { sb.append(yytext());
3494 setStringOrCharError("Invalid escape sequence " + yytext());
[all...]
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc224 /* 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/
H A DTokenizer.cpp144 #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, yylen
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp156 #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.
1163 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
1235 /* Code executed at the beginning of each rule, after yytext and yyleng
1295 /* Support of yytext. */
1335 if ( yytext[yyl] == '\n' )
1726 yylval->lex.string = NewPoolTString(yytext);
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c134 #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. */
1030 yylval->str = ralloc_strdup (yyextra, yytext);
1041 yylval->str = ralloc_strdup (yyextra, yytext);
[all...]
H A Dglsl_lexer.cc134 #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.
1083 "Illegal use of reserved word `%s'", yytext); \
1086 yylval->identifier = strdup(yytext); \
1087 return classify_identifier(yyextra, yytext); \
1143 literal_integer(yytext, yyleng, yyextra, yylval, yylloc, base)
1286 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
1358 /* Code executed at the beginning of each rule, after yytext an
[all...]
H A Dlex.yy.c134 #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.
1069 return handle_ident(yyextra, yytext, yylval); \
1088 yytext + len, \
1093 return handle_ident(yyextra, yytext, yylval); \
1327 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
1399 /* Code executed at the beginning of each rule, after yytext and yyleng
1462 /* Support of yytext
[all...]
/external/elfutils/0.153/libcpu/
H A Di386_lex.c21 #define yytext i386_text macro
/external/elfutils/0.153/src/
H A Dldlex.c22 #define yytext ldtext macro
/external/libpcap/
H A Dscanner.c22 #define yytext pcap_text macro

Completed in 211 milliseconds