Searched refs:iterator (Results 1 – 13 of 13) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_py_both.h | 444 PyObject *iterator; in OutputWritelines() local 454 Py_DECREF(iterator); in OutputWritelines() 461 Py_DECREF(iterator); in OutputWritelines() 2068 PyObject *iterator; in DictionaryUpdate() local 2148 Py_DECREF(iterator); in DictionaryUpdate() 2294 PyObject *iterator; in list_py_concat() local 2326 Py_DECREF(iterator); in list_py_concat() 2502 PyObject *iterator; in ListAssSlice() local 2549 Py_DECREF(iterator); in ListAssSlice() 2657 Py_DECREF(iterator); in ListAssSlice() [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sqlj.vim | 37 syn keyword sqljKeyword fetch database context iterator field join
|
| H A D | lisp.vim | 369 syn keyword lispFunc fdefinition pathname-directory with-hash-table-iterator 374 syn keyword lispFunc file-error-pathname pathname-type with-package-iterator
|
| H A D | clojure.vim | 32 …iterator-seq","clojure.core/juxt","clojure.core/keep","clojure.core/keep-indexed","clojure.core/ke…
|
| H A D | typescriptcommon.vim | 718 syntax keyword typescriptSymbolStaticProp contained length iterator match replace
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 2788 …ble $iterator, callable $function [, array $args] | int','iterator_count(':'Traversable $iterator … 2815 …iterator','return_type':''},'append':{'signature':'Iterator $iterator | void','return_type':'void'… 2833 …etUnset':{'signature':'mixed $offset | void','return_type':'void'},},},'iterator':{'name':'Iterato…
|
| H A D | clojurecomplete.vim | 12 …"intern","interpose","into","into-array","ints","io!","isa?","iterate","iterator-seq","juxt","keep…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_lua.txt | 279 o "l()" returns an iterator for "l". 325 o "d()" returns an iterator for "d" and is equivalent to "items(d)" in
|
| H A D | version7.txt | 15792 Solution: Make vim.buffers a map. No iterator yet. (ZyX) 15804 Problem: Python: No iterator for vim.list and vim.bufferlist.
|
| H A D | version8.txt | 1379 Solution: Add options iterator. (ZyX)
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_lua.vim | 507 " Test l() i.e. iterator on list 608 " Test d() i.e. iterator on dictionary
|
| H A D | test_python2.vim | 1615 # Check GCing iterator that was not fully exhausted 1618 # and also check creating more than one iterator at a time 1657 # Test wiping out buffer with existing iterator
|
| H A D | test_python3.vim | 1806 # Check GCing iterator that was not fully exhausted 1809 # and also check creating more than one iterator at a time 1848 # Test wiping out buffer with existing iterator
|