Lines Matching refs:v_partial
523 if (stv->v_type == VAR_PARTIAL && pt == stv->vval.v_partial) in handle_closure_in_use()
575 if (tv->v_type == VAR_PARTIAL && tv->vval.v_partial != NULL) in handle_closure_in_use()
580 if (tv->vval.v_partial == ((partial_T **)gap->ga_data)[ in handle_closure_in_use()
632 if (tv->v_type == VAR_PARTIAL && tv->vval.v_partial != NULL in funcstack_check_refcount()
633 && tv->vval.v_partial->pt_funcstack == funcstack in funcstack_check_refcount()
634 && tv->vval.v_partial->pt_refcount == 1) in funcstack_check_refcount()
1011 partial_T *pt = tv->vval.v_partial; in call_partial()
3186 tv->vval.v_partial = pt; in exec_instructions()
4188 && (tv->vval.v_partial->pt_auto in exec_instructions()
4189 || tv->vval.v_partial->pt_dict == NULL)))) in exec_instructions()
5944 return tv->vval.v_partial != NULL; in tv2bool()