Searched refs:ruby_sourcefile_string (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c402 #define ruby_sourcefile_string (parser->parser_ruby_sourcefile_string) macro
11897 ruby_debug_lines = debug_lines(ruby_sourcefile_string);
11907 ruby_coverage = coverage(ruby_sourcefile_string, ruby_sourceline);
11952 ruby_sourcefile_string = rb_str_new_frozen(fname);
15068 return NEW_STR(rb_str_dup(ruby_sourcefile_string));
H A Dripper.y342 #define ruby_sourcefile_string (parser->parser_ruby_sourcefile_string)
5311 ruby_debug_lines = debug_lines(ruby_sourcefile_string);
5321 ruby_coverage = coverage(ruby_sourcefile_string, ruby_sourceline);
5366 ruby_sourcefile_string = rb_str_new_frozen(fname);
8482 return NEW_STR(rb_str_dup(ruby_sourcefile_string));
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c402 #define ruby_sourcefile_string (parser->parser_ruby_sourcefile_string) macro
11807 ruby_debug_lines = debug_lines(ruby_sourcefile_string);
11817 ruby_coverage = coverage(ruby_sourcefile_string, ruby_sourceline);
11862 ruby_sourcefile_string = rb_str_new_frozen(fname);
14978 return NEW_STR(rb_str_dup(ruby_sourcefile_string));
H A Dparse.y342 #define ruby_sourcefile_string (parser->parser_ruby_sourcefile_string)
5311 ruby_debug_lines = debug_lines(ruby_sourcefile_string);
5321 ruby_coverage = coverage(ruby_sourcefile_string, ruby_sourceline);
5366 ruby_sourcefile_string = rb_str_new_frozen(fname);
8482 return NEW_STR(rb_str_dup(ruby_sourcefile_string));

Completed in 302 milliseconds