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

123

/external/libpcap/
H A Dscanner.h4 #define YY_DECL int yylex(void)
H A Dpcap-int.h310 int yylex(void);
H A Dgrammar.c66 #define yylex pcap_lex macro
1499 /* YYLEX -- calling `yylex' with the right arguments. */
1502 # define YYLEX yylex (YYLEX_PARAM)
1504 # define YYLEX yylex ()
/external/ipsec-tools/src/racoon/
H A Dcftoken_proto.h39 extern int yylex __P((void));
/external/bison/examples/calc++/
H A Dcalc++-driver.hh11 yylex (yy::calcxx_parser::semantic_type* yylval, \
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dparser.c9 int yylex(void);
24 #define get_next_token() (curtok = yylex())
32 peektok = yylex();
193 yylex(void) function
/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/bison/etc/
H A Dbench.pl.in41 static int yylex (void);
83 yylex (void)
166 static int yylex (YYSTYPE* yylvalp);
168 static int yylex (void);
264 yylex (YYSTYPE* yylvalp)
266 yylex (void)
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_lexer.l32 int yylex(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 ()
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/bison/data/
H A Dlalr1.java134 int yylex () ]b4_maybe_throws([b4_lex_throws])[;
203 private final int yylex () ]b4_maybe_throws([b4_lex_throws]) [{
204 return yylexer.yylex ();
495 yychar = yylex ();]
H A Dglr.c60 # Accumule in b4_lex_param all the yylex arguments.
198 #define yylex ]b4_prefix[lex macro
473 /* YYLEX -- calling `yylex' with the right arguments. */
474 #define YYLEX ]b4_c_function_call([yylex], [int], b4_lex_param)[
H A Dyacc.c103 # Accumulate in b4_lex_param all the yylex arguments.
362 #define yylex ]b4_prefix[lex macro
791 /* YYLEX -- calling `yylex' with the right arguments. */
793 # define YYLEX yylex (]b4_pure_if([&yylval[]b4_locations_if([, &yylloc]), ])[YYLEX_PARAM)
795 # define YYLEX ]b4_c_function_call([yylex], [int], b4_lex_param)[
H A Dlalr1.cc276 #define yylex b4_prefix[]lex])[ macro
584 yychar = ]b4_c_function_call([yylex], [int],
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.y77 static int yylex(YYSTYPE* lvalp, Context* context);
198 int yylex(YYSTYPE *lvalp, Context *context)
H A DExpressionParser.cpp64 #define yylex pplex macro
130 static int yylex(YYSTYPE* lvalp, Context* context);
718 /* YYLEX -- calling `yylex' with the right arguments. */
720 # define YYLEX yylex (&yylval, YYLEX_PARAM)
722 # define YYLEX yylex (&yylval, context)
1894 int yylex(YYSTYPE *lvalp, Context *context)
H A DTokenizer.l308 token->type = yylex(&token->text, &token->location, mHandle);
/external/iproute2/misc/
H A Dssfilter.y29 static int yylex(void);
174 int yylex(void)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu-bison.c66 #define yylex perf_pmu_lex macro
630 /* YYLEX -- calling `yylex' with the right arguments. */
633 # define YYLEX yylex (YYLEX_PARAM)
635 # define YYLEX yylex ()
H A Dparse-events-bison.c66 #define yylex parse_events_lex macro
740 /* YYLEX -- calling `yylex' with the right arguments. */
743 # define YYLEX yylex (&yylval, YYLEX_PARAM)
745 # define YYLEX yylex (&yylval, scanner)
/external/elfutils/0.153/src/
H A Dldscript.c66 #define yylex ldlex macro
145 extern int yylex (void);
885 /* YYLEX -- calling `yylex' with the right arguments. */
888 # define YYLEX yylex (YYLEX_PARAM)
890 # define YYLEX yylex ()
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliFlexLexer.java2844 Token token = yylex();
3213 public Token yylex() throws java.io.IOException { method in class:smaliFlexLexer
/external/elfutils/0.153/libcpu/
H A Di386_parse.c66 #define yylex i386_lex macro
131 extern int yylex (void);
877 /* YYLEX -- calling `yylex' with the right arguments. */
880 # define YYLEX yylex (YYLEX_PARAM)
882 # define YYLEX yylex ()

Completed in 3115 milliseconds

123