Lines Matching defs:partial_S
2029 struct partial_S struct
2031 int pt_refcount; // reference count
2032 int pt_auto; // when TRUE the partial was created for using
2034 char_u *pt_name; // function name; when NULL use
2036 ufunc_T *pt_func; // function pointer; when NULL lookup function
2040 outer_T pt_outer;
2042 funcstack_T *pt_funcstack; // copy of stack, used after context
2045 typval_T *pt_argv; // arguments in allocated array
2046 int pt_argc; // number of arguments
2048 int pt_copyID; // funcstack may contain pointer to partial
2049 dict_T *pt_dict; // dict for "self"