/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20000818-1.c | 11 int yylex (void); 16 int ch = yylex (); in main() 21 int yylex (void) in yylex() function
|
/openbsd/usr.bin/lex/ |
H A D | FlexLexer.h | 79 virtual int yylex() = 0; 82 int yylex( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 ) 85 return yylex(); 132 virtual int yylex();
|
H A D | libmain.c | 26 extern int yylex(); 33 while (yylex() != 0);
|
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | ldfile.c | 194 if ((token = yylex ()) != '(') in ldfile_try_open_bfd() 196 if ((token = yylex ()) != NAME) in ldfile_try_open_bfd() 201 token = yylex (); in ldfile_try_open_bfd() 204 if ((token = yylex ()) != NAME) in ldfile_try_open_bfd() 210 if ((token = yylex ()) != ',' in ldfile_try_open_bfd() 211 || (token = yylex ()) != NAME) in ldfile_try_open_bfd() 218 token = yylex (); in ldfile_try_open_bfd() 250 token = yylex (); in ldfile_try_open_bfd()
|
H A D | ldlex.h | 42 extern int yylex (void);
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/ |
H A D | ldfile.c | 191 if ((token = yylex ()) != '(') in ldfile_try_open_bfd() 193 if ((token = yylex ()) != NAME) in ldfile_try_open_bfd() 198 token = yylex (); in ldfile_try_open_bfd() 201 if ((token = yylex ()) != NAME) in ldfile_try_open_bfd() 207 if ((token = yylex ()) != ',' in ldfile_try_open_bfd() 208 || (token = yylex ()) != NAME) in ldfile_try_open_bfd() 215 token = yylex (); in ldfile_try_open_bfd() 247 token = yylex (); in ldfile_try_open_bfd()
|
H A D | ldlex.h | 42 extern int yylex (void);
|
/openbsd/gnu/gcc/intl/ |
H A D | plural.c | 7 #define yylex __gettextlex macro 90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp)); 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 () 1369 yylex (lval, pexp) in yylex() function
|
/openbsd/gnu/usr.bin/gcc/gcc/intl/ |
H A D | plural.c | 8 #define yylex __gettextlex macro 91 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp)); 418 #define YYLEX yylex() 424 #define YYLEX yylex(&yylval, &yylloc, YYLEX_PARAM) 426 #define YYLEX yylex(&yylval, &yylloc) 430 #define YYLEX yylex(&yylval, YYLEX_PARAM) 432 #define YYLEX yylex(&yylval) 1177 yylex (lval, pexp) in yylex() function
|
/openbsd/gnu/usr.bin/texinfo/intl/ |
H A D | plural.c | 7 #define yylex __gettextlex macro 78 static int yylex (YYSTYPE *lval, const char **pexp); 504 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) 506 # define YYLEX yylex (&yylval, &yylloc) 510 # define YYLEX yylex (&yylval, YYLEX_PARAM) 512 # define YYLEX yylex (&yylval) 516 # define YYLEX yylex () 1344 yylex (YYSTYPE *lval, const char **pexp) in yylex() function
|
H A D | plural.y | 57 static int yylex (YYSTYPE *lval, const char **pexp); 235 yylex (YYSTYPE *lval, const char **pexp) in yylex() function
|
/openbsd/usr.bin/fgen/ |
H A D | fgen.l | 1251 token = yylex(); 1311 token = yylex(); 1322 token = yylex(); 1340 token = yylex(); 1352 token = yylex(); 1369 token = yylex(); 1402 token = yylex(); 1429 token = yylex(); 1441 token = yylex(); 1522 token = yylex(); [all …]
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | itbl-parse.c | 275 int yylex PARAMS ((void)); 659 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) 661 # define YYLEX yylex (&yylval, &yylloc) 665 # define YYLEX yylex (&yylval, YYLEX_PARAM) 667 # define YYLEX yylex (&yylval) 671 # define YYLEX yylex ()
|
H A D | m68k-parse.c | 34 #define yylex m68k_lex macro 78 static int yylex PARAMS ((void)); 575 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) 577 # define YYLEX yylex (&yylval, &yylloc) 581 # define YYLEX yylex (&yylval, YYLEX_PARAM) 583 # define YYLEX yylex (&yylval) 587 # define YYLEX yylex () 1926 yylex () in yylex() function
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | itbl-lex.h | 23 extern int yylex (void);
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 920702-1.c | 3 yylex () in yylex() function
|
/openbsd/regress/sbin/pfctl/ |
H A D | pfail15.in | 1 # test for line buffer overflow in yylex, bufsize=8192
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | defparse.c | 497 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) 499 # define YYLEX yylex (&yylval, &yylloc) 503 # define YYLEX yylex (&yylval, YYLEX_PARAM) 505 # define YYLEX yylex (&yylval) 509 # define YYLEX yylex ()
|
H A D | dlltool.h | 38 extern int yylex (void);
|
H A D | arsup.h | 53 extern int yylex (void);
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | dlltool.h | 38 extern int yylex (void);
|
H A D | arsup.h | 54 extern int yylex (void);
|
/openbsd/usr.bin/bc/ |
H A D | extern.h | 27 int yylex(void);
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | getdate.c | 101 #define yylex getdate_yylex macro 105 static int yylex (); 437 #define YYLEX yylex() 443 #define YYLEX yylex(&yylval, &yylloc, YYLEX_PARAM) 445 #define YYLEX yylex(&yylval, &yylloc) 449 #define YYLEX yylex(&yylval, YYLEX_PARAM) 451 #define YYLEX yylex(&yylval) 1826 yylex() in yylex() function
|
/openbsd/sbin/dhcp6leased/ |
H A D | parse_lease.y | 57 int yylex(void); 155 yylex(void) in yylex() function
|