Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h313 static PyTypeObject OutputType; variable
519 PyObject_HEAD_INIT(&OutputType)
526 PyObject_HEAD_INIT(&OutputType)
6455 CLEAR_FIELD(OutputType); in init_structs()
6456 OutputType.tp_name = "vim.message"; in init_structs()
6458 OutputType.tp_flags = Py_TPFLAGS_DEFAULT; in init_structs()
6459 OutputType.tp_doc = "vim message object"; in init_structs()
6460 OutputType.tp_methods = OutputMethods; in init_structs()
6466 OutputType.tp_free = call_PyObject_Free; in init_structs()
6467 OutputType.tp_base = &PyStdPrinter_Type; in init_structs()
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dpostscr.vim415 …syn keyword postscrConstant contained OutputType OutputAttributes NumCopies Collate Duplex Tumble
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt25780 Solution: For OutputType set the base to be PyFile_Type. (Boxu Zhang)