HomeSort by relevance Sort by last modified time
    Searched refs:yylex (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/
itbl-lex.h 23 extern int yylex (void);
  /external/libpcap/
scanner.h 4 #define YY_DECL int yylex(void)
  /external/ipsec-tools/src/racoon/
cftoken_proto.h 39 extern int yylex __P((void));
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.h 35 extern int yylex (void);
arsup.h 54 extern int yylex (void);
arlex.l 37 extern int yylex (void);
syslex.l 43 extern int yylex (void);
windmc.h 83 int yylex (void);
arparse.y 33 extern int yylex (void);
windres.h 76 extern int yylex (void);
  /bootable/recovery/edify/
yydefs.h 36 int yylex();
  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 82 virtual int yylex() = 0;
84 // Call yylex with new input/output sources.
85 int yylex(FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0) { function in class:FlexLexer
87 return yylex();
119 // only make that assignment when initializing in yylex().
132 virtual int yylex();
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 43 #ifdef yylex
44 #undef yylex macro
  /external/bison/examples/calc++/
calc++-driver.hh 11 yylex (yy::calcxx_parser::semantic_type* yylval, \
  /external/ppp/pppd/include/
pcap-int.h 100 int yylex(void);
  /external/ipsec-tools/src/libipsec/
policy_token.l 62 int yylex __P((void));
  /external/bison/etc/
bench.pl.in 41 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/
dnsextd_lexer.l 32 int yylex(void);
  /toolchain/binutils/binutils-2.25/ld/
ldfile.c 210 if ((token = yylex ()) != '(')
212 if ((token = yylex ()) != NAME)
217 token = yylex ();
220 if ((token = yylex ()) != NAME)
226 if ((token = yylex ()) != ','
227 || (token = yylex ()) != NAME)
234 token = yylex ();
266 token = yylex ();
ldlex.h 164 extern int yylex (void);
  /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...]
plural.y 57 static int yylex (YYSTYPE *lval, const char **pexp);
235 yylex (YYSTYPE *lval, const char **pexp)
  /toolchain/binutils/binutils-2.25/intl/
plural.c 7 #define yylex __gettextlex macro
90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
183 /* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
186 /* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
523 /* YYLEX -- calling `yylex' with the right arguments. */
528 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM
1369 yylex (lval, pexp) function
    [all...]
  /external/bison/data/
lalr1.java 134 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 ();]
828 /* TOKEN_NUMBER_[YYLEX-NUM] -- Internal symbol number corresponding
829 to YYLEX-NUM. */
896 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
  /external/iproute2/misc/
ssfilter.y 33 static int yylex(void);
185 int yylex(void)

Completed in 507 milliseconds

1 2 3 4