ruby_sourcefile_string  338 ext/ripper/ripper.c     VALUE ruby_sourcefile_string;
ruby_sourcefile_string  435 ext/ripper/ripper.c #define ruby_sourcefile_string	(parser->ruby_sourcefile_string)
ruby_sourcefile_string 11267 ext/ripper/ripper.c 	ruby_debug_lines = debug_lines(ruby_sourcefile_string);
ruby_sourcefile_string 11277 ext/ripper/ripper.c 	    ruby_coverage = coverage(ruby_sourcefile_string, ruby_sourceline);
ruby_sourcefile_string 11324 ext/ripper/ripper.c     ruby_sourcefile_string = rb_str_new_frozen(fname);
ruby_sourcefile_string 12778 ext/ripper/ripper.c 	rb_ary_unshift(excargs[2], rb_sprintf("%"PRIsVALUE":%d", ruby_sourcefile_string, ruby_sourceline));
ruby_sourcefile_string 14886 ext/ripper/ripper.c 	return NEW_STR(rb_str_dup(ruby_sourcefile_string));
ruby_sourcefile_string 16526 ext/ripper/ripper.c     ruby_sourcefile_string = Qnil;
ruby_sourcefile_string 16553 ext/ripper/ripper.c     rb_gc_mark(ruby_sourcefile_string);
ruby_sourcefile_string 16833 ext/ripper/ripper.c 			       ruby_sourcefile_string,
ruby_sourcefile_string 17129 ext/ripper/ripper.c     ruby_sourcefile_string = fname;
ruby_sourcefile_string 17227 ext/ripper/ripper.c     return ruby_sourcefile_string;
ruby_sourcefile_string  284 ext/ripper/ripper.y     VALUE ruby_sourcefile_string;
ruby_sourcefile_string  381 ext/ripper/ripper.y #define ruby_sourcefile_string	(parser->ruby_sourcefile_string)
ruby_sourcefile_string 5518 ext/ripper/ripper.y 	ruby_debug_lines = debug_lines(ruby_sourcefile_string);
ruby_sourcefile_string 5528 ext/ripper/ripper.y 	    ruby_coverage = coverage(ruby_sourcefile_string, ruby_sourceline);
ruby_sourcefile_string 5575 ext/ripper/ripper.y     ruby_sourcefile_string = rb_str_new_frozen(fname);
ruby_sourcefile_string 7029 ext/ripper/ripper.y 	rb_ary_unshift(excargs[2], rb_sprintf("%"PRIsVALUE":%d", ruby_sourcefile_string, ruby_sourceline));
ruby_sourcefile_string 9137 ext/ripper/ripper.y 	return NEW_STR(rb_str_dup(ruby_sourcefile_string));
ruby_sourcefile_string 10777 ext/ripper/ripper.y     ruby_sourcefile_string = Qnil;
ruby_sourcefile_string 10804 ext/ripper/ripper.y     rb_gc_mark(ruby_sourcefile_string);
ruby_sourcefile_string 11084 ext/ripper/ripper.y 			       ruby_sourcefile_string,
ruby_sourcefile_string 11380 ext/ripper/ripper.y     ruby_sourcefile_string = fname;
ruby_sourcefile_string 11478 ext/ripper/ripper.y     return ruby_sourcefile_string;
ruby_sourcefile_string  338 parse.c            VALUE ruby_sourcefile_string;
ruby_sourcefile_string  435 parse.c        #define ruby_sourcefile_string	(parser->ruby_sourcefile_string)
ruby_sourcefile_string 11191 parse.c        	ruby_debug_lines = debug_lines(ruby_sourcefile_string);
ruby_sourcefile_string 11201 parse.c        	    ruby_coverage = coverage(ruby_sourcefile_string, ruby_sourceline);
ruby_sourcefile_string 11248 parse.c            ruby_sourcefile_string = rb_str_new_frozen(fname);
ruby_sourcefile_string 12702 parse.c        	rb_ary_unshift(excargs[2], rb_sprintf("%"PRIsVALUE":%d", ruby_sourcefile_string, ruby_sourceline));
ruby_sourcefile_string 14810 parse.c        	return NEW_STR(rb_str_dup(ruby_sourcefile_string));
ruby_sourcefile_string 16450 parse.c            ruby_sourcefile_string = Qnil;
ruby_sourcefile_string 16477 parse.c            rb_gc_mark(ruby_sourcefile_string);
ruby_sourcefile_string 16757 parse.c        			       ruby_sourcefile_string,
ruby_sourcefile_string 17053 parse.c            ruby_sourcefile_string = fname;
ruby_sourcefile_string 17151 parse.c            return ruby_sourcefile_string;
ruby_sourcefile_string  284 parse.y            VALUE ruby_sourcefile_string;
ruby_sourcefile_string  381 parse.y        #define ruby_sourcefile_string	(parser->ruby_sourcefile_string)
ruby_sourcefile_string 5518 parse.y        	ruby_debug_lines = debug_lines(ruby_sourcefile_string);
ruby_sourcefile_string 5528 parse.y        	    ruby_coverage = coverage(ruby_sourcefile_string, ruby_sourceline);
ruby_sourcefile_string 5575 parse.y            ruby_sourcefile_string = rb_str_new_frozen(fname);
ruby_sourcefile_string 7029 parse.y        	rb_ary_unshift(excargs[2], rb_sprintf("%"PRIsVALUE":%d", ruby_sourcefile_string, ruby_sourceline));
ruby_sourcefile_string 9137 parse.y        	return NEW_STR(rb_str_dup(ruby_sourcefile_string));
ruby_sourcefile_string 10777 parse.y            ruby_sourcefile_string = Qnil;
ruby_sourcefile_string 10804 parse.y            rb_gc_mark(ruby_sourcefile_string);
ruby_sourcefile_string 11084 parse.y        			       ruby_sourcefile_string,
ruby_sourcefile_string 11380 parse.y            ruby_sourcefile_string = fname;
ruby_sourcefile_string 11478 parse.y            return ruby_sourcefile_string;