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

1234

/macosx-10.10/adv_cmds-158/mklocale/
H A Dextern.h39 int yylex(void);
/macosx-10.10/Heimdal-398.1.2/lib/com_err/
H A Dlex.h39 int yylex(void);
/macosx-10.10/Liby-20/
H A Dlibmain.c26 extern int yylex ();
32 while (yylex () != 0) ;
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dlex.h42 int yylex(void);
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcftoken_proto.h39 extern int yylex (void);
/macosx-10.10/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);
H A Darparse.y33 extern int yylex (void);
/macosx-10.10/ipsec-286.1.1/ipsec-tools/setkey/
H A Dextern.h10 int yylex(void);
/macosx-10.10/Heimdal-398.1.2/lib/sl/
H A Dslc.h53 int yylex(void);
/macosx-10.10/Chess-310.6/Sources/
H A DMBCEngineCommands.l50 #define YY_DECL MBCCompactMove yylex(yyscan_t yyscanner)
87 return yylex((yyscan_t)scanner);
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dsel.h71 #define yylex _hx509_sel_yylex macro
/macosx-10.10/swig-12/Lib/perl5/
H A Dnoembed.h43 #ifdef yylex
44 #undef yylex macro
/macosx-10.10/ipsec-286.1.1/ipsec-tools/libipsec/
H A Dpolicy_token.l59 int yylex (void);
/macosx-10.10/xnu-2782.1.97/SETUP/config/
H A Dlexer.l38 int yylex(void);
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd_lexer.l32 int yylex(void);
/macosx-10.10/ntp-92/ntpd/
H A Dntp_scanner.h124 int yylex(void);
/macosx-10.10/swig-12/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.10/CPANInternal-159.1/Parse-Yapp-1.05/
H A DCalc.yp77 $self->YYParse( yylex => \&_Lexer, yyerror => \&_Error );
/macosx-10.10/adv_cmds-158/colldef/
H A Dscan.l54 int yylex(void);
394 while(yylex())
/macosx-10.10/bash-94.1.2/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.10/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 131 milliseconds

1234