type_IsFunction
extern int type_IsFunction(type_t *);
return (type_IsFunction(dp->d_type));
if (type_IsFunction(dp->d_type) || isptrfun)
} else if (!type_IsFunction(tp)) {