Searched refs:yylex (Results 176 - 200 of 262) sorted by relevance

1234567891011

/freebsd-10.2-release/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy2.tab.c24 #ifndef yylex
25 #define yylex destroy2_lex macro
26 #endif /* yylex */
141 #define YYLEX_DECL() yylex(void)
175 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
176 # define YYLEX yylex(YYLEX_PARAM)
178 # define YYLEX_DECL() yylex(void)
179 # define YYLEX yylex()
H A Dbtyacc_destroy3.tab.c24 #ifndef yylex
25 #define yylex destroy3_lex macro
26 #endif /* yylex */
141 #define YYLEX_DECL() yylex(void)
175 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
176 # define YYLEX yylex(YYLEX_PARAM)
178 # define YYLEX_DECL() yylex(void)
179 # define YYLEX yylex()
H A Dcalc2.tab.c24 #ifndef yylex
25 #define yylex calc2_lex macro
26 #endif /* yylex */
126 #define YYLEX_DECL() yylex(int *YYLEX_PARAM)
154 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
155 # define YYLEX yylex(YYLEX_PARAM)
157 # define YYLEX_DECL() yylex(int *base)
158 # define YYLEX yylex(base)
H A Dempty.tab.c24 #ifndef yylex
25 #define yylex empty_lex macro
26 #endif /* yylex */
122 #define YYLEX_DECL() yylex(void)
149 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
150 # define YYLEX yylex(YYLEX_PARAM)
152 # define YYLEX_DECL() yylex(void)
153 # define YYLEX yylex()
H A Derr_inherit3.tab.c24 #ifndef yylex
25 #define yylex err_inherit3_lex macro
26 #endif /* yylex */
136 #define YYLEX_DECL() yylex(void)
170 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
171 # define YYLEX yylex(YYLEX_PARAM)
173 # define YYLEX_DECL() yylex(void)
174 # define YYLEX yylex()
H A Derr_inherit4.tab.c24 #ifndef yylex
25 #define yylex err_inherit4_lex macro
26 #endif /* yylex */
144 #define YYLEX_DECL() yylex(void)
190 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
191 # define YYLEX yylex(YYLEX_PARAM)
193 # define YYLEX_DECL() yylex(void)
194 # define YYLEX yylex()
H A Dinherit0.tab.c24 #ifndef yylex
25 #define yylex inherit0_lex macro
26 #endif /* yylex */
124 #define YYLEX_DECL() yylex(void)
151 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
152 # define YYLEX yylex(YYLEX_PARAM)
154 # define YYLEX_DECL() yylex(void)
155 # define YYLEX yylex()
H A Dinherit1.tab.c24 #ifndef yylex
25 #define yylex inherit1_lex macro
26 #endif /* yylex */
136 #define YYLEX_DECL() yylex(void)
172 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
173 # define YYLEX yylex(YYLEX_PARAM)
175 # define YYLEX_DECL() yylex(void)
176 # define YYLEX yylex()
H A Dinherit2.tab.c24 #ifndef yylex
25 #define yylex inherit2_lex macro
26 #endif /* yylex */
136 #define YYLEX_DECL() yylex(void)
170 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
171 # define YYLEX yylex(YYLEX_PARAM)
173 # define YYLEX_DECL() yylex(void)
174 # define YYLEX yylex()
/freebsd-10.2-release/contrib/byacc/test/yacc/
H A Dgrammar.tab.c21 #ifndef yylex
22 #define yylex grammar_lex macro
23 #endif /* yylex */
313 extern int yylex (void);
403 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
404 # define YYLEX yylex(YYLEX_PARAM)
406 # define YYLEX_DECL() yylex(void)
407 # define YYLEX yylex()
/freebsd-10.2-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 */
H A Dada-exp.c172 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
185 #define yylex ada_lex macro
234 static int yylex (void);
972 /* YYLEX -- calling `yylex' with the right arguments. */
975 # define YYLEX yylex (YYLEX_PARAM)
977 # define YYLEX yylex ()
2302 /* yylex defined in ada-lex.c: Reads one token, getting characters */
2305 /* Remap normal flex interface names (yylex) as well as gratuitiously */
/freebsd-10.2-release/usr.sbin/autofs/
H A Dcommon.c69 extern int yylex(void);
755 ret = yylex();
814 ret = yylex();
884 ret = yylex();
1124 ret = yylex();
/freebsd-10.2-release/usr.sbin/fifolog/lib/
H A Dgetdate.y27 #define yylex getdate_yylex
30 static int yylex(void);
764 yylex(void)
/freebsd-10.2-release/usr.bin/find/
H A Dgetdate.y63 #define yylex getdate_yylex
66 static int yylex(void);
775 yylex(void)
/freebsd-10.2-release/contrib/one-true-awk/
H A Dproto.h32 extern int yylex(void);
/freebsd-10.2-release/crypto/heimdal/lib/com_err/
H A Dparse.c655 /* YYLEX -- calling `yylex' with the right arguments. */
658 # define YYLEX yylex (YYLEX_PARAM)
660 # define YYLEX yylex ()
/freebsd-10.2-release/contrib/ipfilter/iplang/
H A Diplang_l.l43 int yylex __P((void));
/freebsd-10.2-release/bin/expr/
H A Dexpr.y76 int yylex(void);
234 yylex(void)
/freebsd-10.2-release/usr.bin/xlint/lint1/
H A Dexterns1.h91 extern int yylex(void);
/freebsd-10.2-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c13 #define yylex libsdp_yylex macro
534 #define yylex libsdp_yylex macro
676 #define YY_DECL int yylex YY_PROTO(( void ))
1012 * yylex(). If so, then we have to assure
1125 } /* end of yylex */
1874 yylex();
/freebsd-10.2-release/contrib/libpcap/
H A Dpcap-int.h422 int yylex(void);

Completed in 317 milliseconds

1234567891011