Home
last modified time | relevance | path

Searched defs:selfdict (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Duserfunc.c2437 dict_T *selfdict) // Dictionary for "self" in call_user_func()
2864 dict_T *selfdict) in call_user_func_check()
3097 dict_T *selfdict, in func_call()
3234 dict_T *selfdict = funcexe->selfdict; in call_func() local
5310 dict_T *selfdict = selfdict_in; in make_partial() local
H A Dvim9execute.c838 dict_T *selfdict) in call_ufunc()
939 dict_T *selfdict) in call_by_name()
1007 dict_T *selfdict = NULL; in call_partial() local
H A Deval.c3770 dict_T *selfdict, in call_func_rettv()
5773 dict_T *selfdict = NULL; in handle_subscript() local
H A Dif_py_both.h2951 dict_T *selfdict, int auto_rebind) in FunctionNew()
3023 dict_T *selfdict = NULL; in FunctionConstructor() local
3201 dict_T *selfdict = NULL; in FunctionCall() local
H A Devalfunc.c2784 dict_T *selfdict = NULL; in f_call() local
H A Dstructs.h1998 dict_T *selfdict; // Dictionary for "self" member