Searched refs:RSTRING_PTR (Results 1 – 1 of 1) sorted by relevance
168 #ifndef RSTRING_PTR169 # define RSTRING_PTR(s) RSTRING(s)->ptr macro1112 RSTRING_PTR(epath), RSTRING_PTR(einfo)); in error_print()1122 msg_attr(RSTRING_PTR(RARRAY_AREF(bt, i)), attr); in error_print()1126 msg_attr(RSTRING_PTR(RARRAY_PTR(bt)[i]), attr); in error_print()1146 strcpy(buff, RSTRING_PTR(str)); in vim_message()1337 sprintf(buf, "%02X", (unsigned char)(RSTRING_PTR(str)[i])); in vim_blob()1763 msg(RSTRING_PTR(str)); in f_p()1867 di = dictitem_alloc((char_u *)RSTRING_PTR(rb_obj_as_string(key))); in convert_hash2dict()1913 rettv->vval.v_string = vim_strnsave((char_u *)RSTRING_PTR(str), in ruby_convert_to_vim_value()