Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dload.c532 if (rb_feature_p(feature, ext, TRUE, FALSE, loading)) return TRUE; in rb_feature_provided()
540 if (rb_feature_p(feature, 0, TRUE, FALSE, loading)) in rb_feature_provided()
855 if (rb_feature_p(ftptr, ext, TRUE, FALSE, &loading)) { in search_required()
861 if (!rb_feature_p(ftptr, ext, TRUE, TRUE, &loading) || loading) in search_required()
868 if (rb_feature_p(ftptr, ext, FALSE, FALSE, &loading)) { in search_required()
877 if (!rb_feature_p(ftptr, ext, FALSE, TRUE, &loading) || loading) in search_required()
886 if (!rb_feature_p(ftptr, ext, FALSE, TRUE, &loading) || loading) in search_required()
893 if (rb_feature_p(ftptr, ext, FALSE, FALSE, &loading)) { in search_required()
899 if (!rb_feature_p(ftptr, ext, FALSE, TRUE, &loading) || loading) in search_required()
916 return rb_feature_p(ftptr, 0, FALSE, TRUE, 0); in search_required()
[all …]
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.03034 * load.c (rb_feature_p): deal with default loadable suffixes.
16020 * load.c (rb_feature_p), vm_core.h (rb_vm_struct): turn
16628 * load.c (features_index_add_single, rb_feature_p): store single index
H A DChangeLog-2.0.07097 * load.c (rb_feature_p, rb_provide_feature): index $LOADED_FEATURES
7142 * load.c (rb_feature_p): explain the search loop. Especially
19016 * load.c (rb_feature_p): lazy assigned load_path searched in
H A DChangeLog-1.9.33163 * load.c (loaded_feature_path, rb_feature_p, load_lock): Revert r30508.
7556 * load.c (loaded_feature_path, rb_feature_p, load_lock): on a
34324 * load.c (rb_feature_p): ditto.
34641 * load.c (rb_feature_p): load path must be expanded.
53687 * load.c (rb_feature_p): ditto.
55847 * load.c (rb_feature_p): returns loading path name too.
59287 * eval_load.c (rb_feature_p): check if the feature is loading with
64757 * configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,
75611 * eval.c (rb_feature_p): returns type of the feature instead of
90525 * eval.c (rb_feature_p): match by classified suffix.
H A DChangeLog-1.8.012533 * eval.c (rb_f_require): should call rb_feature_p() after
15088 * eval.c (rb_feature_p): ext might be null.