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

12

/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, \
H A Dcalc++-scanner.cc562 /* By default yylex returns int, we use token_type.
773 extern int yylex (void);
775 #define YY_DECL int yylex (void)
996 * yylex(). If so, then we have to assure
1111 } /* end of yylex */
1772 /** Setup the input buffer state to scan a string. The next call to yylex() will
1788 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1998 * yylex() is called, initialization will occur. */
/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));
H A Dpolicy_parse.y123 extern 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);
H A Ddnsextd_parser.y27 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/iproute2/misc/
H A Dssfilter.y33 static int yylex(void);
185 int yylex(void)
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.y82 static int yylex(YYSTYPE* lvalp, Context* context);
241 int yylex(YYSTYPE* lvalp, Context* context)
H A DExpressionParser.cpp64 #define yylex pplex macro
126 static int yylex(YYSTYPE* lvalp, Context* context);
443 by yylex, with out-of-bounds checking. */
451 as returned by yylex, without out-of-bounds checking. */
1240 yychar = yylex (&yylval, context);
1813 int yylex(YYSTYPE* lvalp, Context* context)
H A DTokenizer.l322 token->type = yylex(&token->text, &token->location, mHandle);
/external/fio/exp/
H A Dexpression-parser.y44 extern int yylex(void);
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliFlexLexer.java2962 Token token = yylex();
3348 public Token yylex() throws java.io.IOException { method in class:smaliFlexLexer
/external/dtc/
H A Ddtc-parser.y27 extern int yylex(void);
/external/toybox/kconfig/
H A Dzconf.tab.c_shipped53 #define yylex zconflex
821 /* YYLEX -- calling `yylex' with the right arguments. */
824 # define YYLEX yylex (YYLEX_PARAM)
826 # define YYLEX yylex ()
/external/mksh/src/
H A Dsyn.c72 static int symbol; /* yylex value */
76 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf)))
77 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf)))
1124 * Helper function called from within lex.c:yylex() to parse
/external/bison/src/
H A Dparse-gram.c66 #define yylex gram_lex macro
1021 /* YYLEX -- calling `yylex' with the right arguments. */
1023 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
1025 # define YYLEX yylex (&yylval, &yylloc)

Completed in 422 milliseconds

12