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

1 2 3 4

  /toolchain/binutils/binutils-2.27/gas/
itbl-lex.h 23 extern int yylex (void);
  /external/ipsec-tools/src/racoon/
cftoken_proto.h 39 extern int yylex __P((void));
  /toolchain/binutils/binutils-2.27/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/ppp/pppd/include/
pcap-int.h 100 int yylex(void);
  /external/ipsec-tools/src/libipsec/
policy_token.l 62 int yylex __P((void));
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 32 int yylex(void);
  /toolchain/binutils/binutils-2.27/ld/
ldfile.c 218 if ((token = yylex ()) != '(')
220 if ((token = yylex ()) != NAME)
225 token = yylex ();
228 if ((token = yylex ()) != NAME)
234 if ((token = yylex ()) != ','
235 || (token = yylex ()) != NAME)
242 token = yylex ();
274 token = yylex ();
ldlex.h 168 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.27/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...]
plural.y 69 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
260 yylex (lval, pexp)
  /prebuilts/build-tools/common/bison/
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);
193 int yylex(void)
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.y 104 static int yylex(YYSTYPE* lvalp, Context* context);
350 int yylex(YYSTYPE *lvalp, Context *context)
  /frameworks/rs/
spec.l 47 int yylex();

Completed in 360 milliseconds

1 2 3 4