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

1 2 3

  /external/ipsec-tools/src/racoon/
cftoken_proto.h 39 extern int yylex __P((void));
  /bootable/recovery/edify/
yydefs.h 36 int yylex();
  /system/core/sh/
expand.h 72 int yylex(void);
arith.c 318 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
325 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
408 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
409 token YYLEX-NUM. */
598 /* YYLEX -- calling `yylex' with the right arguments. */
601 # define YYLEX yylex (YYLEX_PARAM
    [all...]
  /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...]
yacc.c 103 # Accumulate in b4_lex_param all the yylex arguments.
362 #define yylex ]b4_prefix[lex macro
617 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
624 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
661 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
662 token YYLEX-NUM. */
791 /* YYLEX -- calling `yylex' with the right arguments. *
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
ExpressionParser.y 71 static int yylex(YYSTYPE* lvalp, Context* context);
192 int yylex(YYSTYPE* lvalp, Context* context)
ExpressionParser.cpp 64 #define yylex pplex macro
124 static int yylex(YYSTYPE* lvalp, Context* context);
431 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
438 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
518 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
519 token YYLEX-NUM. */
703 /* YYLEX -- calling `yylex' with the right arguments. *
    [all...]
Tokenizer.l 306 token->type = yylex(&token->text, &token->location, mHandle);
  /external/iproute2/misc/
ssfilter.y 29 static int yylex(void);
174 int yylex(void)
  /frameworks/rs/
spec.l 47 extern "C" int yylex();
  /external/elfutils/src/
ldscript.c 63 #define yylex ldlex macro
207 extern int yylex (void);
485 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
492 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
604 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
605 token YYLEX-NUM. */
    [all...]
  /external/libpcap/
pcap-int.h 275 int yylex(void);
grammar.c 53 #define yylex pcap_lex macro
625 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
632 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
806 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
807 token YYLEX-NUM. */
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
proto.h 37 extern int yylex(void);
  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java 3276 public Token yylex() throws java.io.IOException { method in class:smaliFlexLexer
    [all...]

Completed in 7382 milliseconds

1 2 3