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

/macosx-10.10.1/ruby-106/ruby/
H A Dload.c53 rb_construct_expanded_load_path(int type, int *has_relative, int *has_non_cache) argument
86 if (!*has_non_cache && non_cache)
87 *has_non_cache = 1;
118 int has_relative = 0, has_non_cache = 0; local
119 rb_construct_expanded_load_path(EXPAND_ALL, &has_relative, &has_non_cache);
123 else if (has_non_cache) {
132 int has_relative = 1, has_non_cache = 1; local
135 &has_relative, &has_non_cache);
138 int has_relative = 1, has_non_cache = 1; local
145 &has_relative, &has_non_cache);
[all...]

Completed in 110 milliseconds