Searched refs:yylex (Results 1 - 25 of 42) sorted by relevance

12

/haiku-fatelf/src/tools/stubgen/
H A Dutil.h36 extern int yylex();
H A Dlexer.l451 token = yylex();
499 token = yylex();
/haiku-fatelf/src/bin/network/wget/src/
H A Dcss-url.c64 extern int yylex (void);
170 while((token = yylex()) != CSSEOF)
180 } while((token = yylex()) == S);
/haiku-fatelf/src/bin/rc/
H A Dcompile.h93 int yylex();
/haiku-fatelf/src/bin/gawk/intl/
H A Dplural.c7 #define yylex __gettextlex macro
90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
523 /* YYLEX -- calling `yylex' with the right arguments. */
528 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
530 # define YYLEX yylex (&yylval, &yylloc)
534 # define YYLEX yylex (&yylval, YYLEX_PARAM)
536 # define YYLEX yylex (&yylval)
540 # define YYLEX yylex ()
1372 yylex (lval, pexp)
1369 yylex (lval, pexp) function
H A Dplural.y69 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
260 yylex (lval, pexp)
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural.y71 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
262 yylex (lval, pexp)
H A Dplural.c51 #define yylex __gettextlex macro
176 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
640 /* YYLEX -- calling `yylex' with the right arguments. */
643 # define YYLEX yylex (&yylval, YYLEX_PARAM)
645 # define YYLEX yylex (&yylval)
1534 yylex (lval, pexp)
1530 yylex (lval, pexp) function
/haiku-fatelf/src/bin/bc/bc/
H A Dproto.h138 _PROTOTYPE(int yylex, (void));
H A Dbc.c567 #define YYLEX yylex()
573 #define YYLEX yylex(&yylval, &yylloc, YYLEX_PARAM)
575 #define YYLEX yylex(&yylval, &yylloc)
579 #define YYLEX yylex(&yylval, YYLEX_PARAM)
581 #define YYLEX yylex(&yylval)
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-int.h257 int yylex(void);
/haiku-fatelf/src/bin/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);
915 /* YYLEX -- calling `yylex' with the right arguments. */
918 # define YYLEX yylex (YYLEX_PARAM)
920 # define YYLEX yylex ()
2337 yylex ()
2333 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);
584 /* yylex defined in ada-lex.c: Reads one token, getting characters */
587 /* Remap normal flex interface names (yylex) as well as gratuitiously */
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);
794 /* YYLEX -- calling `yylex' with the right arguments. */
797 # define YYLEX yylex (YYLEX_PARAM)
799 # define YYLEX yylex ()
2326 yylex ()
2322 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);
845 /* YYLEX -- calling `yylex' with the right arguments. */
848 # define YYLEX yylex (YYLEX_PARAM)
850 # define YYLEX yylex ()
2257 yylex ()
2253 yylex () function
H A Dada-exp.c168 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
181 #define yylex ada_lex macro
230 static int yylex (void);
982 /* YYLEX -- calling `yylex' with the right arguments. */
985 # define YYLEX yylex (YYLEX_PARAM)
987 # define YYLEX yylex ()
2273 /* yylex defined in ada-lex.c: Reads one token, getting characters */
2276 /* Remap normal flex interface names (yylex) as well as gratuitiously */
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);
867 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.c163 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
172 #define yylex c_lex macro
219 static int yylex (void);
974 /* YYLEX -- calling `yylex' with the right arguments. */
977 # define YYLEX yylex (YYLEX_PARAM)
979 # define YYLEX yylex ()
2959 yylex ()
2955 yylex () function
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dprintrcy.c89 extern int yylex(void);
802 /* YYLEX -- calling `yylex' with the right arguments. */
805 # define YYLEX yylex (YYLEX_PARAM)
807 # define YYLEX yylex ()
H A Dprintrcy.y40 extern int yylex(void);
/haiku-fatelf/src/libs/print/libgutenprint/src/testpattern/
H A Dtestpatterny.c85 extern int yylex(void);
940 /* YYLEX -- calling `yylex' with the right arguments. */
943 # define YYLEX yylex (YYLEX_PARAM)
945 # define YYLEX yylex ()

Completed in 295 milliseconds

12