Searched refs:yylex (Results 201 - 225 of 262) sorted by relevance

1234567891011

/freebsd-10.2-release/contrib/byacc/test/yacc/
H A Drename_debug.c118 yylex(void) function
/freebsd-10.2-release/contrib/dtc/
H A Ddtc-parser.y29 extern int yylex(void);
/freebsd-10.2-release/contrib/groff/src/preproc/eqn/
H A Deqn.y27 int yylex();
/freebsd-10.2-release/usr.bin/lex/
H A Dinitparse.c120 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
121 # define YYLEX yylex(YYLEX_PARAM)
123 # define YYLEX_DECL() yylex(void)
124 # define YYLEX yylex()
/freebsd-10.2-release/usr.bin/iscsictl/
H A Dparse.y53 extern int yylex(void);
/freebsd-10.2-release/contrib/gdb/gdb/
H A Df-exp.c151 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
160 #define yylex f_lex macro
207 static int yylex (void);
787 /* YYLEX -- calling `yylex' with the right arguments. */
790 # define YYLEX yylex (YYLEX_PARAM)
792 # define YYLEX yylex ()
2305 yylex ()
2301 yylex () function
H A Djv-exp.c139 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
148 #define yylex java_lex macro
195 static int yylex (void);
846 /* YYLEX -- calling `yylex' with the right arguments. */
849 # define YYLEX yylex (YYLEX_PARAM)
851 # define YYLEX yylex ()
2232 yylex ()
2228 yylex () function
H A Dc-exp.y59 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
68 #define yylex c_lex
115 static int yylex (void);
886 in the token processing code in yylex. */
1307 yylex ()
H A Djv-exp.y53 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
62 #define yylex java_lex
109 static int yylex (void);
858 yylex ()
H A Dobjc-exp.y57 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror,
67 #define yylex objc_lex
114 yylex PARAMS ((void));
1253 yylex ()
H A Dp-exp.y61 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
70 #define yylex pascal_lex
117 static int yylex (void);
1070 yylex ()
H A Dc-exp.c166 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
175 #define yylex c_lex macro
222 static int yylex (void);
969 /* YYLEX -- calling `yylex' with the right arguments. */
972 # define YYLEX yylex (YYLEX_PARAM)
974 # define YYLEX yylex ()
2940 yylex ()
2936 yylex () function
H A Dobjc-exp.c166 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror,
176 #define yylex objc_lex macro
223 yylex PARAMS ((void));
951 /* YYLEX -- calling `yylex' with the right arguments. */
954 # define YYLEX yylex (YYLEX_PARAM)
956 # define YYLEX yylex ()
2898 yylex ()
2894 yylex () function
H A Dp-exp.c147 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
156 #define yylex pascal_lex macro
203 static int yylex (void);
761 /* YYLEX -- calling `yylex' with the right arguments. */
764 # define YYLEX yylex (YYLEX_PARAM)
766 # define YYLEX yylex ()
2395 yylex ()
2391 yylex () function
/freebsd-10.2-release/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c24 #ifndef yylex
25 #define yylex demo_lex macro
26 #endif /* yylex */
194 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
195 # define YYLEX yylex(YYLEX_PARAM)
197 # define YYLEX_DECL() yylex(void)
198 # define YYLEX yylex()
/freebsd-10.2-release/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l45 int yylex(void);
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1047 /* YYLEX -- calling `yylex' with the right arguments. */
1050 # define YYLEX yylex (YYLEX_PARAM)
1052 # define YYLEX yylex ()
/freebsd-10.2-release/lib/libipsec/
H A Dpolicy_parse.y91 extern int yylex(void);
/freebsd-10.2-release/contrib/binutils/binutils/
H A Drclex.c754 yylex (void) function
859 switch (yylex ())
H A Dmclex.c328 yylex (void) function
/freebsd-10.2-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c275 static int yylex (void);
1040 /* YYLEX -- calling `yylex' with the right arguments. */
1043 # define YYLEX yylex (YYLEX_PARAM)
1045 # define YYLEX yylex ()
3175 yylex(void)
3172 yylex(void) function
/freebsd-10.2-release/usr.sbin/bluetooth/bthidd/
H A Dparser.y65 int yylex (void);
/freebsd-10.2-release/usr.sbin/bluetooth/hcsecd/
H A Dparser.y47 int yylex (void);
/freebsd-10.2-release/usr.bin/colldef/
H A Dparse.y46 int yylex(void);
/freebsd-10.2-release/usr.bin/xlint/lint1/
H A Dcgram.y1590 yychar = yylex();
1879 yychar = yylex();
1889 freeyyv(&yylval, yychar = yylex());

Completed in 309 milliseconds

1234567891011