Searched refs:yylex (Results 51 - 75 of 98) sorted by relevance

1234

/macosx-10.10/sudo-73/src/
H A Dgetdate.y102 static int yylex __P((void));
775 yylex()
H A Dsudo.h370 #define YY_DECL int yylex __P((void))
H A Dgram.c7 #define YYLEX yylex()
924 if ((yychar = yylex()) < 0) yychar = 0;
1617 if ((yychar = yylex()) < 0) yychar = 0;
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DParse.pm1058 $self->YYParse(yylex => \&_Lexer, yyerror => \&_Error);
/macosx-10.10/groff-38/groff/src/preproc/refer/
H A Dlabel.cpp18 int yylex();
471 int yylex() function
1278 if ((yychar = yylex()) < 0) yychar = 0;
1582 if ((yychar = yylex()) < 0) yychar = 0;
H A Dlabel.y29 int yylex();
424 int yylex()
/macosx-10.10/ntp-92/ntpd/
H A Dntp_scanner.c416 * yylex() - function that does the actual scanning.
417 * Bison expects this function to be called yylex and for it to take no
419 * Conceptually yylex "returns" yylval as well as the actual return
423 yylex( function
628 DPRINTF(4, ("yylex: lexeme '%s' -> %s\n", yytext,
H A Dntp_parser.c1436 /* YYLEX -- calling `yylex' with the right arguments. */
1439 # define YYLEX yylex (YYLEX_PARAM)
1441 # define YYLEX yylex ()
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dconfigfile.c653 extern int yylex (void);
655 #define YY_DECL int yylex (void)
822 * yylex(). If so, then we have to assure
935 } /* end of yylex */
1509 /** Setup the input buffer state to scan a string. The next call to yylex() will
1523 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1711 * yylex() is called, initialization will occur. */
1895 (void)yylex();
H A Ddriverparser.c13 #define yylex bplex macro
586 #define YY_DECL int yylex YY_PROTO(( void ))
763 * pointed yyin at a new source and called yylex().
883 } /* end of yylex */
1648 yylex();
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dtokenparser.c680 extern int yylex (void);
682 #define YY_DECL int yylex (void)
848 * yylex(). If so, then we have to assure
961 } /* end of yylex */
1535 /** Setup the input buffer state to scan a string. The next call to yylex() will
1549 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1737 * yylex() is called, initialization will occur. */
1942 (void)yylex();
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Darlex.c504 extern int yylex (void);
634 #define YY_DECL int yylex YY_PROTO(( void ))
965 * yylex(). If so, then we have to assure
1078 } /* end of yylex */
1825 yylex();
H A Dsyslex.c452 extern int yylex (void);
580 #define YY_DECL int yylex YY_PROTO(( void ))
843 * yylex(). If so, then we have to assure
956 } /* end of yylex */
1703 yylex();
H A Dwindres.h798 extern int yylex (void);
H A Ddeflex.c646 #define YY_DECL int yylex YY_PROTO(( void ))
990 * yylex(). If so, then we have to assure
1103 } /* end of yylex */
1850 yylex();
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dgetdate.c313 static int yylex (union YYSTYPE *, parser_control *);
915 /* YYLEX -- calling `yylex' with the right arguments. */
918 # define YYLEX yylex (&yylval, YYLEX_PARAM)
920 # define YYLEX yylex (&yylval, pc)
2719 yylex (YYSTYPE *lvalp, parser_control *pc)
2715 yylex (YYSTYPE *lvalp, parser_control *pc) function
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFUnserialize.yacc110 static int yylex(YYSTYPE *lvalp, parser_state_t *state);
587 yylex(YYSTYPE *lvalp, parser_state_t *state)
/macosx-10.10/awk-20/src/
H A Dlex.c170 int yylex(void) function
177 FATAL( "out of space in yylex" );
499 void startreg(void) /* next call to yylex will return a regular expression */
H A Dytab.c1996 /* YYLEX -- calling `yylex' with the right arguments. */
1999 # define YYLEX yylex (YYLEX_PARAM)
2001 # define YYLEX yylex ()
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dparser.y166 extern int yylex(void);
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd_parser.y27 int yylex(void);
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpcmd.y76 static int yylex (void);
1119 yylex(void)
/macosx-10.10/bc-21/bc/bc/
H A Dscan.c935 #define YY_DECL int yylex YY_PROTO(( void ))
1379 * yylex(). If so, then we have to assure
1492 } /* end of yylex */
2243 yylex();
/macosx-10.10/ipsec-286.1.1/ipsec-tools/libipsec/
H A Dpolicy_parse.y125 extern int yylex (void);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclGetDate.y133 static int yylex _ANSI_ARGS_((void));
994 yylex()

Completed in 328 milliseconds

1234