#include <typval.h>
Data Fields | |
int | pt_refcount |
Reference count. More... | |
char_u * | pt_name |
Function name; when NULL use pt_func->name. More... | |
ufunc_T * | pt_func |
bool | pt_auto |
int | pt_argc |
Number of arguments. More... | |
typval_T * | pt_argv |
Arguments in allocated array. More... | |
dict_T * | pt_dict |
Dict for "self". More... | |
int partial_S::pt_argc |
Number of arguments.
typval_T* partial_S::pt_argv |
Arguments in allocated array.
bool partial_S::pt_auto |
When true the partial was created by using dict.member in handle_subscript().
dict_T* partial_S::pt_dict |
Dict for "self".
ufunc_T* partial_S::pt_func |
Function pointer; when NULL lookup function with pt_name.
char_u* partial_S::pt_name |
Function name; when NULL use pt_func->name.
int partial_S::pt_refcount |
Reference count.