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

1 2

  /external/webkit/WebKitTools/android/flex-2.5.4a/
libmain.c 5 extern int yylex();
11 while ( yylex() != 0 )
FlexLexer.h 68 virtual int yylex() = 0;
70 // Call yylex with new input/output sources.
71 int yylex( istream* new_in, ostream* new_out = 0 ) function in class:FlexLexer
74 return yylex();
106 // only make that assignment when initializing in yylex().
116 virtual int yylex();
yylex.c 0 /* yylex - scanner front-end for flex */
29 /* $Header: /home/daffy/u0/vern/flex/RCS/yylex.c,v 2.13 95/03/04 16:10:41 vern Exp $ */
36 /* yylex - scan for a regular expression token */
38 int yylex() function
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
testxxLexer.l 55 while(lexer->yylex() != 0)
  /external/bluetooth/bluez/tools/
lexer.l 42 int yylex(void);
47 #define YY_DECL int yylex(void)
parser.y 42 int yylex(void);
parser.c 62 int yylex(void);
358 if ((yychar = yylex()) < 0) yychar = 0;
554 if ((yychar = yylex()) < 0) yychar = 0;
lexer.c 502 int yylex(void);
507 #define YY_DECL int yylex(void)
632 extern int yylex (void);
634 #define YY_DECL int yylex (void)
844 * yylex(). If so, then we have to assure
957 } /* end of yylex */
    [all...]
  /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);
  /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/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/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
fixit.l 137 yylex();
unfixit.l 140 yylex();
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
Makefile 87 sym.c tblcmp.c yylex.c skel.c
  /external/iproute2/misc/
ssfilter.y 29 static int yylex(void);
174 int yylex(void)
  /frameworks/base/libs/rs/
spec.l 23 extern "C" int yylex();
rsg_generator.c 260 yylex();
  /external/bison/data/
yacc.c 58 # Accumulate in b4_lex_param all the yylex arguments.
155 #define yylex b4_prefix[]lex macro
437 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
444 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
481 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
482 token YYLEX-NUM. */
633 /* YYLEX -- calling `yylex' with the right arguments. *
    [all...]
glr.c 51 # Accumule in b4_lex_param all the yylex arguments.
156 #define yylex b4_prefix[]lex macro
348 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
530 /* YYLEX -- calling `yylex' with the right arguments. */
531 #define YYLEX ]b4_c_function_call([yylex], [int], b4_lex_param)[
    [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...]

Completed in 1073 milliseconds

1 2