Home
last modified time | relevance | path

Searched refs:yylex (Results 176 – 200 of 8768) sorted by relevance

12345678910>>...351

/dports/databases/postgresql10-contrib/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.c4894 tok = yylex(); in read_sql_construct()
4989 tok = yylex(); in read_datatype()
5001 tok = yylex(); in read_datatype()
5025 tok = yylex(); in read_datatype()
5049 tok = yylex(); in read_datatype()
5254 tok = yylex(); in read_fetch_direction()
5365 tok = yylex(); in complete_direction()
5627 tok = yylex(); in read_into_target()
5952 tok = yylex(); in read_cursor_args()
6002 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.c4894 tok = yylex(); in read_sql_construct()
4989 tok = yylex(); in read_datatype()
5001 tok = yylex(); in read_datatype()
5025 tok = yylex(); in read_datatype()
5049 tok = yylex(); in read_datatype()
5254 tok = yylex(); in read_fetch_direction()
5365 tok = yylex(); in complete_direction()
5627 tok = yylex(); in read_into_target()
5952 tok = yylex(); in read_cursor_args()
6002 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.c4894 tok = yylex(); in read_sql_construct()
4989 tok = yylex(); in read_datatype()
5001 tok = yylex(); in read_datatype()
5025 tok = yylex(); in read_datatype()
5049 tok = yylex(); in read_datatype()
5254 tok = yylex(); in read_fetch_direction()
5365 tok = yylex(); in complete_direction()
5627 tok = yylex(); in read_into_target()
5952 tok = yylex(); in read_cursor_args()
6002 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.c4894 tok = yylex(); in read_sql_construct()
4989 tok = yylex(); in read_datatype()
5001 tok = yylex(); in read_datatype()
5025 tok = yylex(); in read_datatype()
5049 tok = yylex(); in read_datatype()
5254 tok = yylex(); in read_fetch_direction()
5365 tok = yylex(); in complete_direction()
5627 tok = yylex(); in read_into_target()
5952 tok = yylex(); in read_cursor_args()
6002 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.c4894 tok = yylex(); in read_sql_construct()
4989 tok = yylex(); in read_datatype()
5001 tok = yylex(); in read_datatype()
5025 tok = yylex(); in read_datatype()
5049 tok = yylex(); in read_datatype()
5254 tok = yylex(); in read_fetch_direction()
5365 tok = yylex(); in complete_direction()
5627 tok = yylex(); in read_into_target()
5952 tok = yylex(); in read_cursor_args()
6002 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.c4887 tok = yylex(); in read_sql_construct()
4982 tok = yylex(); in read_datatype()
4994 tok = yylex(); in read_datatype()
5018 tok = yylex(); in read_datatype()
5042 tok = yylex(); in read_datatype()
5247 tok = yylex(); in read_fetch_direction()
5358 tok = yylex(); in complete_direction()
5620 tok = yylex(); in read_into_target()
5945 tok = yylex(); in read_cursor_args()
5995 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.c4887 tok = yylex(); in read_sql_construct()
4982 tok = yylex(); in read_datatype()
4994 tok = yylex(); in read_datatype()
5018 tok = yylex(); in read_datatype()
5042 tok = yylex(); in read_datatype()
5247 tok = yylex(); in read_fetch_direction()
5358 tok = yylex(); in complete_direction()
5620 tok = yylex(); in read_into_target()
5945 tok = yylex(); in read_cursor_args()
5995 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.c4887 tok = yylex(); in read_sql_construct()
4982 tok = yylex(); in read_datatype()
4994 tok = yylex(); in read_datatype()
5018 tok = yylex(); in read_datatype()
5042 tok = yylex(); in read_datatype()
5247 tok = yylex(); in read_fetch_direction()
5358 tok = yylex(); in complete_direction()
5620 tok = yylex(); in read_into_target()
5945 tok = yylex(); in read_cursor_args()
5995 yylex(); in read_cursor_args()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/yacc/
H A Derr_syntax18.tab.c23 #ifndef yylex
24 #define yylex err_syntax18_lex macro
103 int yylex(void);
127 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
128 # define YYLEX yylex(YYLEX_PARAM)
130 # define YYLEX_DECL() yylex(void)
131 # define YYLEX yylex()
242 yylex(void) in yylex() function
/dports/misc/talkfilters/talkfilters-2.3.8/
H A Dfudd.l41 #define YY_DECL int yylex(gtf_databuf_t *buf)
78 yylex(&buffer);
96 yylex(NULL);
/dports/math/g2o/g2o-20201223_git/g2o/examples/interactive_slam/slam_parser/parser/
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();
128 virtual int yylex();
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/pgscript/
H A DFlexLexer.h83 virtual int yylex() = 0;
86 int yylex( FLEX_STD istream * new_in, FLEX_STD ostream *new_out = 0 )
89 return yylex();
147 virtual int yylex();
/dports/devel/anjuta/anjuta-3.34.0/plugins/parser-cxx/cxxparser/
H A Dflex-lexer-klass.h119 virtual int yylex() = 0;
122 int yylex( std::istream* new_in, std::ostream* new_out = 0 )
125 return yylex();
173 virtual int yylex();
/dports/devel/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1/examples/cc/
H A DFlexLexer.h76 virtual int yylex() = 0;
79 int yylex( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 )
82 return yylex();
132 virtual int yylex();
/dports/devel/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1/examples/cool/
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();
128 virtual int yylex();
/dports/cad/freehdl/freehdl-0.0.7/freehdl/
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();
128 virtual int yylex();
/dports/cad/freehdl/freehdl-0.0.7/vaul/
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();
128 virtual int yylex();
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
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();
128 virtual int yylex();
/dports/science/mpqc/mpqc-2.3.1/include/
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();
128 virtual int yylex();
/dports/devel/qjson/qjson-0.9.0/src/
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();
128 virtual int yylex();
/dports/devel/automake/automake-1.16.5/t/
H A Dyacc-vpath.sh42 int yylex () { return 0; }
69 int yylex () { return 0; }
87 int yylex () { return 0; }
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/tests/
H A Dstring_nr.l72 yylex(); in main()
78 yylex(); in main()
91 yylex(); in main()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/tests/test-string-nr/
H A Dscanner.l72 yylex(); in main()
78 yylex(); in main()
91 yylex(); in main()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/
H A Dsrc_pl_plpgsql_src_pl_gram.c4936 tok = yylex(); in read_sql_construct()
5031 tok = yylex(); in read_datatype()
5043 tok = yylex(); in read_datatype()
5067 tok = yylex(); in read_datatype()
5091 tok = yylex(); in read_datatype()
5296 tok = yylex(); in read_fetch_direction()
5407 tok = yylex(); in complete_direction()
5625 tok = yylex(); in read_into_target()
5926 tok = yylex(); in read_cursor_args()
5976 yylex(); in read_cursor_args()
[all …]
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/
H A Dsrc_pl_plpgsql_src_pl_gram.c4946 tok = yylex();
5041 tok = yylex();
5053 tok = yylex();
5077 tok = yylex();
5101 tok = yylex();
5306 tok = yylex();
5417 tok = yylex();
5635 tok = yylex();
5936 tok = yylex();
5986 yylex();
[all …]

12345678910>>...351