Home
last modified time | relevance | path

Searched refs:yylex (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/netbsd-src/external/bsd/byacc/dist/test/yacc/
H A Drename_debug.i8 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 Drename_debug.i8 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 Dscanner.l166 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 DFlexLexer.h76 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 Dlibmain.c34 extern int yylex (void);
41 while (yylex () != 0) ; in main()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DFlexLexer.h75 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 Dldfile.c203 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 Dsun_map_tok.l76 int yylex(void);
128 #if !defined(yywrap) || defined(yylex)
230 #if !defined(yywrap) || defined(yylex)
H A Dconf_tok.l81 int yylex(void);
87 #if !defined(yywrap) || defined(yylex)
186 #if !defined(yywrap) || defined(yylex)
/netbsd-src/external/gpl3/gcc/dist/intl/
H A Dplural.c7 #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 Dplural.c7 #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 Dplural.c7 #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 Dtoken.l46 #define YY_DECL int yylex(void)
47 extern int yylex(void);
/netbsd-src/external/bsd/byacc/dist/test/
H A Derr_syntax17.y4 int yylex(void);
23 yylex(void) in yylex() function
H A Derror.y4 int yylex(void);
21 yylex(void) in yylex() function
H A Derr_syntax1.y4 int yylex(void);
21 yylex(void) in yylex() function
H A Derr_syntax18.y4 int yylex(void);
26 yylex(void) in yylex() function
H A Derr_syntax4.y4 int yylex(void);
21 yylex(void) in yylex() function
H A Derr_syntax8a.y4 int yylex(void);
24 yylex(void) in yylex() function
H A Derr_syntax19.y4 int yylex(void);
26 yylex(void) in yylex() function
H A Derr_syntax8.y4 int yylex(void);
24 yylex(void) in yylex() function
H A Derr_syntax5.y4 int yylex(void);
26 yylex(void) in yylex() function
H A Derr_syntax7b.y4 int yylex(void);
24 yylex(void) in yylex() function
H A Derr_syntax11.y4 int yylex(void);
25 yylex(void) in yylex() function
H A Derr_syntax7.y4 int yylex(void);
24 yylex(void) in yylex() function

12345678910>>...20