rb_is_absolute_path 3295 file.c         	if (!rb_is_absolute_path(RSTRING_PTR(result))) {
rb_is_absolute_path 3345 file.c             else if (!rb_is_absolute_path(s)) {
rb_is_absolute_path 5569 file.c             if (!rb_is_absolute_path(p0)) {
rb_is_absolute_path 5736 file.c             if (expanded || rb_is_absolute_path(f) || is_explicit_relative(f)) {
rb_is_absolute_path 5805 file.c             if (expanded || rb_is_absolute_path(f) || is_explicit_relative(f)) {
rb_is_absolute_path  482 include/ruby/intern.h int rb_is_absolute_path(const char *);
rb_is_absolute_path   71 load.c         		    rb_is_absolute_path(as_cstr)) ||
rb_is_absolute_path   80 load.c         	if (!*has_relative && !rb_is_absolute_path(as_cstr))