#compdef functions unfunction local expl _tags argument:any functions || return 1 _description expl 'shell function' compadd "$expl[@]" "$@" - "${(k@)functions}"