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...]
  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 73 const char* YYText() const { return yytext; }
101 char* yytext; member in class:FlexLexer
164 // yy_hold_char holds the character lost when yytext is formed.
  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java 3320 public final String yytext() { method in class:smaliFlexLexer
3684 { sb.append(yytext()); method
3702 { sb.append(yytext()); method
3878 { sb.append(yytext()); method
4012 { 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/libpcap/
scanner.c 25 #define yytext pcap_text macro
    [all...]
  /external/testng/ant/3rdparty/
DTDDoc.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 6392 milliseconds