Searched refs:yylex (Results 1 - 25 of 35) sorted by relevance

12

/external/webkit/WebKitTools/android/flex-2.5.4a/
H A Dlibmain.c5 extern int yylex();
11 while ( yylex() != 0 )
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();
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 Dflex.skl429 #define YY_DECL int yylex YY_PROTO(( void ))
431 #define YY_DECL int yyFlexLexer::yylex()
533 * yylex(). If so, then we have to assure
646 } /* end of yylex */
1538 yylex();
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
H A DtestxxLexer.l55 while(lexer->yylex() != 0)
H A Dparse.c573 if ((yychar = yylex()) < 0) yychar = 0;
1414 if ((yychar = yylex()) < 0) yychar = 0;
/external/bluetooth/bluez/rfcomm/
H A Dlexer.l42 int yylex(void);
47 #define YY_DECL int yylex(void)
H A Dparser.y42 int yylex(void);
H A Dparser.c62 int yylex(void);
358 if ((yychar = yylex()) < 0) yychar = 0;
554 if ((yychar = yylex()) < 0) yychar = 0;
H A Dlexer.c502 int yylex(void);
507 #define YY_DECL int yylex(void)
632 extern int yylex (void);
634 #define YY_DECL int yylex (void)
844 * yylex(). If so, then we have to assure
957 } /* end of yylex */
1519 /** Setup the input buffer state to scan a string. The next call to yylex() will
1533 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
/external/ipsec-tools/src/racoon/
H A Dcftoken_proto.h39 extern int yylex __P((void));
/external/ppp/pppd/include/
H A Dpcap-int.h100 int yylex(void);
/external/ipsec-tools/src/libipsec/
H A Dpolicy_token.l62 int yylex __P((void));
/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
H A Dplural.y57 static int yylex (YYSTYPE *lval, const char **pexp);
235 yylex (YYSTYPE *lval, const char **pexp)
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
H A Dfixit.l137 yylex();
H A Dunfixit.l140 yylex();
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
H A DMakefile87 sym.c tblcmp.c yylex.c skel.c
/external/iproute2/misc/
H A Dssfilter.y29 static int yylex(void);
174 int yylex(void)
/external/bison/data/
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)[
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 Dlalr1.cc310 #define yylex b4_prefix[]lex]) macro
585 yychar = ]b4_c_function_call([yylex], [int],
/external/libpcap/
H A Dpcap-int.h275 int yylex(void);
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 ()
/external/elfutils/src/
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 ()

Completed in 148 milliseconds

12