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

  /external/webkit/WebKitTools/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...]
  /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/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/src/
ldlex.c 13 #define yylex ldlex macro
    [all...]
ldscript.c 51 #define yylex ldlex macro
179 extern int yylex (void);
341 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
348 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
458 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
459 token YYLEX-NUM. */
692 /* YYLEX -- calling `yylex' with the right arguments. *
    [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/WebKitTools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapTiger.c 965 #ifdef yylex
966 #undef yylex macro

Completed in 707 milliseconds