Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h2946 #define NEW_FUNCTION(name, argc, argv, self, pt_auto) \ argument
2947 FunctionNew(&FunctionType, (name), (argc), (argv), (self), (pt_auto))
3185 pt->pt_auto = self->auto_rebind || !exported; in set_partial()
6418 tv->vval.v_partial->pt_auto); in ConvertToPyObject()
H A Dstructs.h2032 int pt_auto; // when TRUE the partial was created for using member
H A Duserfunc.c3267 if (partial->pt_dict != NULL && (selfdict == NULL || !partial->pt_auto)) in call_func()
5332 pt->pt_auto = TRUE; in make_partial()
H A Devalfunc.c4094 pt->pt_auto = arg_pt->pt_auto; in common_function()
H A Deval.c5924 && (rettv->vval.v_partial->pt_auto in handle_subscript()
H A Dvim9execute.c4188 && (tv->vval.v_partial->pt_auto in exec_instructions()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt11375 Solution: Set the pt_auto field. Add tests. (Nikolai Pavlov)