Release v9.0.1400: patch 9.0.1400: find_file_in_path() is not reentrant ยท vim/vim

Problem: find_file_in_path() is not reentrant. Solution: Instead of global variables pass pointers to the functions. (closes #12093)