Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_ruby.c960 rb_load_wrap(VALUE file_to_load) in rb_load_wrap() argument
962 rb_load(file_to_load, 0); in rb_load_wrap()
973 VALUE file_to_load = rb_str_new2((const char *)eap->arg); in ex_rubyfile() local
974 rb_protect(rb_load_wrap, file_to_load, &state); in ex_rubyfile()