Searched defs:partial_S (Results 1 – 1 of 1) sorted by relevance
2029 struct partial_S struct2031 int pt_refcount; // reference count2032 int pt_auto; // when TRUE the partial was created for using2034 char_u *pt_name; // function name; when NULL use2036 ufunc_T *pt_func; // function pointer; when NULL lookup function2040 outer_T pt_outer;2042 funcstack_T *pt_funcstack; // copy of stack, used after context2045 typval_T *pt_argv; // arguments in allocated array2046 int pt_argc; // number of arguments2048 int pt_copyID; // funcstack may contain pointer to partial[all …]