Searched defs:self (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_py_both.h | 1456 IterObject *self; in IterNew() local 1512 IterIter(PyObject *self) in IterIter() 2259 ListObject *self; in ListNew() local 2939 dict_T *self; member 3015 PyObject *self; in FunctionConstructor() local 3898 WindowObject *self; in WindowNew() local 4910 BufferObject *self, in RBAsItem() 4945 BufferObject *self, in RBAsSlice() 4990 BufferObject *self, in RBAppend() 5046 RangeObject *self; in RangeNew() local [all …]
|
| H A D | if_python3.c | 1315 OutputGetattro(PyObject *self, PyObject *nameobj) in OutputGetattro() 1388 BufferGetattro(PyObject *self, PyObject *nameobj) in BufferGetattro() 1418 BufferSubscript(PyObject *self, PyObject* idx) in BufferSubscript() 1503 RangeGetattro(PyObject *self, PyObject *nameobj) in RangeGetattro() 1536 RangeSubscript(PyObject *self, PyObject* idx) in RangeSubscript() 1589 TabPageGetattro(PyObject *self, PyObject *nameobj) in TabPageGetattro() 1611 WindowGetattro(PyObject *self, PyObject *nameobj) in WindowGetattro() 1672 CurrentGetattro(PyObject *self, PyObject *nameobj) in CurrentGetattro() 1691 DictionaryGetattro(PyObject *self, PyObject *nameobj) in DictionaryGetattro() 1715 ListGetattro(PyObject *self, PyObject *nameobj) in ListGetattro() [all …]
|
| H A D | if_python.c | 1180 OutputGetattr(PyObject *self, char *name) in OutputGetattr() 1236 BufferGetattr(PyObject *self, char *name) in BufferGetattr() 1256 BufferAssItem(PyObject *self, PyInt n, PyObject *val) in BufferAssItem() 1285 RangeGetattr(PyObject *self, char *name) in RangeGetattr() 1300 RangeAssItem(PyObject *self, PyInt n, PyObject *val) in RangeAssItem() 1309 RangeAssSlice(PyObject *self, PyInt lo, PyInt hi, PyObject *val) in RangeAssSlice() 1320 TabPageGetattr(PyObject *self, char *name) in TabPageGetattr() 1340 WindowGetattr(PyObject *self, char *name) in WindowGetattr() 1488 DictionaryGetattr(PyObject *self, char *name) in DictionaryGetattr() 1503 ListGetattr(PyObject *self, char *name) in ListGetattr() [all …]
|
| H A D | if_ruby.c | 1394 buffer_name(VALUE self) in buffer_name() 1402 buffer_number(VALUE self) in buffer_number() 1410 buffer_count(VALUE self) in buffer_count() 1426 buffer_aref(VALUE self, VALUE num) in buffer_aref() 1469 buffer_aset(VALUE self, VALUE num, VALUE str) in buffer_aset() 1479 buffer_delete(VALUE self, VALUE num) in buffer_delete() 1673 window_buffer(VALUE self) in window_buffer() 1681 window_height(VALUE self) in window_height() 1689 window_set_height(VALUE self, VALUE height) in window_set_height() 1719 window_cursor(VALUE self) in window_cursor() [all …]
|
| H A D | profiler.c | 232 profile_self(proftime_T *self, proftime_T *total, proftime_T *children) in profile_self() 455 proftime_T *self, in prof_func_line()
|
| H A D | if_mzsch.c | 1902 vim_mz_window *self = NULL; in window_new() local 2290 vim_mz_buffer *self = NULL; in buffer_new() local
|
| H A D | if_lua.c | 41 dict_T *self; // selfdict member
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_channel.py | 24 def setup(self): argument 27 def handle(self): argument
|
| H A D | test_netbeans.py | 24 def process_msgs(self, msgbuf): argument 141 def handle(self): argument
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | demoserver.py | 37 def handle(self): argument
|