Lines Matching defs:str
890 eval_enc_string_protect(const char *str, int *state) in eval_enc_string_protect()
1137 vim_message(VALUE self UNUSED, VALUE str) in vim_message()
1159 vim_set_option(VALUE self UNUSED, VALUE str) in vim_set_option()
1167 vim_command(VALUE self UNUSED, VALUE str) in vim_command()
1250 vim_evaluate(VALUE self UNUSED, VALUE str) in vim_evaluate()
1330 vim_blob(VALUE self UNUSED, VALUE str) in vim_blob()
1436 set_buffer_line(buf_T *buf, linenr_T n, VALUE str) in set_buffer_line()
1469 buffer_aset(VALUE self, VALUE num, VALUE str) in buffer_aset()
1515 buffer_append(VALUE self, VALUE num, VALUE str) in buffer_append()
1638 set_current_line(VALUE self UNUSED, VALUE str) in set_current_line()
1755 VALUE str = rb_str_new("", 0); in f_p() local
1910 VALUE str = (VALUE)RSTRING(val); in ruby_convert_to_vim_value() local
1969 do_rubyeval(char_u *str, typval_T *rettv) in do_rubyeval()