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

/macosx-10.10.1/ruby-106/ruby/
H A Dload.c223 or ends in '/'. This maintains the invariant that `rb_feature_p()`
374 rb_feature_p(const char *feature, const char *ext, int rb, int expanded, const char **fn) function
535 if (rb_feature_p(feature, ext, TRUE, FALSE, loading)) return TRUE;
539 if (rb_feature_p(feature, ext, FALSE, FALSE, loading)) return TRUE;
543 if (rb_feature_p(feature, 0, TRUE, FALSE, loading))
842 if (rb_feature_p(ftptr, ext, TRUE, FALSE, &loading)) {
848 if (!rb_feature_p(ftptr, ext, TRUE, TRUE, &loading) || loading)
855 if (rb_feature_p(ftptr, ext, FALSE, FALSE, &loading)) {
864 if (!rb_feature_p(ftptr, ext, FALSE, TRUE, &loading) || loading)
873 if (!rb_feature_p(ftpt
[all...]

Completed in 69 milliseconds