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

12345

/haiku-buildtools/legacy/binutils/gas/
H A Ditbl-lex.h23 extern int yylex (void);
/haiku-buildtools/binutils/gas/
H A Ditbl-lex.h23 extern int yylex (void);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920702-1.c3 yylex () function
H A Dpr42708-1.c7 void yylex (int b) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000818-1.c11 int yylex (void);
16 int ch = yylex ();
21 int yylex (void) function
/haiku-buildtools/legacy/binutils/binutils/
H A Ddlltool.h38 extern int yylex (void);
H A Darsup.h54 extern int yylex (void);
H A Darlex.l33 extern int yylex (void);
H A Dsyslex.l37 extern int yylex (void);
H A Darparse.y33 extern int yylex (void);
/haiku-buildtools/binutils/binutils/
H A Ddlltool.h35 extern int yylex (void);
H A Darsup.h54 extern int yylex (void);
H A Darlex.l37 extern int yylex (void);
H A Dsyslex.l39 extern int yylex (void);
H A Dwindmc.h83 int yylex (void);
H A Darparse.y33 extern int yylex (void);
/haiku-buildtools/jam/
H A Dscan.h14 * yylex() - parse the next token, returning its type
49 int yylex();
/haiku-buildtools/legacy/binutils/ld/
H A Dldlex.h42 extern int yylex (void);
H A Dldfile.c191 if ((token = yylex ()) != '(')
193 if ((token = yylex ()) != NAME)
198 token = yylex ();
201 if ((token = yylex ()) != NAME)
207 if ((token = yylex ()) != ','
208 || (token = yylex ()) != NAME)
215 token = yylex ();
247 token = yylex ();
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-lex.h71 yylex must look this up to detect typedefs, which get token type TYPENAME,
83 extern int yylex PROTO((void));
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dlex.h87 extern int yylex PROTO((void));
/haiku-buildtools/binutils/ld/
H A Dldfile.c198 if ((token = yylex ()) != '(')
200 if ((token = yylex ()) != NAME)
205 token = yylex ();
208 if ((token = yylex ()) != NAME)
214 if ((token = yylex ()) != ','
215 || (token = yylex ()) != NAME)
222 token = yylex ();
254 token = yylex ();
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dlex.h118 yylex must look this up to detect typedefs, which get token type TYPENAME,
137 extern int yylex PROTO((void));
/haiku-buildtools/binutils/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
/haiku-buildtools/gcc/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

Completed in 252 milliseconds

12345