Searched refs:yylex (Results 1 - 25 of 100) sorted by relevance

1234

/macosx-10.9.5/adv_cmds-153/mklocale/
H A Dextern.h39 int yylex(void);
/macosx-10.9.5/Heimdal-323.92.1/lib/com_err/
H A Dlex.h39 int yylex(void);
/macosx-10.9.5/Liby-20/
H A Dlibmain.c26 extern int yylex ();
32 while (yylex () != 0) ;
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dlex.h42 int yylex(void);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dcftoken_proto.h39 extern int yylex (void);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Ddlltool.h38 extern int yylex (void);
H A Darsup.h54 extern int yylex (void);
H A Darlex.l33 extern int yylex (void);
H A Dsyslex.l37 extern int yylex (void);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/setkey/
H A Dextern.h10 int yylex(void);
/macosx-10.9.5/Heimdal-323.92.1/lib/sl/
H A Dslc.h53 int yylex(void);
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCEngineCommands.l50 #define YY_DECL MBCCompactMove yylex(yyscan_t yyscanner)
87 return yylex((yyscan_t)scanner);
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dsel.h71 #define yylex _hx509_sel_yylex macro
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dnoembed.h43 #ifdef yylex
44 #undef yylex macro
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/libipsec/
H A Dpolicy_token.l59 int yylex (void);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnsextd_lexer.l32 int yylex(void);
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dlexer.l38 int yylex(void);
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_scanner.h124 int yylex(void);
/macosx-10.9.5/swig-10/Source/CParse/
H A Dcparse.h43 extern int yylex(void);
H A Dcscanner.c480 * int yylex()
485 int yylex(void) { function
770 return (yylex());
774 return (yylex());
776 return (yylex());
780 return (yylex());
805 return (yylex());
837 return (yylex());
859 return (yylex());
863 return (yylex());
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/
H A DCalc.yp77 $self->YYParse( yylex => \&_Lexer, yyerror => \&_Error );
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/
H A DCalc.yp77 $self->YYParse( yylex => \&_Lexer, yyerror => \&_Error );
/macosx-10.9.5/adv_cmds-153/colldef/
H A Dscan.l54 int yylex(void);
394 while(yylex())
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Dplural.c7 #define yylex __gettextlex macro
90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
523 /* YYLEX -- calling `yylex' with the right arguments. */
528 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
530 # define YYLEX yylex (&yylval, &yylloc)
534 # define YYLEX yylex (&yylval, YYLEX_PARAM)
536 # define YYLEX yylex (&yylval)
540 # define YYLEX yylex ()
1372 yylex (lval, pexp)
1369 yylex (lval, pexp) function
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Dplural.c7 #define yylex __gettextlex macro
90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
523 /* YYLEX -- calling `yylex' with the right arguments. */
528 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
530 # define YYLEX yylex (&yylval, &yylloc)
534 # define YYLEX yylex (&yylval, YYLEX_PARAM)
536 # define YYLEX yylex (&yylval)
540 # define YYLEX yylex ()
1372 yylex (lval, pexp)
1369 yylex (lval, pexp) function

Completed in 236 milliseconds

1234