Lines Matching refs:yylex

68 #define yylex           plpgsql_yylex  macro
2058 yychar = yylex (); in yyparse()
3079 int tok = yylex(); in yyparse()
3256 int tok = yylex(); in yyparse()
3401 int tok = yylex(); in yyparse()
3658 tok = yylex(); in yyparse()
3680 tok = yylex(); in yyparse()
3827 tok = yylex(); in yyparse()
3866 tok = yylex(); in yyparse()
3883 tok = yylex(); in yyparse()
3889 tok = yylex(); in yyparse()
3895 tok = yylex(); in yyparse()
3901 tok = yylex(); in yyparse()
3907 tok = yylex(); in yyparse()
3913 tok = yylex(); in yyparse()
3934 tok = yylex(); in yyparse()
3959 if (yylex() != SCONST) in yyparse()
3980 tok = yylex(); in yyparse()
4052 tok = yylex(); in yyparse()
4066 tok = yylex(); in yyparse()
4112 endtoken = yylex(); in yyparse()
4154 tok = yylex(); in yyparse()
4158 tok = yylex(); in yyparse()
4163 tok = yylex(); in yyparse()
4170 tok = yylex(); in yyparse()
4176 tok = yylex(); in yyparse()
4227 if (yylex() != ';') in yyparse()
4517 if (yylex() != SCONST) in yyparse()
5036 tok = yylex(); in read_sql_construct()
5130 tok = yylex(); in read_datatype()
5142 tok = yylex(); in read_datatype()
5145 tok = yylex(); in read_datatype()
5166 tok = yylex(); in read_datatype()
5169 tok = yylex(); in read_datatype()
5190 tok = yylex(); in read_datatype()
5193 tok = yylex(); in read_datatype()
5232 tok = yylex(); in read_datatype()
5305 tok = yylex(); in make_execsql_stmt()
5392 tok = yylex(); in read_fetch_direction()
5484 tok = yylex(); in read_fetch_direction()
5503 tok = yylex(); in complete_direction()
5543 if (yylex() != ';') in make_return_stmt()
5552 if (yylex() != ';') in make_return_stmt()
5568 if (yylex() != ';') in make_return_stmt()
5581 int tok = yylex(); in make_return_stmt()
5591 tok = yylex(); in make_return_stmt()
5630 if (yylex() != ';') in make_return_next_stmt()
5643 int tok = yylex(); in make_return_next_stmt()
5653 tok = yylex(); in make_return_next_stmt()
5690 if ((tok = yylex()) != K_EXECUTE) in make_return_query_stmt()
5777 tok = yylex(); in read_into_target()
5781 tok = yylex(); in read_into_target()
5800 if ((tok = yylex()) == ',') in read_into_target()
5843 while ((tok = yylex()) == ',') in read_into_scalar_list()
5852 tok = yylex(); in read_into_scalar_list()
6095 tok = yylex(); in read_cursor_args()
6145 yylex(); in read_cursor_args()
6166 tok2 = yylex(); in read_cursor_args()
6244 tok = yylex(); in read_cursor_args()
6264 if ((tok = yylex()) == 0) in read_raise_options()
6299 tok = yylex(); in read_raise_options()