Lines Matching refs:arg_pt
3921 partial_T *arg_pt = NULL; in common_function() local
3940 arg_pt = argvars[0].vval.v_partial; in common_function()
3941 s = partial_name(arg_pt); in common_function()
4043 if (dict_idx > 0 || arg_idx > 0 || arg_pt != NULL || is_funcref) in common_function()
4052 if (arg_idx > 0 || (arg_pt != NULL && arg_pt->pt_argc > 0)) in common_function()
4059 if (arg_pt != NULL) in common_function()
4060 arg_len = arg_pt->pt_argc; in common_function()
4072 copy_tv(&arg_pt->pt_argv[i], &pt->pt_argv[i]); in common_function()
4089 else if (arg_pt != NULL) in common_function()
4093 pt->pt_dict = arg_pt->pt_dict; in common_function()
4094 pt->pt_auto = arg_pt->pt_auto; in common_function()
4100 if (arg_pt != NULL && arg_pt->pt_func != NULL) in common_function()
4102 pt->pt_func = arg_pt->pt_func; in common_function()