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

123456

/freebsd-9.3-release/usr.bin/lex/
H A DMakefile18 skel.c sym.c tblcmp.c yylex.c
/freebsd-9.3-release/contrib/amd/fsinfo/
H A Dfsinfo.h127 extern int yylex(void);
/freebsd-9.3-release/contrib/gcc/
H A Dgengtype.h151 extern int yylex (void);
/freebsd-9.3-release/usr.sbin/config/
H A Dconfig.h182 int yylex(void);
H A Dlang.l97 #define YY_DECL int yylex(void)
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l68 extern int yylex(void);
/freebsd-9.3-release/usr.bin/mklocale/
H A Dlex.l51 #define YY_DECL int yylex(void)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsysinfo.y35 extern int yylex (void);
/freebsd-9.3-release/contrib/dtc/
H A Ddtc-parser.y30 extern int yylex(void);
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.c63 #define yylex libsdp_yylex macro
130 extern int yylex(void);
787 /* YYLEX -- calling `yylex' with the right arguments. */
790 # define YYLEX yylex (YYLEX_PARAM)
792 # define YYLEX yylex ()
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.h274 int yylex(void);
/freebsd-9.3-release/usr.sbin/jail/
H A Djailp.h225 extern int yylex(void);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dm2-exp.c170 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
179 #define yylex m2_lex macro
226 static int yylex (void);
907 /* YYLEX -- calling `yylex' with the right arguments. */
910 # define YYLEX yylex (YYLEX_PARAM)
912 # define YYLEX yylex ()
2315 yylex ()
2311 yylex () function
H A Df-exp.y59 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
68 #define yylex f_lex
115 static int yylex (void);
928 yylex ()
H A Dm2-exp.y55 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
64 #define yylex m2_lex
111 static int yylex (void);
822 yylex ()
H A Dada-exp.y54 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
67 #define yylex ada_lex
116 static int yylex (void);
628 /* yylex defined in ada-lex.c: Reads one token, getting characters */
631 /* Remap normal flex interface names (yylex) as well as gratuitiously */
/freebsd-9.3-release/contrib/cvs/lib/
H A Dgetdate.y80 #define yylex getdate_yylex
84 static int yylex ();
834 yylex()
/freebsd-9.3-release/usr.bin/find/
H A Dgetdate.y64 #define yylex getdate_yylex
68 static int yylex(void);
777 yylex(void)
/freebsd-9.3-release/usr.sbin/fifolog/lib/
H A Dgetdate.y28 #define yylex getdate_yylex
32 static int yylex(void);
766 yylex(void)
/freebsd-9.3-release/contrib/com_err/
H A Dparse.c654 /* YYLEX -- calling `yylex' with the right arguments. */
657 # define YYLEX yylex (YYLEX_PARAM)
659 # define YYLEX yylex ()
/freebsd-9.3-release/contrib/ipfilter/iplang/
H A Diplang_l.l43 int yylex __P((void));
/freebsd-9.3-release/contrib/one-true-awk/
H A Dproto.h32 extern int yylex(void);
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dparse.c654 /* YYLEX -- calling `yylex' with the right arguments. */
657 # define YYLEX yylex (YYLEX_PARAM)
659 # define YYLEX yylex ()
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dparse.c657 /* YYLEX -- calling `yylex' with the right arguments. */
660 # define YYLEX yylex (YYLEX_PARAM)
662 # define YYLEX yylex ()
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dexterns1.h87 extern int yylex(void);

Completed in 314 milliseconds

123456