| /netbsd-src/external/bsd/byacc/dist/test/yacc/ |
| H A D | rename_debug.i | 8 int yylex(void); 33 # define YYLEX_DECL() yylex(void *YYLEX_PARAM) 34 # define YYLEX yylex(YYLEX_PARAM) 36 # define YYLEX_DECL() yylex(void) 37 # define YYLEX yylex() 40 #if !(defined(yylex) || defined(YYSTATE))
|
| /netbsd-src/external/bsd/byacc/dist/test/btyacc/ |
| H A D | rename_debug.i | 8 int yylex(void); 33 # define YYLEX_DECL() yylex(void *YYLEX_PARAM) 34 # define YYLEX yylex(YYLEX_PARAM) 36 # define YYLEX_DECL() yylex(void) 37 # define YYLEX yylex() 40 #if !(defined(yylex) || defined(YYSTATE))
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| H A D | scanner.l | 166 if ((p = c = yylex()) == '(') 167 c = yylex(); 170 if (p == '(' && yylex() != ')') 499 if ((c = yylex()) != 0) 636 while ((t = yylex()) == WSPACE) 642 while ((t = yylex()) && t != '\n') 684 yylex(); 690 t = yylex(); 709 t = yylex(); 886 c = yylex(); [all …]
|
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | FlexLexer.h | 76 virtual int yylex() = 0; 79 int yylex( std::istream& new_in, std::ostream& new_out ) in yylex() function 82 return yylex(); in yylex() 85 int yylex( std::istream* new_in, std::ostream* new_out = 0) 88 return yylex(); 144 virtual int yylex();
|
| H A D | libmain.c | 34 extern int yylex (void); 41 while (yylex () != 0) ; in main()
|
| /netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
| H A D | FlexLexer.h | 75 virtual int yylex() = 0; 78 int yylex( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 ) 81 return yylex(); 130 virtual int yylex();
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ldfile.c | 203 if ((token = yylex ()) != '(') in ldfile_try_open_bfd() 205 if ((token = yylex ()) != NAME) in ldfile_try_open_bfd() 210 token = yylex (); in ldfile_try_open_bfd() 213 if ((token = yylex ()) != NAME) in ldfile_try_open_bfd() 219 if ((token = yylex ()) != ',' in ldfile_try_open_bfd() 220 || (token = yylex ()) != NAME) in ldfile_try_open_bfd() 227 token = yylex (); in ldfile_try_open_bfd() 258 token = yylex (); in ldfile_try_open_bfd()
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | sun_map_tok.l | 76 int yylex(void); 128 #if !defined(yywrap) || defined(yylex) 230 #if !defined(yywrap) || defined(yylex)
|
| H A D | conf_tok.l | 81 int yylex(void); 87 #if !defined(yywrap) || defined(yylex) 186 #if !defined(yywrap) || defined(yylex)
|
| /netbsd-src/external/gpl3/gcc/dist/intl/ |
| H A D | plural.c | 7 #define yylex __gettextlex macro 93 static int yylex PARAMS ((YYSTYPE *lval, struct parse_args *arg)); 96 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp)); 535 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) 537 # define YYLEX yylex (&yylval, &yylloc) 541 # define YYLEX yylex (&yylval, YYLEX_PARAM) 543 # define YYLEX yylex (&yylval) 547 # define YYLEX yylex () 1377 yylex (lval, arg) in yylex() function 1384 yylex (lval, pexp)
|
| /netbsd-src/external/gpl3/gcc.old/dist/intl/ |
| H A D | plural.c | 7 #define yylex __gettextlex macro 93 static int yylex PARAMS ((YYSTYPE *lval, struct parse_args *arg)); 96 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp)); 535 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) 537 # define YYLEX yylex (&yylval, &yylloc) 541 # define YYLEX yylex (&yylval, YYLEX_PARAM) 543 # define YYLEX yylex (&yylval) 547 # define YYLEX yylex () 1377 yylex (lval, arg) in yylex() function 1384 yylex (lval, pexp)
|
| /netbsd-src/external/gpl3/binutils.old/dist/intl/ |
| H A D | plural.c | 7 #define yylex __gettextlex macro 93 static int yylex PARAMS ((YYSTYPE *lval, struct parse_args *arg)); 96 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp)); 535 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) 537 # define YYLEX yylex (&yylval, &yylloc) 541 # define YYLEX yylex (&yylval, YYLEX_PARAM) 543 # define YYLEX yylex (&yylval) 547 # define YYLEX yylex () 1377 yylex (lval, arg) in yylex() function 1384 yylex (lval, pexp)
|
| /netbsd-src/usr.sbin/autofs/ |
| H A D | token.l | 46 #define YY_DECL int yylex(void) 47 extern int yylex(void);
|
| /netbsd-src/external/bsd/byacc/dist/test/ |
| H A D | err_syntax17.y | 4 int yylex(void); 23 yylex(void) in yylex() function
|
| H A D | error.y | 4 int yylex(void); 21 yylex(void) in yylex() function
|
| H A D | err_syntax1.y | 4 int yylex(void); 21 yylex(void) in yylex() function
|
| H A D | err_syntax18.y | 4 int yylex(void); 26 yylex(void) in yylex() function
|
| H A D | err_syntax4.y | 4 int yylex(void); 21 yylex(void) in yylex() function
|
| H A D | err_syntax8a.y | 4 int yylex(void); 24 yylex(void) in yylex() function
|
| H A D | err_syntax19.y | 4 int yylex(void); 26 yylex(void) in yylex() function
|
| H A D | err_syntax8.y | 4 int yylex(void); 24 yylex(void) in yylex() function
|
| H A D | err_syntax5.y | 4 int yylex(void); 26 yylex(void) in yylex() function
|
| H A D | err_syntax7b.y | 4 int yylex(void); 24 yylex(void) in yylex() function
|
| H A D | err_syntax11.y | 4 int yylex(void); 25 yylex(void) in yylex() function
|
| H A D | err_syntax7.y | 4 int yylex(void); 24 yylex(void) in yylex() function
|