Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_ruby.c217 static int ruby_convert_to_vim_value(VALUE val, typval_T *rettv);
1868 if (di == NULL || ruby_convert_to_vim_value(val, &di->di_tv) != OK in convert_hash2dict()
1878 ruby_convert_to_vim_value(VALUE val, typval_T *rettv) in ruby_convert_to_vim_value() function
1929 if (ruby_convert_to_vim_value((VALUE)RARRAY_PTR(val)[i], in ruby_convert_to_vim_value()
1982 retval = ruby_convert_to_vim_value(obj, rettv); in do_rubyeval()