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

  /external/webkit/Tools/android/flex-2.5.4a/
yylex.c 0 /* yylex - scanner front-end for flex */
29 /* $Header: /home/daffy/u0/vern/flex/RCS/yylex.c,v 2.13 95/03/04 16:10:41 vern Exp $ */
36 /* yylex - scan for a regular expression token */
38 int yylex() function
FlexLexer.h 68 virtual int yylex() = 0;
70 // Call yylex with new input/output sources.
71 int yylex( istream* new_in, ostream* new_out = 0 ) function in class:FlexLexer
74 return yylex();
106 // only make that assignment when initializing in yylex().
116 virtual int yylex();
  /external/bison/data/
lalr1.cc 310 #define yylex b4_prefix[]lex]) macro
585 yychar = ]b4_c_function_call([yylex], [int],
941 /* TOKEN_NUMBER_[YYLEX-NUM] -- Internal symbol number corresponding
942 to YYLEX-NUM. */
1026 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
glr.c 51 # Accumule in b4_lex_param all the yylex arguments.
156 #define yylex b4_prefix[]lex macro
348 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
530 /* YYLEX -- calling `yylex' with the right arguments. */
531 #define YYLEX ]b4_c_function_call([yylex], [int], b4_lex_param)[
    [all...]
yacc.c 58 # Accumulate in b4_lex_param all the yylex arguments.
155 #define yylex b4_prefix[]lex macro
437 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
444 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
481 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
482 token YYLEX-NUM. */
633 /* YYLEX -- calling `yylex' with the right arguments. *
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lex.c 170 int yylex(void) function
177 FATAL( "out of space in yylex" );
499 void startreg(void) /* next call to yylex will return a regular expression */
  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java 3126 public Token yylex() throws java.io.IOException { method in class:smaliFlexLexer
    [all...]
  /external/e2fsprogs/intl/
plural.c 7 #define yylex __gettextlex macro
78 static int yylex (YYSTYPE *lval, const char **pexp);
159 /* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
162 /* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
499 /* YYLEX -- calling `yylex' with the right arguments. */
504 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM
1344 yylex (YYSTYPE *lval, const char **pexp) function
    [all...]
  /external/mksh/src/
lex.c 195 yylex(int cf) function
1244 * input for yylex with alias expansion
    [all...]
  /external/bison/src/
parse-gram.c 63 #define yylex gram_lex macro
542 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
549 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
670 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
671 token YYLEX-NUM. */
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 17 #define yylex i386_lex macro
    [all...]
i386_parse.c 63 #define yylex i386_lex macro
158 extern int yylex (void);
588 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
595 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
676 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
677 token YYLEX-NUM. */
855 /* YYLEX -- calling `yylex' with the right arguments. *
    [all...]
  /external/elfutils/src/
ldlex.c 18 #define yylex ldlex macro
    [all...]
ldscript.c 63 #define yylex ldlex macro
207 extern int yylex (void);
485 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
492 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
604 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
605 token YYLEX-NUM. */
    [all...]
  /external/libpcap/
grammar.c 53 #define yylex pcap_lex macro
625 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
632 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
806 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
807 token YYLEX-NUM. */
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 965 #ifdef yylex
966 #undef yylex macro
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.c 208 #define yylex glcpp_parser_lex macro
538 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
545 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
671 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
672 token YYLEX-NUM. */
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.cpp 67 #define yylex _mesa_glsl_lex macro
629 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
636 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
    [all...]

Completed in 5759 milliseconds