Lines Matching +defs:s +defs:obj
157 # define StringValuePtr(s) STR2CSTR(s) argument
160 # define RARRAY_LEN(s) RARRAY(s)->len argument
163 # define RARRAY_PTR(s) RARRAY(s)->ptr argument
166 # define RSTRING_LEN(s) RSTRING(s)->len argument
169 # define RSTRING_PTR(s) RSTRING(s)->ptr argument
596 rb_gc_writebarrier_unprotect_promoted_stub(VALUE obj) in rb_gc_writebarrier_unprotect_promoted_stub()
602 rb_gc_writebarrier_unprotect_stub(VALUE obj) in rb_gc_writebarrier_unprotect_stub()
617 rb_check_type_stub(VALUE obj, int t) in rb_check_type_stub()
871 vim_str2rb_enc_str(const char *s) in vim_str2rb_enc_str()
1304 VALUE obj = TypedData_Wrap_Struct(cBuffer, &buffer_type, buf); in buffer_new() local
1315 get_buf(VALUE obj) in get_buf()
1590 VALUE obj = TypedData_Wrap_Struct(cVimWindow, &window_type, win); in window_new() local
1601 get_win(VALUE obj) in get_win()
1976 VALUE obj; in do_rubyeval() local