Home
last modified time | relevance | path

Searched refs:expanded_load_path (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dload.c55 VALUE expanded_load_path = vm->expanded_load_path; in rb_construct_expanded_load_path() local
78 rb_ary_push(ary, RARRAY_AREF(expanded_load_path, i)); in rb_construct_expanded_load_path()
95 vm->expanded_load_path = ary; in rb_construct_expanded_load_path()
142 return vm->expanded_load_path; in rb_get_expanded_load_path()
1223 vm->expanded_load_path = rb_ary_tmp_new(0); in Init_load()
H A Dvm_core.h627 VALUE expanded_load_path; member
H A Dvm.c2215 rb_gc_mark(vm->expanded_load_path); in rb_vm_mark()