Home
last modified time | relevance | path

Searched refs:yylex (Results 226 – 250 of 8896) sorted by relevance

12345678910>>...356

/dports/databases/postgresql12-plpython/postgresql-12.9/src/pl/plpgsql/src/
H A Dpl_gram.c5098 tok = yylex(); in read_sql_construct()
5192 tok = yylex(); in read_datatype()
5204 tok = yylex(); in read_datatype()
5228 tok = yylex(); in read_datatype()
5252 tok = yylex(); in read_datatype()
5456 tok = yylex(); in read_fetch_direction()
5567 tok = yylex(); in complete_direction()
5844 tok = yylex(); in read_into_target()
6162 tok = yylex(); in read_cursor_args()
6212 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/pl/plpgsql/src/
H A Dpl_gram.c5098 tok = yylex(); in read_sql_construct()
5192 tok = yylex(); in read_datatype()
5204 tok = yylex(); in read_datatype()
5228 tok = yylex(); in read_datatype()
5252 tok = yylex(); in read_datatype()
5456 tok = yylex(); in read_fetch_direction()
5567 tok = yylex(); in complete_direction()
5844 tok = yylex(); in read_into_target()
6162 tok = yylex(); in read_cursor_args()
6212 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/pl/plpgsql/src/
H A Dpl_gram.c5098 tok = yylex(); in read_sql_construct()
5192 tok = yylex(); in read_datatype()
5204 tok = yylex(); in read_datatype()
5228 tok = yylex(); in read_datatype()
5252 tok = yylex(); in read_datatype()
5456 tok = yylex(); in read_fetch_direction()
5567 tok = yylex(); in complete_direction()
5844 tok = yylex(); in read_into_target()
6162 tok = yylex(); in read_cursor_args()
6212 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/pl/plpgsql/src/
H A Dpl_gram.c5100 tok = yylex(); in read_sql_construct()
5194 tok = yylex(); in read_datatype()
5206 tok = yylex(); in read_datatype()
5230 tok = yylex(); in read_datatype()
5254 tok = yylex(); in read_datatype()
5458 tok = yylex(); in read_fetch_direction()
5569 tok = yylex(); in complete_direction()
5846 tok = yylex(); in read_into_target()
6164 tok = yylex(); in read_cursor_args()
6214 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/pl/plpgsql/src/
H A Dpl_gram.c5100 tok = yylex();
5194 tok = yylex();
5206 tok = yylex();
5230 tok = yylex();
5254 tok = yylex();
5458 tok = yylex();
5569 tok = yylex();
5846 tok = yylex();
6164 tok = yylex();
6214 yylex();
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/pl/plpgsql/src/
H A Dpl_gram.c5100 tok = yylex();
5194 tok = yylex();
5206 tok = yylex();
5230 tok = yylex();
5254 tok = yylex();
5458 tok = yylex();
5569 tok = yylex();
5846 tok = yylex();
6164 tok = yylex();
6214 yylex();
[all …]
/dports/security/yara/yara-4.1.1/libyara/include/yara/
H A Dhex_lexer.h33 #undef yylex
47 #define yylex hex_yylex macro
93 int yylex(
H A Dre_lexer.h31 #undef yylex
45 #define yylex re_yylex macro
87 int yylex(
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/ld/
H A Dldfile.c194 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()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/yacc/
H A Dcalc.tab.c23 #ifndef yylex
24 #define yylex calc_lex macro
109 extern int yylex(void);
134 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
135 # define YYLEX yylex(YYLEX_PARAM)
137 # define YYLEX_DECL() yylex(void)
138 # define YYLEX yylex()
332 yylex(void) in yylex() function
H A Dcode_calc.code.c23 #ifndef yylex
24 #define yylex calc_lex macro
110 int yylex(void);
136 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
137 # define YYLEX yylex(YYLEX_PARAM)
139 # define YYLEX_DECL() yylex(void)
140 # define YYLEX yylex()
237 yylex(void) in yylex() function
H A Dquote_calc.tab.c23 #ifndef yylex
24 #define yylex quote_calc_lex macro
109 int yylex(void);
134 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
135 # define YYLEX yylex(YYLEX_PARAM)
137 # define YYLEX_DECL() yylex(void)
138 # define YYLEX yylex()
354 yylex(void) { in yylex() function
H A Dquote_calc2-s.tab.c23 #ifndef yylex
24 #define yylex quote_calc2_lex macro
109 int yylex(void);
134 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
135 # define YYLEX yylex(YYLEX_PARAM)
137 # define YYLEX_DECL() yylex(void)
138 # define YYLEX yylex()
348 yylex(void) { in yylex() function
H A Dquote_calc3.tab.c23 #ifndef yylex
24 #define yylex quote_calc3_lex macro
109 int yylex(void);
134 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
135 # define YYLEX yylex(YYLEX_PARAM)
137 # define YYLEX_DECL() yylex(void)
138 # define YYLEX yylex()
349 yylex(void) { in yylex() function
H A Dquote_calc4-s.tab.c23 #ifndef yylex
24 #define yylex quote_calc4_lex macro
109 int yylex(void);
134 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
135 # define YYLEX yylex(YYLEX_PARAM)
137 # define YYLEX_DECL() yylex(void)
138 # define YYLEX yylex()
349 yylex(void) { in yylex() function
H A Dpure_calc.tab.c23 #ifndef yylex
24 #define yylex calc_lex macro
112 #define YYLEX_DECL() yylex(YYSTYPE *yylval)
141 # define YYLEX_DECL() yylex(YYSTYPE *yylval, YYLEX_PARAM_TYPE YYLEX_PARAM)
143 # define YYLEX_DECL() yylex(YYSTYPE *yylval, void * YYLEX_PARAM)
145 # define YYLEX yylex(&yylval, YYLEX_PARAM)
147 # define YYLEX_DECL() yylex(YYSTYPE *yylval)
148 # define YYLEX yylex(&yylval)
H A Dquote_calc2.tab.c23 #ifndef yylex
24 #define yylex quote_calc2_lex macro
109 int yylex(void);
134 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
135 # define YYLEX yylex(YYLEX_PARAM)
137 # define YYLEX_DECL() yylex(void)
138 # define YYLEX yylex()
354 yylex(void) { in yylex() function
H A Dquote_calc3-s.tab.c23 #ifndef yylex
24 #define yylex quote_calc3_lex macro
109 int yylex(void);
134 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
135 # define YYLEX yylex(YYLEX_PARAM)
137 # define YYLEX_DECL() yylex(void)
138 # define YYLEX yylex()
349 yylex(void) { in yylex() function
H A Dquote_calc4.tab.c23 #ifndef yylex
24 #define yylex quote_calc4_lex macro
109 int yylex(void);
134 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
135 # define YYLEX yylex(YYLEX_PARAM)
137 # define YYLEX_DECL() yylex(void)
138 # define YYLEX yylex()
349 yylex(void) { in yylex() function
H A Dquote_calc-s.tab.c23 #ifndef yylex
24 #define yylex quote_calc_lex macro
109 int yylex(void);
134 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
135 # define YYLEX yylex(YYLEX_PARAM)
137 # define YYLEX_DECL() yylex(void)
138 # define YYLEX yylex()
348 yylex(void) { in yylex() function
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/ld/
H A Dldfile.c191 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()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/ld/
H A Dldfile.c194 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()
/dports/devel/djgpp-binutils/binutils-2.17/ld/
H A Dldfile.c191 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()
/dports/games/tenebrae/tenebrae_0/
H A Dlex_part.l204 int token = yylex(); in SC_ParseString()
214 int token = yylex(); in SC_ParseIdent()
224 int token = yylex(); in SC_ParseFloat()
234 return yylex(); in SC_ParseToken()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/tests/test-string-r/
H A Dscanner.l74 yylex(scanner); in main()
82 yylex(scanner); in main()
97 yylex(scanner); in main()

12345678910>>...356