Searched refs:arg_pt (Results 1 – 1 of 1) sorted by relevance
3921 partial_T *arg_pt = NULL; in common_function() local3940 arg_pt = argvars[0].vval.v_partial; in common_function()3941 s = partial_name(arg_pt); 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()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()[all …]