Home
last modified time | relevance | path

Searched refs:yylex (Results 251 – 275 of 8896) sorted by relevance

1...<<11121314151617181920>>...356

/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/tests/
H A Dstring_r.l74 yylex(scanner); in main()
82 yylex(scanner); in main()
97 yylex(scanner); in main()
/dports/devel/libs11n/libs11n-1.2.10-nobuildfiles/include/s11n.net/s11n/io/
H A Dfuntxt_data_nodeFlexLexer.hpp29 virtual int yylex();
32 int yylex( istream* new_in, ostream* new_out = 0 ) { in yylex() function in funtxt_data_nodeFlexLexer
34 return FlexLexer::yylex(new_in, new_out); in yylex()
H A Dfunxml_data_nodeFlexLexer.hpp29 virtual int yylex();
32 int yylex( istream* new_in, ostream* new_out = 0 ) { in yylex() function in funxml_data_nodeFlexLexer
34 return FlexLexer::yylex(new_in, new_out); in yylex()
H A Dwesnoth_data_nodeFlexLexer.hpp29 virtual int yylex();
32 int yylex( istream* new_in, ostream* new_out = 0 ) { in yylex() function in wesnoth_data_nodeFlexLexer
34 return FlexLexer::yylex(new_in, new_out); in yylex()
H A Dsimplexml_data_nodeFlexLexer.hpp29 virtual int yylex();
32 int yylex( istream* new_in, ostream* new_out = 0 ) { in yylex() function in simplexml_data_nodeFlexLexer
34 return FlexLexer::yylex(new_in, new_out); in yylex()
H A Dcompact_data_nodeFlexLexer.hpp29 virtual int yylex();
32 int yylex( istream* new_in, ostream* new_out = 0 ) { in yylex() function in compact_data_nodeFlexLexer
34 return FlexLexer::yylex(new_in, new_out); in yylex()
H A Dparens_data_nodeFlexLexer.hpp29 virtual int yylex();
32 int yylex( istream* new_in, ostream* new_out = 0 ) { in yylex() function in parens_data_nodeFlexLexer
34 return FlexLexer::yylex(new_in, new_out); in yylex()
/dports/devel/automake/automake-1.16.5/t/
H A Dyacc-d-vpath.sh43 int yylex () { return 0; }
76 int yylex () { return 0; }
96 int yylex () { return 0; }
/dports/devel/bison/bison-3.7.6/examples/c/pushcalc/
H A Dcalc.y28 int yylex (YYSTYPE *yylval);
88 yylex (YYSTYPE *yylval)
130 status = yypush_parse (ps, yylex (&lval), &lval);
/dports/textproc/re-flex/RE-flex-3.1.0/examples/
H A Dflexexample7.yxx2 /* Demonstrates bison locations with yylex() taking yylval and yylloc (reflex option bison-location…
20 extern int yylex(YYSTYPE*, YYLTYPE*);
24 /* Add &yylval and &yyloc parameters to yylex() with a trick: use YYLEX_PARAM */
H A Dflexexample11.yxx54 #undef yylex
55 …#define yylex lexer.yylex /* Within bison's parse() we should invoke lexer.yylex(), not the globa…
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/
H A Dldfile.c198 if ((token = yylex ()) != '(') in ldfile_try_open_bfd()
200 if ((token = yylex ()) != NAME) in ldfile_try_open_bfd()
205 token = yylex (); in ldfile_try_open_bfd()
208 if ((token = yylex ()) != NAME) in ldfile_try_open_bfd()
214 if ((token = yylex ()) != ',' in ldfile_try_open_bfd()
215 || (token = yylex ()) != NAME) in ldfile_try_open_bfd()
222 token = yylex (); in ldfile_try_open_bfd()
254 token = yylex (); in ldfile_try_open_bfd()
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/
H A Dldfile.c198 if ((token = yylex ()) != '(') in ldfile_try_open_bfd()
200 if ((token = yylex ()) != NAME) in ldfile_try_open_bfd()
205 token = yylex (); in ldfile_try_open_bfd()
208 if ((token = yylex ()) != NAME) in ldfile_try_open_bfd()
214 if ((token = yylex ()) != ',' in ldfile_try_open_bfd()
215 || (token = yylex ()) != NAME) in ldfile_try_open_bfd()
222 token = yylex (); in ldfile_try_open_bfd()
254 token = yylex (); in ldfile_try_open_bfd()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/yacc/
H A Dcalc3.tab.c23 #ifndef yylex
24 #define yylex calc3_lex macro
109 #define YYLEX_DECL() yylex(YYSTYPE *yylval, int *YYLEX_PARAM)
138 # define YYLEX_DECL() yylex(YYSTYPE *yylval, YYLEX_PARAM_TYPE YYLEX_PARAM)
140 # define YYLEX_DECL() yylex(YYSTYPE *yylval, void * YYLEX_PARAM)
142 # define YYLEX yylex(&yylval, YYLEX_PARAM)
144 # define YYLEX_DECL() yylex(YYSTYPE *yylval, int *base)
145 # define YYLEX yylex(&yylval, base)
/dports/misc/talkfilters/talkfilters-2.3.8/
H A Daustro.l42 #define YY_DECL int yylex(gtf_databuf_t *buf)
95 yylex(&buffer);
114 yylex(NULL);
H A Dpansy.l41 #define YY_DECL int yylex(gtf_databuf_t *buf)
104 yylex(&buffer);
122 yylex(NULL);
/dports/textproc/reflex/reflex-20210808/
H A Dlibmain.c6 extern int yylex(void);
15 while (yylex() != 0) { in main()
/dports/textproc/flex/flex-2.6.4/src/
H A Dlibmain.c26 extern int yylex (void);
33 while (yylex () != 0) ; in main()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/src/
H A Dlibmain.c30 extern int yylex (void);
37 while (yylex () != 0) ; in main()
/dports/www/wget2/wget2-2.0.0/libwget/
H A Dcss.c59 int yylex(yyscan_t yyscanner);
86 while ((token = yylex(scanner)) != CSSEOF) { in wget_css_parse_buffer()
92 while ((token = yylex(scanner)) == S) in wget_css_parse_buffer()
136 while ((token = yylex(scanner)) == S) in wget_css_parse_buffer()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/
H A Derr_syntax1.y4 int yylex(void);
21 yylex(void) in yylex() function
H A Derr_syntax17.y4 int yylex(void);
23 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 Derror.y4 int yylex(void);
21 yylex(void) in yylex() function

1...<<11121314151617181920>>...356