Home
last modified time | relevance | path

Searched refs:yylex (Results 201 – 225 of 8768) sorted by relevance

12345678910>>...351

/dports/net/kf5-kholidays/kholidays-5.89.0/src/parsers/plan2/
H A DFlexLexer.h62 virtual int yylex() = 0;
65 int yylex(FLEX_STD istream *new_in, FLEX_STD ostream *new_out = nullptr)
68 return yylex();
123 virtual int yylex() override;
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/yacc/
H A Dempty.tab.c23 #ifndef yylex
24 #define yylex empty_lex macro
104 #define YYLEX_DECL() yylex(void)
131 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
132 # define YYLEX yylex(YYLEX_PARAM)
134 # define YYLEX_DECL() yylex(void)
135 # define YYLEX yylex()
/dports/devel/cgdb/cgdb-0.8.0/cgdb/
H A Dcgdbrc.cpp703 int token = yylex(); in command_do_focus()
771 switch ((rv = yylex())) { in command_parse_syntax()
812 key = yylex(); in command_parse_map()
819 value = yylex(); in command_parse_map()
855 key = yylex(); in command_parse_unmap()
893 switch ((rv = yylex())) { in command_parse_set()
926 if (yylex() == '=' && yylex() == NUMBER) { in command_parse_set()
936 if (yylex() == '=' && in command_parse_set()
979 if (yylex() == '=' && yylex() == NUMBER) { in command_parse_set()
995 if (yylex() == '=' && (rv = yylex(), rv == STRING in command_parse_set()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.c5036 tok = yylex(); in read_sql_construct()
5130 tok = yylex(); in read_datatype()
5142 tok = yylex(); in read_datatype()
5166 tok = yylex(); in read_datatype()
5190 tok = yylex(); in read_datatype()
5392 tok = yylex(); in read_fetch_direction()
5503 tok = yylex(); in complete_direction()
5777 tok = yylex(); in read_into_target()
6095 tok = yylex(); in read_cursor_args()
6145 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.c5036 tok = yylex(); in read_sql_construct()
5130 tok = yylex(); in read_datatype()
5142 tok = yylex(); in read_datatype()
5166 tok = yylex(); in read_datatype()
5190 tok = yylex(); in read_datatype()
5392 tok = yylex(); in read_fetch_direction()
5503 tok = yylex(); in complete_direction()
5777 tok = yylex(); in read_into_target()
6095 tok = yylex(); in read_cursor_args()
6145 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.c5036 tok = yylex();
5130 tok = yylex();
5142 tok = yylex();
5166 tok = yylex();
5190 tok = yylex();
5392 tok = yylex();
5503 tok = yylex();
5777 tok = yylex();
6095 tok = yylex();
6145 yylex();
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.c5036 tok = yylex(); in read_sql_construct()
5130 tok = yylex(); in read_datatype()
5142 tok = yylex(); in read_datatype()
5166 tok = yylex(); in read_datatype()
5190 tok = yylex(); in read_datatype()
5392 tok = yylex(); in read_fetch_direction()
5503 tok = yylex(); in complete_direction()
5777 tok = yylex(); in read_into_target()
6095 tok = yylex(); in read_cursor_args()
6145 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.c5036 tok = yylex();
5130 tok = yylex();
5142 tok = yylex();
5166 tok = yylex();
5190 tok = yylex();
5392 tok = yylex();
5503 tok = yylex();
5777 tok = yylex();
6095 tok = yylex();
6145 yylex();
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.c5036 tok = yylex(); in read_sql_construct()
5130 tok = yylex(); in read_datatype()
5142 tok = yylex(); in read_datatype()
5166 tok = yylex(); in read_datatype()
5190 tok = yylex(); in read_datatype()
5392 tok = yylex(); in read_fetch_direction()
5503 tok = yylex(); in complete_direction()
5777 tok = yylex(); in read_into_target()
6095 tok = yylex(); in read_cursor_args()
6145 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.c5036 tok = yylex(); in read_sql_construct()
5130 tok = yylex(); in read_datatype()
5142 tok = yylex(); in read_datatype()
5166 tok = yylex(); in read_datatype()
5190 tok = yylex(); in read_datatype()
5392 tok = yylex(); in read_fetch_direction()
5503 tok = yylex(); in complete_direction()
5777 tok = yylex(); in read_into_target()
6095 tok = yylex(); in read_cursor_args()
6145 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql12-client/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/postgresql14-pltcl/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_gram.c5056 tok = yylex(); in read_sql_construct()
5151 tok = yylex(); in read_datatype()
5163 tok = yylex(); in read_datatype()
5187 tok = yylex(); in read_datatype()
5211 tok = yylex(); in read_datatype()
5416 tok = yylex(); in read_fetch_direction()
5527 tok = yylex(); in complete_direction()
5799 tok = yylex(); in read_into_target()
6113 tok = yylex(); in read_cursor_args()
6163 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_gram.c5056 tok = yylex(); in read_sql_construct()
5151 tok = yylex(); in read_datatype()
5163 tok = yylex(); in read_datatype()
5187 tok = yylex(); in read_datatype()
5211 tok = yylex(); in read_datatype()
5416 tok = yylex(); in read_fetch_direction()
5527 tok = yylex(); in complete_direction()
5799 tok = yylex(); in read_into_target()
6113 tok = yylex(); in read_cursor_args()
6163 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_gram.c5056 tok = yylex(); in read_sql_construct()
5151 tok = yylex(); in read_datatype()
5163 tok = yylex(); in read_datatype()
5187 tok = yylex(); in read_datatype()
5211 tok = yylex(); in read_datatype()
5416 tok = yylex(); in read_fetch_direction()
5527 tok = yylex(); in complete_direction()
5799 tok = yylex(); in read_into_target()
6113 tok = yylex(); in read_cursor_args()
6163 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_gram.c5056 tok = yylex(); in read_sql_construct()
5151 tok = yylex(); in read_datatype()
5163 tok = yylex(); in read_datatype()
5187 tok = yylex(); in read_datatype()
5211 tok = yylex(); in read_datatype()
5416 tok = yylex(); in read_fetch_direction()
5527 tok = yylex(); in complete_direction()
5799 tok = yylex(); in read_into_target()
6113 tok = yylex(); in read_cursor_args()
6163 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_gram.c5056 tok = yylex(); in read_sql_construct()
5151 tok = yylex(); in read_datatype()
5163 tok = yylex(); in read_datatype()
5187 tok = yylex(); in read_datatype()
5211 tok = yylex(); in read_datatype()
5416 tok = yylex(); in read_fetch_direction()
5527 tok = yylex(); in complete_direction()
5799 tok = yylex(); in read_into_target()
6113 tok = yylex(); in read_cursor_args()
6163 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql13-pltcl/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-server/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/postgresql14-contrib/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_gram.c5056 tok = yylex(); in read_sql_construct()
5151 tok = yylex(); in read_datatype()
5163 tok = yylex(); in read_datatype()
5187 tok = yylex(); in read_datatype()
5211 tok = yylex(); in read_datatype()
5416 tok = yylex(); in read_fetch_direction()
5527 tok = yylex(); in complete_direction()
5799 tok = yylex(); in read_into_target()
6113 tok = yylex(); in read_cursor_args()
6163 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_gram.c5056 tok = yylex(); in read_sql_construct()
5151 tok = yylex(); in read_datatype()
5163 tok = yylex(); in read_datatype()
5187 tok = yylex(); in read_datatype()
5211 tok = yylex(); in read_datatype()
5416 tok = yylex(); in read_fetch_direction()
5527 tok = yylex(); in complete_direction()
5799 tok = yylex(); in read_into_target()
6113 tok = yylex(); in read_cursor_args()
6163 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/pl/plpgsql/src/
H A Dpl_gram.c5098 tok = yylex();
5192 tok = yylex();
5204 tok = yylex();
5228 tok = yylex();
5252 tok = yylex();
5456 tok = yylex();
5567 tok = yylex();
5844 tok = yylex();
6162 tok = yylex();
6212 yylex();
[all …]
/dports/databases/postgresql12-server/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-pltcl/postgresql-12.9/src/pl/plpgsql/src/
H A Dpl_gram.c5098 tok = yylex();
5192 tok = yylex();
5204 tok = yylex();
5228 tok = yylex();
5252 tok = yylex();
5456 tok = yylex();
5567 tok = yylex();
5844 tok = yylex();
6162 tok = yylex();
6212 yylex();
[all …]
/dports/databases/postgresql13-client/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-contrib/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 …]

12345678910>>...351