Lines Matching refs:ufunc
568 ufunc_T *ufunc = NULL; in handle_import() local
571 idx = find_exported(sid, name, &ufunc, &type, cctx, TRUE); in handle_import()
573 if (idx < 0 && ufunc == NULL) in handle_import()
586 : (equal_type(imported->imp_type, ufunc->uf_func_type, in handle_import()
589 ufunc->uf_name) == 0))) in handle_import()
623 imported->imp_type = ufunc->uf_func_type; in handle_import()
624 imported->imp_funcname = ufunc->uf_name; in handle_import()
676 ufunc_T **ufunc, in find_exported() argument
697 *ufunc = NULL; in find_exported()
717 *ufunc = find_func(funcname, FALSE, NULL); in find_exported()
721 if (*ufunc == NULL) in find_exported()
727 else if (((*ufunc)->uf_flags & FC_EXPORT) == 0) in find_exported()
731 *ufunc = NULL; in find_exported()