Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h3320 typedef int (*checkfun)(void *); typedef
3327 checkfun Check;
3338 OptionsNew(int opt_type, void *from, checkfun Check, PyObject *fromObj) in OptionsNew()
4017 return OptionsNew(SREQ_WIN, self->win, (checkfun) CheckWindow, in WindowAttr()
5262 return OptionsNew(SREQ_BUF, self->buf, (checkfun) CheckBuffer, in BufferAttr()