rb_parser_compile_file_path 11453 ext/ripper/ripper.c     return rb_parser_compile_file_path(vparser, rb_filesystem_str_new_cstr(f), file, start);
rb_parser_compile_file_path 5704 ext/ripper/ripper.y     return rb_parser_compile_file_path(vparser, rb_filesystem_str_new_cstr(f), file, start);
rb_parser_compile_file_path  631 iseq.c         	parse = rb_parser_compile_file_path;
rb_parser_compile_file_path  472 node.h         NODE *rb_parser_compile_file_path(VALUE vparser, VALUE fname, VALUE input, int line);
rb_parser_compile_file_path 11377 parse.c            return rb_parser_compile_file_path(vparser, rb_filesystem_str_new_cstr(f), file, start);
rb_parser_compile_file_path 5704 parse.y            return rb_parser_compile_file_path(vparser, rb_filesystem_str_new_cstr(f), file, start);
rb_parser_compile_file_path 1859 ruby.c             tree = rb_parser_compile_file_path(parser, orig_fname, f, line_start);