Searched refs:yylex (Results 226 - 250 of 262) sorted by relevance

1234567891011

/freebsd-10.2-release/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c24 #ifndef yylex
25 #define yylex grammar_lex macro
26 #endif /* yylex */
333 extern int yylex (void);
423 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
424 # define YYLEX yylex(YYLEX_PARAM)
426 # define YYLEX_DECL() yylex(void)
427 # define YYLEX yylex()
H A Dcode_debug.c224 yylex(void) function
H A Drename_debug.c224 yylex(void) function
/freebsd-10.2-release/contrib/one-true-awk/
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 */
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_scanner.c662 * yylex() - function that does the actual scanning.
663 * Bison expects this function to be called yylex and for it to take no
665 * Conceptually yylex "returns" yylval as well as the actual return
669 yylex(void) function
906 DPRINTF(4, ("yylex: lexeme '%s' -> %s\n", yytext,
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipscan_y.y23 extern int yylex __P((void));
H A Dipmon_y.y22 extern int yylex __P((void));
/freebsd-10.2-release/usr.sbin/rrenumd/
H A Dparser.y68 extern int yylex(void);
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dlex.c1004 extern int yylex (void);
1006 #define YY_DECL int yylex (void)
1721 * yylex(). If so, then we have to assure
1834 } /* end of yylex */
2445 /** Setup the input buffer state to scan a string. The next call to yylex() will
2459 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
2646 * yylex() is called, initialization will occur. */
/freebsd-10.2-release/crypto/heimdal/lib/com_err/
H A Dlex.c681 extern int yylex (void);
683 #define YY_DECL int yylex (void)
893 * yylex(). If so, then we have to assure
1006 } /* end of yylex */
1580 /** Setup the input buffer state to scan a string. The next call to yylex() will
1594 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1781 * yylex() is called, initialization will occur. */
/freebsd-10.2-release/crypto/heimdal/lib/sl/
H A Dslc-gram.c629 /* YYLEX -- calling `yylex' with the right arguments. */
632 # define YYLEX yylex (YYLEX_PARAM)
634 # define YYLEX yylex ()
H A Dslc-lex.c660 extern int yylex (void);
662 #define YY_DECL int yylex (void)
830 * yylex(). If so, then we have to assure
943 } /* end of yylex */
1517 /** Setup the input buffer state to scan a string. The next call to yylex() will
1531 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1718 * yylex() is called, initialization will occur. */
/freebsd-10.2-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y76 static int yylex (void);
1119 yylex(void)
/freebsd-10.2-release/contrib/groff/src/preproc/refer/
H A Dlabel.y29 int yylex();
424 int yylex()
/freebsd-10.2-release/usr.bin/ar/
H A Dacpyacc.y56 extern int yylex(void);
/freebsd-10.2-release/sbin/hastd/
H A Dparse.y79 extern int yylex(void);
/freebsd-10.2-release/contrib/flex/
H A Dflexdef.h1098 /* from file yylex.c */
1100 extern int yylex PROTO ((void));
/freebsd-10.2-release/contrib/groff/src/preproc/eqn/
H A Dlex.cpp1082 int yylex() function
/freebsd-10.2-release/usr.sbin/ctld/
H A Dparse.y55 extern int yylex(void);
/freebsd-10.2-release/libexec/ftpd/
H A Dftpcmd.y1146 static int yylex(void);
1269 yylex(void)
/freebsd-10.2-release/contrib/byacc/test/
H A Dgrammar.y283 extern int yylex (void);
/freebsd-10.2-release/usr.bin/lex/
H A Dinitscan.c2177 extern int yylex (void);
2179 #define YY_DECL int yylex (void)
2233 YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
4158 * yylex(). If so, then we have to assure
4271 } /* end of yylex */
4849 /** Setup the input buffer state to scan a string. The next call to yylex() will
4863 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
5099 * yylex() is called, initialization will occur. */
/freebsd-10.2-release/contrib/opie/
H A Dftpcmd.y949 int yylex FUNCTION_NOARGS
/freebsd-10.2-release/sbin/setkey/
H A Dparse.y83 extern int yylex(void);
/freebsd-10.2-release/contrib/binutils/ld/
H A Ddeffilep.y34 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
43 #define yylex def_lex

Completed in 172 milliseconds

1234567891011