rb_parser_compile_string_path 11410 ext/ripper/ripper.c     return rb_parser_compile_string_path(vparser, rb_filesystem_str_new_cstr(f), s, line);
rb_parser_compile_string_path 5661 ext/ripper/ripper.y     return rb_parser_compile_string_path(vparser, rb_filesystem_str_new_cstr(f), s, line);
rb_parser_compile_string_path  634 iseq.c         	parse = rb_parser_compile_string_path;
rb_parser_compile_string_path  471 node.h         NODE *rb_parser_compile_string_path(VALUE vparser, VALUE fname, VALUE src, int line);
rb_parser_compile_string_path 11334 parse.c            return rb_parser_compile_string_path(vparser, rb_filesystem_str_new_cstr(f), s, line);
rb_parser_compile_string_path 5661 parse.y            return rb_parser_compile_string_path(vparser, rb_filesystem_str_new_cstr(f), s, line);
rb_parser_compile_string_path  187 prelude.c          NODE *node = rb_parser_compile_string_path(rb_parser_new(), name, code, line);
rb_parser_compile_string_path 1856 ruby.c         	return (VALUE)rb_parser_compile_string_path(parser, orig_fname, f, line_start);