Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dif_mzsch.h29 # define SCHEME_STRINGP(obj) (SCHEME_BYTE_STRINGP(obj) || SCHEME_CHAR_STRINGP(obj)) argument
30 # define BYTE_STRING_VALUE(obj) ((char_u *)SCHEME_BYTE_STR_VAL(obj)) argument
44 # define BYTE_STRING_VALUE(obj) ((char_u *)SCHEME_STR_VAL(obj)) argument
45 # define scheme_byte_string_to_char_string(obj) (obj) argument
H A Dgui_gtk_f.h26 #define GTK_FORM(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GTK_TYPE_FORM, GtkForm)) argument
28 #define GTK_IS_FORM(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GTK_TYPE_FORM)) argument
H A Dif_mzsch.c179 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()
200 static int window_fixup_proc(void *obj) in window_fixup_proc()
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
3149 mzscheme_to_vim(Scheme_Object *obj, typval_T *tv) in mzscheme_to_vim()
3174 mzscheme_to_vim_impl(Scheme_Object *obj, typval_T *tv, int depth, in mzscheme_to_vim_impl()
3636 buf_T *get_valid_buffer(void *obj) in get_valid_buffer()
[all …]
H A Dif_py_both.h116 StringToChars(PyObject *obj, PyObject **todecref) in StringToChars()
169 NumberToLong(PyObject *obj, long *result, int flags) in NumberToLong()
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()
6171 ConvertFromPyMapping(PyObject *obj, typval_T *tv) in ConvertFromPyMapping()
6231 ConvertFromPyObject(PyObject *obj, typval_T *tv) in ConvertFromPyObject()
6843 #define ADD_OBJECT(m, name, obj) \ argument
[all …]
H A Dif_ruby.c596 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()
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
H A Dif_python3.c89 # define PyString_Check(obj) PyUnicode_Check(obj) argument
95 # define PyInt_Check(obj) PyLong_Check(obj) argument
98 #define PyInt_AsLong(obj) PyLong_AsLong(obj) argument
960 #define PY3OBJ_DELETED(obj) (obj->ob_base.ob_refcnt<=0) argument
1343 #define WindowType_Check(obj) ((obj)->ob_base.ob_type == &WindowType) argument
1348 #define BufferType_Check(obj) ((obj)->ob_base.ob_type == &BufferType) argument
1356 #define RangeType_Check(obj) ((obj)->ob_base.ob_type == &RangeType) argument
H A Dif_python.c792 # define Py_VISIT(obj) visit(obj, arg) argument
795 # define Py_CLEAR(obj) \ 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
H A Dif_tcl.c1153 Tcl_Obj *obj, in tclgetlinenum()
/vim-8.2.3635/runtime/autoload/
H A DnetrwFileHandlers.vim344 fun! s:NFH_obj(obj) argument