Searched defs:yylex (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebKitTools/android/flex-2.5.4a/
H A Dyylex.c0 /* 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
H A DFlexLexer.h68 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/
H A Dlalr1.cc310 #define yylex b4_prefix[]lex]) macro
585 yychar = ]b4_c_function_call([yylex], [int],
H A Dglr.c51 # Accumule in b4_lex_param all the yylex arguments.
156 #define yylex b4_prefix[]lex macro
530 /* YYLEX -- calling `yylex' with the right arguments. */
531 #define YYLEX ]b4_c_function_call([yylex], [int], b4_lex_param)[
H A Dyacc.c58 # Accumulate in b4_lex_param all the yylex arguments.
155 #define yylex b4_prefix[]lex macro
633 /* YYLEX -- calling `yylex' with the right arguments. */
636 # define YYLEX yylex (]b4_pure_if([&yylval[]b4_locations_if([, &yylloc]), ])[YYLEX_PARAM)
638 # define YYLEX ]b4_c_function_call([yylex], [int], b4_lex_param)[
/external/e2fsprogs/intl/
H A Dplural.c7 #define yylex __gettextlex macro
78 static int yylex (YYSTYPE *lval, const char **pexp);
499 /* YYLEX -- calling `yylex' with the right arguments. */
504 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
506 # define YYLEX yylex (&yylval, &yylloc)
510 # define YYLEX yylex (&yylval, YYLEX_PARAM)
512 # define YYLEX yylex (&yylval)
516 # define YYLEX yylex ()
1347 yylex (YYSTYPE *lval, const char **pexp)
1344 yylex (YYSTYPE *lval, const char **pexp) function
/external/elfutils/src/
H A Dldlex.c13 #define yylex ldlex macro
1187 #define YY_DECL int yylex YY_PROTO(( void ))
1643 * yylex(). If so, then we have to assure
1756 } /* end of yylex */
2503 yylex();
H A Dldscript.c51 #define yylex ldlex macro
179 extern int yylex (void);
692 /* YYLEX -- calling `yylex' with the right arguments. */
695 # define YYLEX yylex (YYLEX_PARAM)
697 # define YYLEX yylex ()
/external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupport_wrapTiger.c965 #ifdef yylex
966 #undef yylex macro
/external/bison/src/
H A Dparse-gram.c63 #define yylex gram_lex macro
912 /* YYLEX -- calling `yylex' with the right arguments. */
915 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
917 # define YYLEX yylex (&yylval, &yylloc)
/external/libpcap/
H A Dgrammar.c53 #define yylex pcap_lex macro
1208 /* YYLEX -- calling `yylex' with the right arguments. */
1211 # define YYLEX yylex (YYLEX_PARAM)
1213 # define YYLEX yylex ()

Completed in 283 milliseconds