rb_feature_p 540 load.c if (rb_feature_p(feature, ext, TRUE, FALSE, loading)) return TRUE; rb_feature_p 544 load.c if (rb_feature_p(feature, ext, FALSE, FALSE, loading)) return TRUE; rb_feature_p 548 load.c if (rb_feature_p(feature, 0, TRUE, FALSE, loading)) rb_feature_p 855 load.c if (rb_feature_p(ftptr, ext, TRUE, FALSE, &loading)) { rb_feature_p 861 load.c if (!rb_feature_p(ftptr, ext, TRUE, TRUE, &loading) || loading) rb_feature_p 868 load.c if (rb_feature_p(ftptr, ext, FALSE, FALSE, &loading)) { rb_feature_p 877 load.c if (!rb_feature_p(ftptr, ext, FALSE, TRUE, &loading) || loading) rb_feature_p 886 load.c if (!rb_feature_p(ftptr, ext, FALSE, TRUE, &loading) || loading) rb_feature_p 893 load.c if (rb_feature_p(ftptr, ext, FALSE, FALSE, &loading)) { rb_feature_p 899 load.c if (!rb_feature_p(ftptr, ext, FALSE, TRUE, &loading) || loading) rb_feature_p 905 load.c else if ((ft = rb_feature_p(ftptr, 0, FALSE, FALSE, &loading)) == 'r') { rb_feature_p 916 load.c return rb_feature_p(ftptr, 0, FALSE, TRUE, 0); rb_feature_p 926 load.c if (rb_feature_p(ftptr, ext, !--type, TRUE, &loading) && !loading)