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

1 2 3

  /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));
  /bootable/recovery/edify/
yydefs.h 36 int yylex();
  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 84 virtual int yylex() = 0;
86 // Call yylex with new input/output sources.
87 int yylex( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 ) function in class:FlexLexer
90 return yylex();
124 // only make that assignment when initializing in yylex().
137 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/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
parser.c 9 int yylex(void);
24 #define get_next_token() (curtok = yylex())
32 peektok = yylex();
193 yylex(void) function
  /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);
  /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)
  /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. */
glr.c 60 # Accumule in b4_lex_param all the yylex arguments.
198 #define yylex ]b4_prefix[lex macro
336 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
473 /* YYLEX -- calling `yylex' with the right arguments. */
474 #define YYLEX ]b4_c_function_call([yylex], [int], b4_lex_param)[
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.y 77 static int yylex(YYSTYPE* lvalp, Context* context);
198 int yylex(YYSTYPE *lvalp, Context *context)
ExpressionParser.cpp 64 #define yylex pplex macro
130 static int yylex(YYSTYPE* lvalp, Context* context);
446 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
453 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
533 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
534 token YYLEX-NUM. */
718 /* YYLEX -- calling `yylex' with the right arguments. *
    [all...]
  /external/iproute2/misc/
ssfilter.y 29 static int yylex(void);
174 int yylex(void)
  /frameworks/rs/
spec.l 47 extern "C" int yylex();
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
spec.l 47 extern "C" int yylex();
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
spec.l 47 extern "C" int yylex();
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
spec.l 47 extern "C" int yylex();
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-bison.c 66 #define yylex perf_pmu_lex macro
389 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
396 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
466 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
467 token YYLEX-NUM. */
630 /* YYLEX -- calling `yylex' with the right arguments. */
633 # define YYLEX yylex (YYLEX_PARAM
    [all...]
  /external/elfutils/0.153/src/
ldscript.c 66 #define yylex ldlex macro
145 extern int yylex (void);
502 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
509 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
621 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
622 token YYLEX-NUM. */
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 50 /* code to place at the beginning of yylex() */
380 #ifdef yylex
381 #undef yylex
384 int yyFlexLexer::yylex()

Completed in 1581 milliseconds

1 2 3