Searched refs:yylex (Results 126 - 150 of 262) sorted by relevance

1234567891011

/freebsd-10.2-release/usr.bin/bc/
H A Dscan.l53 #define YY_DECL int yylex(void)
/freebsd-10.2-release/usr.bin/colldef/
H A Dscan.l50 int yylex(void);
283 while(yylex())
/freebsd-10.2-release/contrib/binutils/binutils/
H A Darparse.y33 extern int yylex (void);
H A Dsysinfo.y35 extern int yylex (void);
/freebsd-10.2-release/contrib/amd/amd/
H A Dconf_parse.y53 extern int yylex(void);
/freebsd-10.2-release/contrib/byacc/test/
H A Dbtyacc_destroy1.y24 #define YYLEX_DECL() yylex(void)
H A Dbtyacc_destroy2.y24 #define YYLEX_DECL() yylex(void)
H A Dbtyacc_destroy3.y27 #define YYLEX_DECL() yylex(void)
H A Derr_inherit2.y17 #define YYLEX_DECL() yylex(void)
H A Derr_inherit3.y17 #define YYLEX_DECL() yylex(void)
H A Derr_inherit4.y18 #define YYLEX_DECL() yylex(void)
H A Derr_inherit5.y17 #define YYLEX_DECL() yylex(void)
H A Dinherit2.y17 #define YYLEX_DECL() yylex(void)
H A Dok_syntax1.y15 #define YYLEX_DECL() yylex(YYSTYPE *yylval, int *YYLEX_PARAM)
/freebsd-10.2-release/bin/sh/
H A Darith_yylex.c56 yylex(void) function
/freebsd-10.2-release/contrib/gcc/
H A Dgengtype.h151 extern int yylex (void);
/freebsd-10.2-release/contrib/amd/fsinfo/
H A Dfsinfo.h127 extern int yylex(void);
/freebsd-10.2-release/usr.bin/lex/
H A DMakefile24 tblcmp.c yylex.c
/freebsd-10.2-release/usr.sbin/config/
H A Dconfig.h181 int yylex(void);
H A Dlang.l97 #define YY_DECL int yylex(void)
/freebsd-10.2-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l68 extern int yylex(void);
/freebsd-10.2-release/usr.bin/mklocale/
H A Dlex.l51 #define YY_DECL int yylex(void)
/freebsd-10.2-release/contrib/byacc/test/btyacc/
H A Dpure_error.tab.c24 #ifndef yylex
25 #define yylex error_lex macro
26 #endif /* yylex */
125 #define YYLEX_DECL() yylex(YYSTYPE *yylval)
154 # define YYLEX_DECL() yylex(YYSTYPE *yylval, YYLEX_PARAM_TYPE YYLEX_PARAM)
156 # define YYLEX_DECL() yylex(YYSTYPE *yylval, void * YYLEX_PARAM)
158 # define YYLEX yylex(&yylval, YYLEX_PARAM)
160 # define YYLEX_DECL() yylex(YYSTYPE *yylval)
161 # define YYLEX yylex(&yylval)
327 yylex(YYSTYP function
[all...]
/freebsd-10.2-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-10.2-release/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.h274 int yylex(void);

Completed in 262 milliseconds

1234567891011