Lines Matching refs:yylex

68 #define yylex           plpgsql_yylex  macro
2047 yychar = yylex (); in yyparse()
3122 int tok = yylex(); in yyparse()
3276 int tok = yylex(); in yyparse()
3423 int tok = yylex(); in yyparse()
3681 tok = yylex(); in yyparse()
3703 tok = yylex(); in yyparse()
3852 tok = yylex(); in yyparse()
3892 tok = yylex(); in yyparse()
3909 tok = yylex(); in yyparse()
3915 tok = yylex(); in yyparse()
3921 tok = yylex(); in yyparse()
3927 tok = yylex(); in yyparse()
3933 tok = yylex(); in yyparse()
3939 tok = yylex(); in yyparse()
3960 tok = yylex(); in yyparse()
3985 if (yylex() != SCONST) in yyparse()
4006 tok = yylex(); in yyparse()
4079 tok = yylex(); in yyparse()
4094 tok = yylex(); in yyparse()
4142 endtoken = yylex(); in yyparse()
4185 tok = yylex(); in yyparse()
4189 tok = yylex(); in yyparse()
4194 tok = yylex(); in yyparse()
4201 tok = yylex(); in yyparse()
4207 tok = yylex(); in yyparse()
4258 if (yylex() != ';') in yyparse()
4541 if (yylex() != SCONST) in yyparse()
5056 tok = yylex(); in read_sql_construct()
5151 tok = yylex(); in read_datatype()
5163 tok = yylex(); in read_datatype()
5166 tok = yylex(); in read_datatype()
5187 tok = yylex(); in read_datatype()
5190 tok = yylex(); in read_datatype()
5211 tok = yylex(); in read_datatype()
5214 tok = yylex(); in read_datatype()
5253 tok = yylex(); in read_datatype()
5326 tok = yylex(); in make_execsql_stmt()
5416 tok = yylex(); in read_fetch_direction()
5508 tok = yylex(); in read_fetch_direction()
5527 tok = yylex(); in complete_direction()
5568 if (yylex() != ';') in make_return_stmt()
5577 if (yylex() != ';') in make_return_stmt()
5593 if (yylex() != ';') in make_return_stmt()
5606 int tok = yylex(); in make_return_stmt()
5616 tok = yylex(); in make_return_stmt()
5656 if (yylex() != ';') in make_return_next_stmt()
5669 int tok = yylex(); in make_return_next_stmt()
5679 tok = yylex(); in make_return_next_stmt()
5717 if ((tok = yylex()) != K_EXECUTE) in make_return_query_stmt()
5799 tok = yylex(); in read_into_target()
5803 tok = yylex(); in read_into_target()
5822 if ((tok = yylex()) == ',') in read_into_target()
5865 while ((tok = yylex()) == ',') in read_into_scalar_list()
5874 tok = yylex(); in read_into_scalar_list()
6113 tok = yylex(); in read_cursor_args()
6163 yylex(); in read_cursor_args()
6184 tok2 = yylex(); in read_cursor_args()
6261 tok = yylex(); in read_cursor_args()
6281 if ((tok = yylex()) == 0) in read_raise_options()
6316 tok = yylex(); in read_raise_options()