Lines Matching refs:selfdict
2951 dict_T *selfdict, int auto_rebind) in FunctionNew() argument
3003 self->self = selfdict; in FunctionNew()
3004 self->auto_rebind = selfdict == NULL ? TRUE : auto_rebind; in FunctionNew()
3023 dict_T *selfdict = NULL; in FunctionConstructor() local
3037 selfdict = selfdicttv.vval.v_dict; in FunctionConstructor()
3044 dict_unref(selfdict); in FunctionConstructor()
3057 dict_unref(selfdict); in FunctionConstructor()
3067 if (selfdict != NULL) in FunctionConstructor()
3076 dict_unref(selfdict); in FunctionConstructor()
3086 dict_unref(selfdict); in FunctionConstructor()
3093 self = FunctionNew(subtype, name, argc, argv, selfdict, auto_rebind); in FunctionConstructor()
3201 dict_T *selfdict = NULL; in FunctionCall() local
3221 selfdict = selfdicttv.vval.v_dict; in FunctionCall()
3236 error = func_call(name, &args, pt_ptr, selfdict, &rettv); in FunctionCall()
3253 if (selfdict != NULL) in FunctionCall()