Home
last modified time | relevance | path

Searched refs:iterator (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dif_py_both.h444 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 Dsqlj.vim37 syn keyword sqljKeyword fetch database context iterator field join
H A Dlisp.vim369 syn keyword lispFunc fdefinition pathname-directory with-hash-table-iterator
374 syn keyword lispFunc file-error-pathname pathname-type with-package-iterator
H A Dclojure.vim32iterator-seq","clojure.core/juxt","clojure.core/keep","clojure.core/keep-indexed","clojure.core/ke…
H A Dtypescriptcommon.vim718 syntax keyword typescriptSymbolStaticProp contained length iterator match replace
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim2788 …ble $iterator, callable $function [, array $args] | int','iterator_count(':'Traversable $iterator
2815iterator','return_type':''},'append':{'signature':'Iterator $iterator | void','return_type':'void'…
2833 …etUnset':{'signature':'mixed $offset | void','return_type':'void'},},},'iterator':{'name':'Iterato…
H A Dclojurecomplete.vim12 …"intern","interpose","into","into-array","ints","io!","isa?","iterate","iterator-seq","juxt","keep…
/vim-8.2.3635/runtime/doc/
H A Dif_lua.txt279 o "l()" returns an iterator for "l".
325 o "d()" returns an iterator for "d" and is equivalent to "items(d)" in
H A Dversion7.txt15792 Solution: Make vim.buffers a map. No iterator yet. (ZyX)
15804 Problem: Python: No iterator for vim.list and vim.bufferlist.
H A Dversion8.txt1379 Solution: Add options iterator. (ZyX)
/vim-8.2.3635/src/testdir/
H A Dtest_lua.vim507 " Test l() i.e. iterator on list
608 " Test d() i.e. iterator on dictionary
H A Dtest_python2.vim1615 # 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 Dtest_python3.vim1806 # 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