Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_ruby.c162 #ifndef RARRAY_PTR
163 # define RARRAY_PTR(s) RARRAY(s)->ptr macro
1126 msg_attr(RSTRING_PTR(RARRAY_PTR(bt)[i]), attr); in error_print()
1735 lnum = RARRAY_PTR(pos)[0]; in window_set_cursor()
1736 col = RARRAY_PTR(pos)[1]; in window_set_cursor()
1929 if (ruby_convert_to_vim_value((VALUE)RARRAY_PTR(val)[i], in ruby_convert_to_vim_value()