Searched +defs:s +defs:obj (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_ruby.c | 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 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() 1315 get_buf(VALUE obj) in get_buf() 1601 get_win(VALUE obj) in get_win() [all …]
|
| H A D | if_mzsch.c | 179 static int buffer_mark_proc(void *obj) in buffer_mark_proc() 183 static int buffer_fixup_proc(void *obj) in buffer_fixup_proc() 196 static int window_mark_proc(void *obj) in window_mark_proc() 1039 char_u *s; in startup_mzscheme() local 1096 char_u *s; in startup_mzscheme() local 1540 do_eval(void *s, int noargc UNUSED, Scheme_Object **noargv UNUSED) in do_eval() 2920 string_to_line(Scheme_Object *obj) in string_to_line() 3028 Scheme_Object *obj = NULL; in vim_to_mzscheme_impl() local 3052 Scheme_Object *obj = NULL; in vim_to_mzscheme_impl() local 3636 buf_T *get_valid_buffer(void *obj) in get_valid_buffer() [all …]
|
| H A D | if_py_both.h | 116 StringToChars(PyObject *obj, PyObject **todecref) in StringToChars() 169 NumberToLong(PyObject *obj, long *result, int flags) in NumberToLong() 255 add_string(PyObject *list, char *s) in add_string() 2053 PyObject *obj = NULL; in DictionaryUpdate() local 2339 PyObject *obj = NULL; in ListConstructor() local 2783 ListConcatInPlace(ListObject *self, PyObject *obj) in ListConcatInPlace() 4232 StringToLine(PyObject *obj) in StringToLine() 6115 convert_dl(PyObject *obj, typval_T *tv, in convert_dl() 6231 ConvertFromPyObject(PyObject *obj, typval_T *tv) in ConvertFromPyObject() 6843 #define ADD_OBJECT(m, name, obj) \ argument [all …]
|
| H A D | if_python.c | 792 # define Py_VISIT(obj) visit(obj, arg) argument 795 # define Py_CLEAR(obj) \ argument 814 # define PY_STRSAVE(s) ((char_u *) py_memsave(s, STRLEN(s) + 1)) argument 1199 #define WindowType_Check(obj) ((obj)->ob_type == &WindowType) argument 1204 #define BufferType_Check(obj) ((obj)->ob_type == &BufferType) argument 1212 #define RangeType_Check(obj) ((obj)->ob_type == &RangeType) argument
|