Home
last modified time | relevance | path

Searched refs:TabListAsSeq (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python.c1359 static PySequenceMethods TabListAsSeq = { variable
H A Dif_python3.c1640 static PySequenceMethods TabListAsSeq = { variable
H A Dif_py_both.h3819 static PySequenceMethods TabListAsSeq; variable
6564 TabListType.tp_as_sequence = &TabListAsSeq; in init_structs()