2badca413c
Changelog: Changes between 5.7 and 5.8 Incompatibilities The history expansion !:1:t2 used to be interpreted such that the 2 was a separate character added after the history expansion. Now it is an argument to the :t modifier. The behaviour of :h has similarly changed. The vcs_info function VCS_INFO_quilt-dirfind now returns a string value by setting $REPLY. Previously it printed the value to standard output. The cd and chdir builtins no longer interpret operands like -1 and +2 as stack entries when POSIX_CD is enabled. Dropping privileges with `unsetopt privileged` may fail (with an error message) on some older and uncommon platforms due to library dependency changes made in the course of fixing CVE-2019-20044 (see below). Please report this to the zsh-workers mailing list if your system is affected. Changes CVE-2019-20044: When unsetting the PRIVILEGED option, the shell sets its effective user and group IDs to match their respective real IDs. On some platforms (including Linux and macOS, but not FreeBSD), when the RUID and EUID were both non-zero, it was possible to regain the shell's former privileges by e.g. assigning to the EUID or EGID parameter. In the course of investigating this issue, it was also found that the setopt built-in did not correctly report errors when unsetting the option, which prevented users from handling them as the documentation recommended. setopt now returns non-zero if it is unable to safely drop privileges. [ Reported by Sam Foxman.] The zsh/zutil module's zparseopts builtin learnt an -F option to abort parsing when an unrecognised option-like parameter is encountered. The zsh/files module gained a chmod builtin. Several changes have been made to the way completion functions track 'precommands' (such as `command` and `env`) and determine whether the command being completed for is a shell builtin. Developers of completion functions may wish to familiarise themselves with `_normal -p` and `_pick_variant -b`. The option CD_SILENT was added to suppress all output from cd (whether explicit or implicit with AUTO_CD). It is disabled by default. The compadd builtin's -o option now takes an optional argument to specify the order of completion matches. This affects the display of candidate matches and the order in which they are selected when cycling between them using menu completion. The :h and :t modifiers in parameter expansion (if braces are present), glob qualifiers and history expansion may take following decimal digit arguments in order to keep that many leading or trailing path components instead of the defaults of all but one (:h) and one (:t). In an absolute path the leading '/' counts as one component. The functions builtin gained a -c option to efficiently copy functions. The zshmisc(1) manual page incorrectly stated that when 'exit' is used in a `try' block inside a function, the corresponding `always' block will be executed. The manual page has been corrected. The shell's behaviour has not changed.
1332 lines
57 KiB
Text
1332 lines
57 KiB
Text
@comment $NetBSD: PLIST,v 1.43 2020/02/27 03:05:37 ryoon Exp $
|
|
bin/zsh
|
|
bin/${PKGNAME}
|
|
info/zsh.info
|
|
${PLIST.dynamic}${PLIST.xattr}lib/zsh/${PKGVERSION}/zsh/attr.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/cap.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/clone.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/compctl.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/complete.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/complist.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/computil.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/curses.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/datetime.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/deltochar.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/example.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/files.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/langinfo.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/mapfile.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/mathfunc.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/nearcolor.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/net/socket.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/net/tcp.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/newuser.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/param/private.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/parameter.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/regex.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/rlimits.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/sched.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/stat.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/system.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/termcap.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/terminfo.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/zftp.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/zle.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/zleparameter.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/zprof.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/zpty.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/zselect.so
|
|
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/zutil.so
|
|
man/man1/zsh.1
|
|
man/man1/zshall.1
|
|
man/man1/zshbuiltins.1
|
|
man/man1/zshcalsys.1
|
|
man/man1/zshcompctl.1
|
|
man/man1/zshcompsys.1
|
|
man/man1/zshcompwid.1
|
|
man/man1/zshcontrib.1
|
|
man/man1/zshexpn.1
|
|
man/man1/zshmisc.1
|
|
man/man1/zshmodules.1
|
|
man/man1/zshoptions.1
|
|
man/man1/zshparam.1
|
|
man/man1/zshroadmap.1
|
|
man/man1/zshtcpsys.1
|
|
man/man1/zshzftpsys.1
|
|
man/man1/zshzle.1
|
|
share/doc/zsh/BUGS
|
|
share/doc/zsh/FAQ
|
|
share/doc/zsh/FEATURES
|
|
share/doc/zsh/NEWS
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_adjust
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_bydir_detect
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_check_com
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_bzr
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_cdv
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_cvs
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_darcs
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_fossil
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_git
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_hg
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_mtn
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_p4
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_svk
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_svn
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_detect_tla
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_formats
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_get_cmd
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_bzr
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_cdv
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_cvs
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_darcs
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_fossil
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_git
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_hg
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_mtn
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_p4
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_svk
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_svn
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_tla
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_hexdump
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_hook
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_maxexports
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_nvcsformats
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_patch2subject
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_quilt
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_reposub
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_set
|
|
share/zsh/${PKGVERSION}/functions/VCS_INFO_set-patch-format
|
|
share/zsh/${PKGVERSION}/functions/_SUSEconfig
|
|
share/zsh/${PKGVERSION}/functions/_a2ps
|
|
share/zsh/${PKGVERSION}/functions/_a2utils
|
|
share/zsh/${PKGVERSION}/functions/_aap
|
|
share/zsh/${PKGVERSION}/functions/_abcde
|
|
share/zsh/${PKGVERSION}/functions/_absolute_command_paths
|
|
share/zsh/${PKGVERSION}/functions/_ack
|
|
share/zsh/${PKGVERSION}/functions/_acpi
|
|
share/zsh/${PKGVERSION}/functions/_acpitool
|
|
share/zsh/${PKGVERSION}/functions/_acroread
|
|
share/zsh/${PKGVERSION}/functions/_adb
|
|
share/zsh/${PKGVERSION}/functions/_add-zle-hook-widget
|
|
share/zsh/${PKGVERSION}/functions/_add-zsh-hook
|
|
share/zsh/${PKGVERSION}/functions/_alias
|
|
share/zsh/${PKGVERSION}/functions/_aliases
|
|
share/zsh/${PKGVERSION}/functions/_all_labels
|
|
share/zsh/${PKGVERSION}/functions/_all_matches
|
|
share/zsh/${PKGVERSION}/functions/_alsa-utils
|
|
share/zsh/${PKGVERSION}/functions/_alternative
|
|
share/zsh/${PKGVERSION}/functions/_analyseplugin
|
|
share/zsh/${PKGVERSION}/functions/_ansible
|
|
share/zsh/${PKGVERSION}/functions/_ant
|
|
share/zsh/${PKGVERSION}/functions/_antiword
|
|
share/zsh/${PKGVERSION}/functions/_apachectl
|
|
share/zsh/${PKGVERSION}/functions/_apm
|
|
share/zsh/${PKGVERSION}/functions/_approximate
|
|
share/zsh/${PKGVERSION}/functions/_apt
|
|
share/zsh/${PKGVERSION}/functions/_apt-file
|
|
share/zsh/${PKGVERSION}/functions/_apt-move
|
|
share/zsh/${PKGVERSION}/functions/_apt-show-versions
|
|
share/zsh/${PKGVERSION}/functions/_aptitude
|
|
share/zsh/${PKGVERSION}/functions/_arch_archives
|
|
share/zsh/${PKGVERSION}/functions/_arch_namespace
|
|
share/zsh/${PKGVERSION}/functions/_arg_compile
|
|
share/zsh/${PKGVERSION}/functions/_arguments
|
|
share/zsh/${PKGVERSION}/functions/_arp
|
|
share/zsh/${PKGVERSION}/functions/_arping
|
|
share/zsh/${PKGVERSION}/functions/_arrays
|
|
share/zsh/${PKGVERSION}/functions/_asciidoctor
|
|
share/zsh/${PKGVERSION}/functions/_asciinema
|
|
share/zsh/${PKGVERSION}/functions/_assign
|
|
share/zsh/${PKGVERSION}/functions/_at
|
|
share/zsh/${PKGVERSION}/functions/_attr
|
|
share/zsh/${PKGVERSION}/functions/_augeas
|
|
share/zsh/${PKGVERSION}/functions/_auto-apt
|
|
share/zsh/${PKGVERSION}/functions/_autocd
|
|
share/zsh/${PKGVERSION}/functions/_avahi
|
|
share/zsh/${PKGVERSION}/functions/_awk
|
|
share/zsh/${PKGVERSION}/functions/_axi-cache
|
|
share/zsh/${PKGVERSION}/functions/_base64
|
|
share/zsh/${PKGVERSION}/functions/_basename
|
|
share/zsh/${PKGVERSION}/functions/_bash
|
|
share/zsh/${PKGVERSION}/functions/_bash_completions
|
|
share/zsh/${PKGVERSION}/functions/_baudrates
|
|
share/zsh/${PKGVERSION}/functions/_baz
|
|
share/zsh/${PKGVERSION}/functions/_be_name
|
|
share/zsh/${PKGVERSION}/functions/_beadm
|
|
share/zsh/${PKGVERSION}/functions/_beep
|
|
share/zsh/${PKGVERSION}/functions/_bibtex
|
|
share/zsh/${PKGVERSION}/functions/_bind_addresses
|
|
share/zsh/${PKGVERSION}/functions/_bindkey
|
|
share/zsh/${PKGVERSION}/functions/_bison
|
|
share/zsh/${PKGVERSION}/functions/_bittorrent
|
|
share/zsh/${PKGVERSION}/functions/_bogofilter
|
|
share/zsh/${PKGVERSION}/functions/_bpf_filters
|
|
share/zsh/${PKGVERSION}/functions/_bpython
|
|
share/zsh/${PKGVERSION}/functions/_brace_parameter
|
|
share/zsh/${PKGVERSION}/functions/_brctl
|
|
share/zsh/${PKGVERSION}/functions/_bsd_disks
|
|
share/zsh/${PKGVERSION}/functions/_bsd_pkg
|
|
share/zsh/${PKGVERSION}/functions/_bsdconfig
|
|
share/zsh/${PKGVERSION}/functions/_bsdinstall
|
|
share/zsh/${PKGVERSION}/functions/_btrfs
|
|
share/zsh/${PKGVERSION}/functions/_bts
|
|
share/zsh/${PKGVERSION}/functions/_bug
|
|
share/zsh/${PKGVERSION}/functions/_builtin
|
|
share/zsh/${PKGVERSION}/functions/_bzip2
|
|
share/zsh/${PKGVERSION}/functions/_bzr
|
|
share/zsh/${PKGVERSION}/functions/_cabal
|
|
share/zsh/${PKGVERSION}/functions/_cache_invalid
|
|
share/zsh/${PKGVERSION}/functions/_caffeinate
|
|
share/zsh/${PKGVERSION}/functions/_cal
|
|
share/zsh/${PKGVERSION}/functions/_calendar
|
|
share/zsh/${PKGVERSION}/functions/_call_function
|
|
share/zsh/${PKGVERSION}/functions/_call_program
|
|
share/zsh/${PKGVERSION}/functions/_canonical_paths
|
|
share/zsh/${PKGVERSION}/functions/_cat
|
|
share/zsh/${PKGVERSION}/functions/_ccal
|
|
share/zsh/${PKGVERSION}/functions/_cd
|
|
share/zsh/${PKGVERSION}/functions/_cdbs-edit-patch
|
|
share/zsh/${PKGVERSION}/functions/_cdcd
|
|
share/zsh/${PKGVERSION}/functions/_cdr
|
|
share/zsh/${PKGVERSION}/functions/_cdrdao
|
|
share/zsh/${PKGVERSION}/functions/_cdrecord
|
|
share/zsh/${PKGVERSION}/functions/_chattr
|
|
share/zsh/${PKGVERSION}/functions/_chcon
|
|
share/zsh/${PKGVERSION}/functions/_chflags
|
|
share/zsh/${PKGVERSION}/functions/_chkconfig
|
|
share/zsh/${PKGVERSION}/functions/_chmod
|
|
share/zsh/${PKGVERSION}/functions/_chown
|
|
share/zsh/${PKGVERSION}/functions/_chroot
|
|
share/zsh/${PKGVERSION}/functions/_chrt
|
|
share/zsh/${PKGVERSION}/functions/_chsh
|
|
share/zsh/${PKGVERSION}/functions/_cksum
|
|
share/zsh/${PKGVERSION}/functions/_clay
|
|
share/zsh/${PKGVERSION}/functions/_cmdambivalent
|
|
share/zsh/${PKGVERSION}/functions/_cmdstring
|
|
share/zsh/${PKGVERSION}/functions/_cmp
|
|
share/zsh/${PKGVERSION}/functions/_code
|
|
share/zsh/${PKGVERSION}/functions/_column
|
|
share/zsh/${PKGVERSION}/functions/_combination
|
|
share/zsh/${PKGVERSION}/functions/_comm
|
|
share/zsh/${PKGVERSION}/functions/_command
|
|
share/zsh/${PKGVERSION}/functions/_command_names
|
|
share/zsh/${PKGVERSION}/functions/_comp_locale
|
|
share/zsh/${PKGVERSION}/functions/_compadd
|
|
share/zsh/${PKGVERSION}/functions/_compdef
|
|
share/zsh/${PKGVERSION}/functions/_complete
|
|
share/zsh/${PKGVERSION}/functions/_complete_debug
|
|
share/zsh/${PKGVERSION}/functions/_complete_help
|
|
share/zsh/${PKGVERSION}/functions/_complete_help_generic
|
|
share/zsh/${PKGVERSION}/functions/_complete_tag
|
|
share/zsh/${PKGVERSION}/functions/_completers
|
|
share/zsh/${PKGVERSION}/functions/_composer
|
|
share/zsh/${PKGVERSION}/functions/_compress
|
|
share/zsh/${PKGVERSION}/functions/_condition
|
|
share/zsh/${PKGVERSION}/functions/_configure
|
|
share/zsh/${PKGVERSION}/functions/_coreadm
|
|
share/zsh/${PKGVERSION}/functions/_correct
|
|
share/zsh/${PKGVERSION}/functions/_correct_filename
|
|
share/zsh/${PKGVERSION}/functions/_correct_word
|
|
share/zsh/${PKGVERSION}/functions/_cowsay
|
|
share/zsh/${PKGVERSION}/functions/_cp
|
|
share/zsh/${PKGVERSION}/functions/_cpio
|
|
share/zsh/${PKGVERSION}/functions/_cplay
|
|
share/zsh/${PKGVERSION}/functions/_cpupower
|
|
share/zsh/${PKGVERSION}/functions/_crontab
|
|
share/zsh/${PKGVERSION}/functions/_cryptsetup
|
|
share/zsh/${PKGVERSION}/functions/_cscope
|
|
share/zsh/${PKGVERSION}/functions/_cssh
|
|
share/zsh/${PKGVERSION}/functions/_csup
|
|
share/zsh/${PKGVERSION}/functions/_ctags_tags
|
|
share/zsh/${PKGVERSION}/functions/_cu
|
|
share/zsh/${PKGVERSION}/functions/_curl
|
|
share/zsh/${PKGVERSION}/functions/_cut
|
|
share/zsh/${PKGVERSION}/functions/_cvs
|
|
share/zsh/${PKGVERSION}/functions/_cvsup
|
|
share/zsh/${PKGVERSION}/functions/_cygcheck
|
|
share/zsh/${PKGVERSION}/functions/_cygpath
|
|
share/zsh/${PKGVERSION}/functions/_cygrunsrv
|
|
share/zsh/${PKGVERSION}/functions/_cygserver
|
|
share/zsh/${PKGVERSION}/functions/_cygstart
|
|
share/zsh/${PKGVERSION}/functions/_dak
|
|
share/zsh/${PKGVERSION}/functions/_darcs
|
|
share/zsh/${PKGVERSION}/functions/_date
|
|
share/zsh/${PKGVERSION}/functions/_date_formats
|
|
share/zsh/${PKGVERSION}/functions/_dates
|
|
share/zsh/${PKGVERSION}/functions/_dbus
|
|
share/zsh/${PKGVERSION}/functions/_dchroot
|
|
share/zsh/${PKGVERSION}/functions/_dchroot-dsa
|
|
share/zsh/${PKGVERSION}/functions/_dconf
|
|
share/zsh/${PKGVERSION}/functions/_dcop
|
|
share/zsh/${PKGVERSION}/functions/_dcut
|
|
share/zsh/${PKGVERSION}/functions/_dd
|
|
share/zsh/${PKGVERSION}/functions/_deb_architectures
|
|
share/zsh/${PKGVERSION}/functions/_deb_codenames
|
|
share/zsh/${PKGVERSION}/functions/_deb_files
|
|
share/zsh/${PKGVERSION}/functions/_deb_packages
|
|
share/zsh/${PKGVERSION}/functions/_debbugs_bugnumber
|
|
share/zsh/${PKGVERSION}/functions/_debchange
|
|
share/zsh/${PKGVERSION}/functions/_debcheckout
|
|
share/zsh/${PKGVERSION}/functions/_debdiff
|
|
share/zsh/${PKGVERSION}/functions/_debfoster
|
|
share/zsh/${PKGVERSION}/functions/_deborphan
|
|
share/zsh/${PKGVERSION}/functions/_debsign
|
|
share/zsh/${PKGVERSION}/functions/_debuild
|
|
share/zsh/${PKGVERSION}/functions/_default
|
|
share/zsh/${PKGVERSION}/functions/_defaults
|
|
share/zsh/${PKGVERSION}/functions/_delimiters
|
|
share/zsh/${PKGVERSION}/functions/_describe
|
|
share/zsh/${PKGVERSION}/functions/_description
|
|
share/zsh/${PKGVERSION}/functions/_devtodo
|
|
share/zsh/${PKGVERSION}/functions/_df
|
|
share/zsh/${PKGVERSION}/functions/_dhclient
|
|
share/zsh/${PKGVERSION}/functions/_dhcpinfo
|
|
share/zsh/${PKGVERSION}/functions/_dict
|
|
share/zsh/${PKGVERSION}/functions/_dict_words
|
|
share/zsh/${PKGVERSION}/functions/_diff
|
|
share/zsh/${PKGVERSION}/functions/_diff3
|
|
share/zsh/${PKGVERSION}/functions/_diff_options
|
|
share/zsh/${PKGVERSION}/functions/_diffstat
|
|
share/zsh/${PKGVERSION}/functions/_dig
|
|
share/zsh/${PKGVERSION}/functions/_dir_list
|
|
share/zsh/${PKGVERSION}/functions/_directories
|
|
share/zsh/${PKGVERSION}/functions/_directory_stack
|
|
share/zsh/${PKGVERSION}/functions/_dirs
|
|
share/zsh/${PKGVERSION}/functions/_disable
|
|
share/zsh/${PKGVERSION}/functions/_dispatch
|
|
share/zsh/${PKGVERSION}/functions/_django
|
|
share/zsh/${PKGVERSION}/functions/_dkms
|
|
share/zsh/${PKGVERSION}/functions/_dladm
|
|
share/zsh/${PKGVERSION}/functions/_dlocate
|
|
share/zsh/${PKGVERSION}/functions/_dmesg
|
|
share/zsh/${PKGVERSION}/functions/_dmidecode
|
|
share/zsh/${PKGVERSION}/functions/_dnf
|
|
share/zsh/${PKGVERSION}/functions/_dns_types
|
|
share/zsh/${PKGVERSION}/functions/_doas
|
|
share/zsh/${PKGVERSION}/functions/_domains
|
|
share/zsh/${PKGVERSION}/functions/_dos2unix
|
|
share/zsh/${PKGVERSION}/functions/_dpatch-edit-patch
|
|
share/zsh/${PKGVERSION}/functions/_dpkg
|
|
share/zsh/${PKGVERSION}/functions/_dpkg-buildpackage
|
|
share/zsh/${PKGVERSION}/functions/_dpkg-cross
|
|
share/zsh/${PKGVERSION}/functions/_dpkg-repack
|
|
share/zsh/${PKGVERSION}/functions/_dpkg_source
|
|
share/zsh/${PKGVERSION}/functions/_dput
|
|
share/zsh/${PKGVERSION}/functions/_drill
|
|
share/zsh/${PKGVERSION}/functions/_dsh
|
|
share/zsh/${PKGVERSION}/functions/_dtrace
|
|
share/zsh/${PKGVERSION}/functions/_dtruss
|
|
share/zsh/${PKGVERSION}/functions/_du
|
|
share/zsh/${PKGVERSION}/functions/_dumpadm
|
|
share/zsh/${PKGVERSION}/functions/_dumper
|
|
share/zsh/${PKGVERSION}/functions/_dupload
|
|
share/zsh/${PKGVERSION}/functions/_dvi
|
|
share/zsh/${PKGVERSION}/functions/_dynamic_directory_name
|
|
share/zsh/${PKGVERSION}/functions/_e2label
|
|
share/zsh/${PKGVERSION}/functions/_ecasound
|
|
share/zsh/${PKGVERSION}/functions/_echotc
|
|
share/zsh/${PKGVERSION}/functions/_echoti
|
|
share/zsh/${PKGVERSION}/functions/_ed
|
|
share/zsh/${PKGVERSION}/functions/_elfdump
|
|
share/zsh/${PKGVERSION}/functions/_elinks
|
|
share/zsh/${PKGVERSION}/functions/_email_addresses
|
|
share/zsh/${PKGVERSION}/functions/_emulate
|
|
share/zsh/${PKGVERSION}/functions/_enable
|
|
share/zsh/${PKGVERSION}/functions/_enscript
|
|
share/zsh/${PKGVERSION}/functions/_entr
|
|
share/zsh/${PKGVERSION}/functions/_env
|
|
share/zsh/${PKGVERSION}/functions/_eog
|
|
share/zsh/${PKGVERSION}/functions/_equal
|
|
share/zsh/${PKGVERSION}/functions/_espeak
|
|
share/zsh/${PKGVERSION}/functions/_etags
|
|
share/zsh/${PKGVERSION}/functions/_ethtool
|
|
share/zsh/${PKGVERSION}/functions/_evince
|
|
share/zsh/${PKGVERSION}/functions/_exec
|
|
share/zsh/${PKGVERSION}/functions/_expand
|
|
share/zsh/${PKGVERSION}/functions/_expand_alias
|
|
share/zsh/${PKGVERSION}/functions/_expand_word
|
|
share/zsh/${PKGVERSION}/functions/_extensions
|
|
share/zsh/${PKGVERSION}/functions/_external_pwds
|
|
share/zsh/${PKGVERSION}/functions/_fakeroot
|
|
share/zsh/${PKGVERSION}/functions/_fbsd_architectures
|
|
share/zsh/${PKGVERSION}/functions/_fbsd_device_types
|
|
share/zsh/${PKGVERSION}/functions/_fc
|
|
share/zsh/${PKGVERSION}/functions/_feh
|
|
share/zsh/${PKGVERSION}/functions/_fetch
|
|
share/zsh/${PKGVERSION}/functions/_fetchmail
|
|
share/zsh/${PKGVERSION}/functions/_ffmpeg
|
|
share/zsh/${PKGVERSION}/functions/_figlet
|
|
share/zsh/${PKGVERSION}/functions/_file_descriptors
|
|
share/zsh/${PKGVERSION}/functions/_file_flags
|
|
share/zsh/${PKGVERSION}/functions/_file_modes
|
|
share/zsh/${PKGVERSION}/functions/_file_systems
|
|
share/zsh/${PKGVERSION}/functions/_files
|
|
share/zsh/${PKGVERSION}/functions/_find
|
|
share/zsh/${PKGVERSION}/functions/_find_net_interfaces
|
|
share/zsh/${PKGVERSION}/functions/_findmnt
|
|
share/zsh/${PKGVERSION}/functions/_finger
|
|
share/zsh/${PKGVERSION}/functions/_fink
|
|
share/zsh/${PKGVERSION}/functions/_first
|
|
share/zsh/${PKGVERSION}/functions/_flac
|
|
share/zsh/${PKGVERSION}/functions/_flex
|
|
share/zsh/${PKGVERSION}/functions/_floppy
|
|
share/zsh/${PKGVERSION}/functions/_flowadm
|
|
share/zsh/${PKGVERSION}/functions/_fmadm
|
|
share/zsh/${PKGVERSION}/functions/_fmt
|
|
share/zsh/${PKGVERSION}/functions/_fold
|
|
share/zsh/${PKGVERSION}/functions/_fortune
|
|
share/zsh/${PKGVERSION}/functions/_free
|
|
share/zsh/${PKGVERSION}/functions/_freebsd-update
|
|
share/zsh/${PKGVERSION}/functions/_fs_usage
|
|
share/zsh/${PKGVERSION}/functions/_fsh
|
|
share/zsh/${PKGVERSION}/functions/_fstat
|
|
share/zsh/${PKGVERSION}/functions/_functions
|
|
share/zsh/${PKGVERSION}/functions/_fuse_arguments
|
|
share/zsh/${PKGVERSION}/functions/_fuse_values
|
|
share/zsh/${PKGVERSION}/functions/_fuser
|
|
share/zsh/${PKGVERSION}/functions/_fusermount
|
|
share/zsh/${PKGVERSION}/functions/_fw_update
|
|
share/zsh/${PKGVERSION}/functions/_gcc
|
|
share/zsh/${PKGVERSION}/functions/_gcore
|
|
share/zsh/${PKGVERSION}/functions/_gdb
|
|
share/zsh/${PKGVERSION}/functions/_geany
|
|
share/zsh/${PKGVERSION}/functions/_gem
|
|
share/zsh/${PKGVERSION}/functions/_generic
|
|
share/zsh/${PKGVERSION}/functions/_genisoimage
|
|
share/zsh/${PKGVERSION}/functions/_getclip
|
|
share/zsh/${PKGVERSION}/functions/_getconf
|
|
share/zsh/${PKGVERSION}/functions/_getent
|
|
share/zsh/${PKGVERSION}/functions/_getfacl
|
|
share/zsh/${PKGVERSION}/functions/_getmail
|
|
share/zsh/${PKGVERSION}/functions/_getopt
|
|
share/zsh/${PKGVERSION}/functions/_ghostscript
|
|
share/zsh/${PKGVERSION}/functions/_git
|
|
share/zsh/${PKGVERSION}/functions/_git-buildpackage
|
|
share/zsh/${PKGVERSION}/functions/_global
|
|
share/zsh/${PKGVERSION}/functions/_global_tags
|
|
share/zsh/${PKGVERSION}/functions/_globflags
|
|
share/zsh/${PKGVERSION}/functions/_globqual_delims
|
|
share/zsh/${PKGVERSION}/functions/_globquals
|
|
share/zsh/${PKGVERSION}/functions/_gnome-gv
|
|
share/zsh/${PKGVERSION}/functions/_gnu_generic
|
|
share/zsh/${PKGVERSION}/functions/_gnupod
|
|
share/zsh/${PKGVERSION}/functions/_gnutls
|
|
share/zsh/${PKGVERSION}/functions/_go
|
|
share/zsh/${PKGVERSION}/functions/_gpasswd
|
|
share/zsh/${PKGVERSION}/functions/_gpg
|
|
share/zsh/${PKGVERSION}/functions/_gphoto2
|
|
share/zsh/${PKGVERSION}/functions/_gprof
|
|
share/zsh/${PKGVERSION}/functions/_gqview
|
|
share/zsh/${PKGVERSION}/functions/_gradle
|
|
share/zsh/${PKGVERSION}/functions/_graphicsmagick
|
|
share/zsh/${PKGVERSION}/functions/_grep
|
|
share/zsh/${PKGVERSION}/functions/_grep-excuses
|
|
share/zsh/${PKGVERSION}/functions/_groff
|
|
share/zsh/${PKGVERSION}/functions/_groups
|
|
share/zsh/${PKGVERSION}/functions/_growisofs
|
|
share/zsh/${PKGVERSION}/functions/_gsettings
|
|
share/zsh/${PKGVERSION}/functions/_gstat
|
|
share/zsh/${PKGVERSION}/functions/_guard
|
|
share/zsh/${PKGVERSION}/functions/_guilt
|
|
share/zsh/${PKGVERSION}/functions/_gv
|
|
share/zsh/${PKGVERSION}/functions/_gzip
|
|
share/zsh/${PKGVERSION}/functions/_hash
|
|
share/zsh/${PKGVERSION}/functions/_have_glob_qual
|
|
share/zsh/${PKGVERSION}/functions/_hdiutil
|
|
share/zsh/${PKGVERSION}/functions/_head
|
|
share/zsh/${PKGVERSION}/functions/_hexdump
|
|
share/zsh/${PKGVERSION}/functions/_history
|
|
share/zsh/${PKGVERSION}/functions/_history_complete_word
|
|
share/zsh/${PKGVERSION}/functions/_history_modifiers
|
|
share/zsh/${PKGVERSION}/functions/_host
|
|
share/zsh/${PKGVERSION}/functions/_hostname
|
|
share/zsh/${PKGVERSION}/functions/_hosts
|
|
share/zsh/${PKGVERSION}/functions/_htop
|
|
share/zsh/${PKGVERSION}/functions/_hwinfo
|
|
share/zsh/${PKGVERSION}/functions/_iconv
|
|
share/zsh/${PKGVERSION}/functions/_iconvconfig
|
|
share/zsh/${PKGVERSION}/functions/_id
|
|
share/zsh/${PKGVERSION}/functions/_ifconfig
|
|
share/zsh/${PKGVERSION}/functions/_iftop
|
|
share/zsh/${PKGVERSION}/functions/_ignored
|
|
share/zsh/${PKGVERSION}/functions/_imagemagick
|
|
share/zsh/${PKGVERSION}/functions/_in_vared
|
|
share/zsh/${PKGVERSION}/functions/_inetadm
|
|
share/zsh/${PKGVERSION}/functions/_init_d
|
|
share/zsh/${PKGVERSION}/functions/_initctl
|
|
share/zsh/${PKGVERSION}/functions/_install
|
|
share/zsh/${PKGVERSION}/functions/_invoke-rc.d
|
|
share/zsh/${PKGVERSION}/functions/_ionice
|
|
share/zsh/${PKGVERSION}/functions/_iostat
|
|
share/zsh/${PKGVERSION}/functions/_ip
|
|
share/zsh/${PKGVERSION}/functions/_ipadm
|
|
share/zsh/${PKGVERSION}/functions/_ipsec
|
|
share/zsh/${PKGVERSION}/functions/_ipset
|
|
share/zsh/${PKGVERSION}/functions/_iptables
|
|
share/zsh/${PKGVERSION}/functions/_irssi
|
|
share/zsh/${PKGVERSION}/functions/_ispell
|
|
share/zsh/${PKGVERSION}/functions/_iwconfig
|
|
share/zsh/${PKGVERSION}/functions/_jail
|
|
share/zsh/${PKGVERSION}/functions/_jails
|
|
share/zsh/${PKGVERSION}/functions/_java
|
|
share/zsh/${PKGVERSION}/functions/_java_class
|
|
share/zsh/${PKGVERSION}/functions/_jexec
|
|
share/zsh/${PKGVERSION}/functions/_jls
|
|
share/zsh/${PKGVERSION}/functions/_jobs
|
|
share/zsh/${PKGVERSION}/functions/_jobs_bg
|
|
share/zsh/${PKGVERSION}/functions/_jobs_builtin
|
|
share/zsh/${PKGVERSION}/functions/_jobs_fg
|
|
share/zsh/${PKGVERSION}/functions/_joe
|
|
share/zsh/${PKGVERSION}/functions/_join
|
|
share/zsh/${PKGVERSION}/functions/_jot
|
|
share/zsh/${PKGVERSION}/functions/_jq
|
|
share/zsh/${PKGVERSION}/functions/_kdeconnect
|
|
share/zsh/${PKGVERSION}/functions/_kfmclient
|
|
share/zsh/${PKGVERSION}/functions/_kill
|
|
share/zsh/${PKGVERSION}/functions/_killall
|
|
share/zsh/${PKGVERSION}/functions/_kld
|
|
share/zsh/${PKGVERSION}/functions/_knock
|
|
share/zsh/${PKGVERSION}/functions/_kpartx
|
|
share/zsh/${PKGVERSION}/functions/_kvno
|
|
share/zsh/${PKGVERSION}/functions/_last
|
|
share/zsh/${PKGVERSION}/functions/_ld_debug
|
|
share/zsh/${PKGVERSION}/functions/_ldap
|
|
share/zsh/${PKGVERSION}/functions/_ldconfig
|
|
share/zsh/${PKGVERSION}/functions/_ldd
|
|
share/zsh/${PKGVERSION}/functions/_less
|
|
share/zsh/${PKGVERSION}/functions/_lha
|
|
share/zsh/${PKGVERSION}/functions/_libvirt
|
|
share/zsh/${PKGVERSION}/functions/_lighttpd
|
|
share/zsh/${PKGVERSION}/functions/_limit
|
|
share/zsh/${PKGVERSION}/functions/_limits
|
|
share/zsh/${PKGVERSION}/functions/_links
|
|
share/zsh/${PKGVERSION}/functions/_lintian
|
|
share/zsh/${PKGVERSION}/functions/_list
|
|
share/zsh/${PKGVERSION}/functions/_list_files
|
|
share/zsh/${PKGVERSION}/functions/_lldb
|
|
share/zsh/${PKGVERSION}/functions/_ln
|
|
share/zsh/${PKGVERSION}/functions/_loadkeys
|
|
share/zsh/${PKGVERSION}/functions/_locale
|
|
share/zsh/${PKGVERSION}/functions/_localedef
|
|
share/zsh/${PKGVERSION}/functions/_locales
|
|
share/zsh/${PKGVERSION}/functions/_locate
|
|
share/zsh/${PKGVERSION}/functions/_logical_volumes
|
|
share/zsh/${PKGVERSION}/functions/_look
|
|
share/zsh/${PKGVERSION}/functions/_losetup
|
|
share/zsh/${PKGVERSION}/functions/_lp
|
|
share/zsh/${PKGVERSION}/functions/_ls
|
|
share/zsh/${PKGVERSION}/functions/_lsattr
|
|
share/zsh/${PKGVERSION}/functions/_lsblk
|
|
share/zsh/${PKGVERSION}/functions/_lscfg
|
|
share/zsh/${PKGVERSION}/functions/_lsdev
|
|
share/zsh/${PKGVERSION}/functions/_lslv
|
|
share/zsh/${PKGVERSION}/functions/_lsof
|
|
share/zsh/${PKGVERSION}/functions/_lspv
|
|
share/zsh/${PKGVERSION}/functions/_lsusb
|
|
share/zsh/${PKGVERSION}/functions/_lsvg
|
|
share/zsh/${PKGVERSION}/functions/_ltrace
|
|
share/zsh/${PKGVERSION}/functions/_lua
|
|
share/zsh/${PKGVERSION}/functions/_luarocks
|
|
share/zsh/${PKGVERSION}/functions/_lynx
|
|
share/zsh/${PKGVERSION}/functions/_lz4
|
|
share/zsh/${PKGVERSION}/functions/_lzop
|
|
share/zsh/${PKGVERSION}/functions/_mac_applications
|
|
share/zsh/${PKGVERSION}/functions/_mac_files_for_application
|
|
share/zsh/${PKGVERSION}/functions/_madison
|
|
share/zsh/${PKGVERSION}/functions/_mail
|
|
share/zsh/${PKGVERSION}/functions/_mailboxes
|
|
share/zsh/${PKGVERSION}/functions/_main_complete
|
|
share/zsh/${PKGVERSION}/functions/_make
|
|
share/zsh/${PKGVERSION}/functions/_make-kpkg
|
|
share/zsh/${PKGVERSION}/functions/_man
|
|
share/zsh/${PKGVERSION}/functions/_match
|
|
share/zsh/${PKGVERSION}/functions/_math
|
|
share/zsh/${PKGVERSION}/functions/_math_params
|
|
share/zsh/${PKGVERSION}/functions/_matlab
|
|
share/zsh/${PKGVERSION}/functions/_md5sum
|
|
share/zsh/${PKGVERSION}/functions/_mdadm
|
|
share/zsh/${PKGVERSION}/functions/_mdfind
|
|
share/zsh/${PKGVERSION}/functions/_mdls
|
|
share/zsh/${PKGVERSION}/functions/_mdutil
|
|
share/zsh/${PKGVERSION}/functions/_members
|
|
share/zsh/${PKGVERSION}/functions/_mencal
|
|
share/zsh/${PKGVERSION}/functions/_menu
|
|
share/zsh/${PKGVERSION}/functions/_mere
|
|
share/zsh/${PKGVERSION}/functions/_mergechanges
|
|
share/zsh/${PKGVERSION}/functions/_message
|
|
share/zsh/${PKGVERSION}/functions/_mh
|
|
share/zsh/${PKGVERSION}/functions/_mii-tool
|
|
share/zsh/${PKGVERSION}/functions/_mime_types
|
|
share/zsh/${PKGVERSION}/functions/_mixerctl
|
|
share/zsh/${PKGVERSION}/functions/_mkdir
|
|
share/zsh/${PKGVERSION}/functions/_mkfifo
|
|
share/zsh/${PKGVERSION}/functions/_mknod
|
|
share/zsh/${PKGVERSION}/functions/_mkshortcut
|
|
share/zsh/${PKGVERSION}/functions/_mktemp
|
|
share/zsh/${PKGVERSION}/functions/_mkzsh
|
|
share/zsh/${PKGVERSION}/functions/_module
|
|
share/zsh/${PKGVERSION}/functions/_module-assistant
|
|
share/zsh/${PKGVERSION}/functions/_module_math_func
|
|
share/zsh/${PKGVERSION}/functions/_modutils
|
|
share/zsh/${PKGVERSION}/functions/_mondo
|
|
share/zsh/${PKGVERSION}/functions/_monotone
|
|
share/zsh/${PKGVERSION}/functions/_moosic
|
|
share/zsh/${PKGVERSION}/functions/_mosh
|
|
share/zsh/${PKGVERSION}/functions/_most_recent_file
|
|
share/zsh/${PKGVERSION}/functions/_mount
|
|
share/zsh/${PKGVERSION}/functions/_mozilla
|
|
share/zsh/${PKGVERSION}/functions/_mpc
|
|
share/zsh/${PKGVERSION}/functions/_mplayer
|
|
share/zsh/${PKGVERSION}/functions/_mt
|
|
share/zsh/${PKGVERSION}/functions/_mtools
|
|
share/zsh/${PKGVERSION}/functions/_mtr
|
|
share/zsh/${PKGVERSION}/functions/_multi_parts
|
|
share/zsh/${PKGVERSION}/functions/_mupdf
|
|
share/zsh/${PKGVERSION}/functions/_mutt
|
|
share/zsh/${PKGVERSION}/functions/_mv
|
|
share/zsh/${PKGVERSION}/functions/_my_accounts
|
|
share/zsh/${PKGVERSION}/functions/_myrepos
|
|
share/zsh/${PKGVERSION}/functions/_mysql_utils
|
|
share/zsh/${PKGVERSION}/functions/_mysqldiff
|
|
share/zsh/${PKGVERSION}/functions/_nautilus
|
|
share/zsh/${PKGVERSION}/functions/_nbsd_architectures
|
|
share/zsh/${PKGVERSION}/functions/_ncftp
|
|
share/zsh/${PKGVERSION}/functions/_nedit
|
|
share/zsh/${PKGVERSION}/functions/_net_interfaces
|
|
share/zsh/${PKGVERSION}/functions/_netcat
|
|
share/zsh/${PKGVERSION}/functions/_netscape
|
|
share/zsh/${PKGVERSION}/functions/_netstat
|
|
share/zsh/${PKGVERSION}/functions/_networkmanager
|
|
share/zsh/${PKGVERSION}/functions/_networksetup
|
|
share/zsh/${PKGVERSION}/functions/_newsgroups
|
|
share/zsh/${PKGVERSION}/functions/_next_label
|
|
share/zsh/${PKGVERSION}/functions/_next_tags
|
|
share/zsh/${PKGVERSION}/functions/_nginx
|
|
share/zsh/${PKGVERSION}/functions/_ngrep
|
|
share/zsh/${PKGVERSION}/functions/_nice
|
|
share/zsh/${PKGVERSION}/functions/_nkf
|
|
share/zsh/${PKGVERSION}/functions/_nl
|
|
share/zsh/${PKGVERSION}/functions/_nm
|
|
share/zsh/${PKGVERSION}/functions/_nmap
|
|
share/zsh/${PKGVERSION}/functions/_normal
|
|
share/zsh/${PKGVERSION}/functions/_nothing
|
|
share/zsh/${PKGVERSION}/functions/_npm
|
|
share/zsh/${PKGVERSION}/functions/_nslookup
|
|
share/zsh/${PKGVERSION}/functions/_numfmt
|
|
share/zsh/${PKGVERSION}/functions/_nvram
|
|
share/zsh/${PKGVERSION}/functions/_objdump
|
|
share/zsh/${PKGVERSION}/functions/_object_classes
|
|
share/zsh/${PKGVERSION}/functions/_object_files
|
|
share/zsh/${PKGVERSION}/functions/_obsd_architectures
|
|
share/zsh/${PKGVERSION}/functions/_od
|
|
share/zsh/${PKGVERSION}/functions/_okular
|
|
share/zsh/${PKGVERSION}/functions/_oldlist
|
|
share/zsh/${PKGVERSION}/functions/_open
|
|
share/zsh/${PKGVERSION}/functions/_openstack
|
|
share/zsh/${PKGVERSION}/functions/_opkg
|
|
share/zsh/${PKGVERSION}/functions/_options
|
|
share/zsh/${PKGVERSION}/functions/_options_set
|
|
share/zsh/${PKGVERSION}/functions/_options_unset
|
|
share/zsh/${PKGVERSION}/functions/_osascript
|
|
share/zsh/${PKGVERSION}/functions/_osc
|
|
share/zsh/${PKGVERSION}/functions/_other_accounts
|
|
share/zsh/${PKGVERSION}/functions/_otool
|
|
share/zsh/${PKGVERSION}/functions/_pack
|
|
share/zsh/${PKGVERSION}/functions/_pandoc
|
|
share/zsh/${PKGVERSION}/functions/_parameter
|
|
share/zsh/${PKGVERSION}/functions/_parameters
|
|
share/zsh/${PKGVERSION}/functions/_paste
|
|
share/zsh/${PKGVERSION}/functions/_patch
|
|
share/zsh/${PKGVERSION}/functions/_patchutils
|
|
share/zsh/${PKGVERSION}/functions/_path_commands
|
|
share/zsh/${PKGVERSION}/functions/_path_files
|
|
share/zsh/${PKGVERSION}/functions/_pax
|
|
share/zsh/${PKGVERSION}/functions/_pbcopy
|
|
share/zsh/${PKGVERSION}/functions/_pbm
|
|
share/zsh/${PKGVERSION}/functions/_pbuilder
|
|
share/zsh/${PKGVERSION}/functions/_pdf
|
|
share/zsh/${PKGVERSION}/functions/_pdftk
|
|
share/zsh/${PKGVERSION}/functions/_perforce
|
|
share/zsh/${PKGVERSION}/functions/_perl
|
|
share/zsh/${PKGVERSION}/functions/_perl_basepods
|
|
share/zsh/${PKGVERSION}/functions/_perl_modules
|
|
share/zsh/${PKGVERSION}/functions/_perldoc
|
|
share/zsh/${PKGVERSION}/functions/_pfctl
|
|
share/zsh/${PKGVERSION}/functions/_pfexec
|
|
share/zsh/${PKGVERSION}/functions/_pgrep
|
|
share/zsh/${PKGVERSION}/functions/_php
|
|
share/zsh/${PKGVERSION}/functions/_physical_volumes
|
|
share/zsh/${PKGVERSION}/functions/_pick_variant
|
|
share/zsh/${PKGVERSION}/functions/_picocom
|
|
share/zsh/${PKGVERSION}/functions/_pidof
|
|
share/zsh/${PKGVERSION}/functions/_pids
|
|
share/zsh/${PKGVERSION}/functions/_pine
|
|
share/zsh/${PKGVERSION}/functions/_ping
|
|
share/zsh/${PKGVERSION}/functions/_piuparts
|
|
share/zsh/${PKGVERSION}/functions/_pkg-config
|
|
share/zsh/${PKGVERSION}/functions/_pkg5
|
|
share/zsh/${PKGVERSION}/functions/_pkg_instance
|
|
share/zsh/${PKGVERSION}/functions/_pkgadd
|
|
share/zsh/${PKGVERSION}/functions/_pkgin
|
|
share/zsh/${PKGVERSION}/functions/_pkginfo
|
|
share/zsh/${PKGVERSION}/functions/_pkgrm
|
|
share/zsh/${PKGVERSION}/functions/_pkgtool
|
|
share/zsh/${PKGVERSION}/functions/_plutil
|
|
share/zsh/${PKGVERSION}/functions/_pmap
|
|
share/zsh/${PKGVERSION}/functions/_pon
|
|
share/zsh/${PKGVERSION}/functions/_portaudit
|
|
share/zsh/${PKGVERSION}/functions/_portlint
|
|
share/zsh/${PKGVERSION}/functions/_portmaster
|
|
share/zsh/${PKGVERSION}/functions/_ports
|
|
share/zsh/${PKGVERSION}/functions/_portsnap
|
|
share/zsh/${PKGVERSION}/functions/_postfix
|
|
share/zsh/${PKGVERSION}/functions/_postgresql
|
|
share/zsh/${PKGVERSION}/functions/_postscript
|
|
share/zsh/${PKGVERSION}/functions/_powerd
|
|
share/zsh/${PKGVERSION}/functions/_precommand
|
|
share/zsh/${PKGVERSION}/functions/_prefix
|
|
share/zsh/${PKGVERSION}/functions/_print
|
|
share/zsh/${PKGVERSION}/functions/_printenv
|
|
share/zsh/${PKGVERSION}/functions/_printers
|
|
share/zsh/${PKGVERSION}/functions/_process_names
|
|
share/zsh/${PKGVERSION}/functions/_procstat
|
|
share/zsh/${PKGVERSION}/functions/_prompt
|
|
share/zsh/${PKGVERSION}/functions/_prove
|
|
share/zsh/${PKGVERSION}/functions/_prstat
|
|
share/zsh/${PKGVERSION}/functions/_ps
|
|
share/zsh/${PKGVERSION}/functions/_ps1234
|
|
share/zsh/${PKGVERSION}/functions/_pscp
|
|
share/zsh/${PKGVERSION}/functions/_pspdf
|
|
share/zsh/${PKGVERSION}/functions/_psutils
|
|
share/zsh/${PKGVERSION}/functions/_ptree
|
|
share/zsh/${PKGVERSION}/functions/_pump
|
|
share/zsh/${PKGVERSION}/functions/_putclip
|
|
share/zsh/${PKGVERSION}/functions/_pv
|
|
share/zsh/${PKGVERSION}/functions/_pwgen
|
|
share/zsh/${PKGVERSION}/functions/_pydoc
|
|
share/zsh/${PKGVERSION}/functions/_python
|
|
share/zsh/${PKGVERSION}/functions/_python_modules
|
|
share/zsh/${PKGVERSION}/functions/_qdbus
|
|
share/zsh/${PKGVERSION}/functions/_qemu
|
|
share/zsh/${PKGVERSION}/functions/_qiv
|
|
share/zsh/${PKGVERSION}/functions/_qtplay
|
|
share/zsh/${PKGVERSION}/functions/_quilt
|
|
share/zsh/${PKGVERSION}/functions/_rake
|
|
share/zsh/${PKGVERSION}/functions/_ranlib
|
|
share/zsh/${PKGVERSION}/functions/_rar
|
|
share/zsh/${PKGVERSION}/functions/_rcctl
|
|
share/zsh/${PKGVERSION}/functions/_rclone
|
|
share/zsh/${PKGVERSION}/functions/_rcs
|
|
share/zsh/${PKGVERSION}/functions/_rdesktop
|
|
share/zsh/${PKGVERSION}/functions/_read
|
|
share/zsh/${PKGVERSION}/functions/_read_comp
|
|
share/zsh/${PKGVERSION}/functions/_readelf
|
|
share/zsh/${PKGVERSION}/functions/_readlink
|
|
share/zsh/${PKGVERSION}/functions/_readshortcut
|
|
share/zsh/${PKGVERSION}/functions/_rebootin
|
|
share/zsh/${PKGVERSION}/functions/_redirect
|
|
share/zsh/${PKGVERSION}/functions/_regex_arguments
|
|
share/zsh/${PKGVERSION}/functions/_regex_words
|
|
share/zsh/${PKGVERSION}/functions/_remote_files
|
|
share/zsh/${PKGVERSION}/functions/_renice
|
|
share/zsh/${PKGVERSION}/functions/_reprepro
|
|
share/zsh/${PKGVERSION}/functions/_requested
|
|
share/zsh/${PKGVERSION}/functions/_retrieve_cache
|
|
share/zsh/${PKGVERSION}/functions/_retrieve_mac_apps
|
|
share/zsh/${PKGVERSION}/functions/_ri
|
|
share/zsh/${PKGVERSION}/functions/_rlogin
|
|
share/zsh/${PKGVERSION}/functions/_rm
|
|
share/zsh/${PKGVERSION}/functions/_rmdir
|
|
share/zsh/${PKGVERSION}/functions/_route
|
|
share/zsh/${PKGVERSION}/functions/_rpm
|
|
share/zsh/${PKGVERSION}/functions/_rrdtool
|
|
share/zsh/${PKGVERSION}/functions/_rsync
|
|
share/zsh/${PKGVERSION}/functions/_rubber
|
|
share/zsh/${PKGVERSION}/functions/_ruby
|
|
share/zsh/${PKGVERSION}/functions/_run-help
|
|
share/zsh/${PKGVERSION}/functions/_runit
|
|
share/zsh/${PKGVERSION}/functions/_samba
|
|
share/zsh/${PKGVERSION}/functions/_savecore
|
|
share/zsh/${PKGVERSION}/functions/_say
|
|
share/zsh/${PKGVERSION}/functions/_sbuild
|
|
share/zsh/${PKGVERSION}/functions/_sc_usage
|
|
share/zsh/${PKGVERSION}/functions/_sccs
|
|
share/zsh/${PKGVERSION}/functions/_sched
|
|
share/zsh/${PKGVERSION}/functions/_schedtool
|
|
share/zsh/${PKGVERSION}/functions/_schroot
|
|
share/zsh/${PKGVERSION}/functions/_scl
|
|
share/zsh/${PKGVERSION}/functions/_scons
|
|
share/zsh/${PKGVERSION}/functions/_screen
|
|
share/zsh/${PKGVERSION}/functions/_script
|
|
share/zsh/${PKGVERSION}/functions/_scselect
|
|
share/zsh/${PKGVERSION}/functions/_scutil
|
|
share/zsh/${PKGVERSION}/functions/_seafile
|
|
share/zsh/${PKGVERSION}/functions/_sed
|
|
share/zsh/${PKGVERSION}/functions/_selinux_contexts
|
|
share/zsh/${PKGVERSION}/functions/_selinux_roles
|
|
share/zsh/${PKGVERSION}/functions/_selinux_types
|
|
share/zsh/${PKGVERSION}/functions/_selinux_users
|
|
share/zsh/${PKGVERSION}/functions/_sep_parts
|
|
share/zsh/${PKGVERSION}/functions/_seq
|
|
share/zsh/${PKGVERSION}/functions/_sequence
|
|
share/zsh/${PKGVERSION}/functions/_service
|
|
share/zsh/${PKGVERSION}/functions/_services
|
|
share/zsh/${PKGVERSION}/functions/_set
|
|
share/zsh/${PKGVERSION}/functions/_set_command
|
|
share/zsh/${PKGVERSION}/functions/_setfacl
|
|
share/zsh/${PKGVERSION}/functions/_setopt
|
|
share/zsh/${PKGVERSION}/functions/_setsid
|
|
share/zsh/${PKGVERSION}/functions/_setup
|
|
share/zsh/${PKGVERSION}/functions/_setxkbmap
|
|
share/zsh/${PKGVERSION}/functions/_sh
|
|
share/zsh/${PKGVERSION}/functions/_shasum
|
|
share/zsh/${PKGVERSION}/functions/_showmount
|
|
share/zsh/${PKGVERSION}/functions/_shred
|
|
share/zsh/${PKGVERSION}/functions/_shuf
|
|
share/zsh/${PKGVERSION}/functions/_shutdown
|
|
share/zsh/${PKGVERSION}/functions/_signals
|
|
share/zsh/${PKGVERSION}/functions/_signify
|
|
share/zsh/${PKGVERSION}/functions/_sisu
|
|
share/zsh/${PKGVERSION}/functions/_slabtop
|
|
share/zsh/${PKGVERSION}/functions/_slrn
|
|
share/zsh/${PKGVERSION}/functions/_smartmontools
|
|
share/zsh/${PKGVERSION}/functions/_smit
|
|
share/zsh/${PKGVERSION}/functions/_snoop
|
|
share/zsh/${PKGVERSION}/functions/_socket
|
|
share/zsh/${PKGVERSION}/functions/_sockstat
|
|
share/zsh/${PKGVERSION}/functions/_softwareupdate
|
|
share/zsh/${PKGVERSION}/functions/_sort
|
|
share/zsh/${PKGVERSION}/functions/_source
|
|
share/zsh/${PKGVERSION}/functions/_spamassassin
|
|
share/zsh/${PKGVERSION}/functions/_split
|
|
share/zsh/${PKGVERSION}/functions/_sqlite
|
|
share/zsh/${PKGVERSION}/functions/_sqsh
|
|
share/zsh/${PKGVERSION}/functions/_ss
|
|
share/zsh/${PKGVERSION}/functions/_ssh
|
|
share/zsh/${PKGVERSION}/functions/_ssh_hosts
|
|
share/zsh/${PKGVERSION}/functions/_sshfs
|
|
share/zsh/${PKGVERSION}/functions/_stat
|
|
share/zsh/${PKGVERSION}/functions/_stdbuf
|
|
share/zsh/${PKGVERSION}/functions/_stgit
|
|
share/zsh/${PKGVERSION}/functions/_store_cache
|
|
share/zsh/${PKGVERSION}/functions/_stow
|
|
share/zsh/${PKGVERSION}/functions/_strace
|
|
share/zsh/${PKGVERSION}/functions/_strftime
|
|
share/zsh/${PKGVERSION}/functions/_strings
|
|
share/zsh/${PKGVERSION}/functions/_strip
|
|
share/zsh/${PKGVERSION}/functions/_stty
|
|
share/zsh/${PKGVERSION}/functions/_su
|
|
share/zsh/${PKGVERSION}/functions/_sub_commands
|
|
share/zsh/${PKGVERSION}/functions/_sublimetext
|
|
share/zsh/${PKGVERSION}/functions/_subscript
|
|
share/zsh/${PKGVERSION}/functions/_subversion
|
|
share/zsh/${PKGVERSION}/functions/_sudo
|
|
share/zsh/${PKGVERSION}/functions/_suffix_alias_files
|
|
share/zsh/${PKGVERSION}/functions/_surfraw
|
|
share/zsh/${PKGVERSION}/functions/_svcadm
|
|
share/zsh/${PKGVERSION}/functions/_svccfg
|
|
share/zsh/${PKGVERSION}/functions/_svcprop
|
|
share/zsh/${PKGVERSION}/functions/_svcs
|
|
share/zsh/${PKGVERSION}/functions/_svcs_fmri
|
|
share/zsh/${PKGVERSION}/functions/_svn-buildpackage
|
|
share/zsh/${PKGVERSION}/functions/_sw_vers
|
|
share/zsh/${PKGVERSION}/functions/_swaks
|
|
share/zsh/${PKGVERSION}/functions/_swanctl
|
|
share/zsh/${PKGVERSION}/functions/_swift
|
|
share/zsh/${PKGVERSION}/functions/_sys_calls
|
|
share/zsh/${PKGVERSION}/functions/_sysctl
|
|
share/zsh/${PKGVERSION}/functions/_sysrc
|
|
share/zsh/${PKGVERSION}/functions/_sysstat
|
|
share/zsh/${PKGVERSION}/functions/_systat
|
|
share/zsh/${PKGVERSION}/functions/_system_profiler
|
|
share/zsh/${PKGVERSION}/functions/_tac
|
|
share/zsh/${PKGVERSION}/functions/_tags
|
|
share/zsh/${PKGVERSION}/functions/_tail
|
|
share/zsh/${PKGVERSION}/functions/_tar
|
|
share/zsh/${PKGVERSION}/functions/_tar_archive
|
|
share/zsh/${PKGVERSION}/functions/_tardy
|
|
share/zsh/${PKGVERSION}/functions/_tcpdump
|
|
share/zsh/${PKGVERSION}/functions/_tcpsys
|
|
share/zsh/${PKGVERSION}/functions/_tcptraceroute
|
|
share/zsh/${PKGVERSION}/functions/_tee
|
|
share/zsh/${PKGVERSION}/functions/_telnet
|
|
share/zsh/${PKGVERSION}/functions/_terminals
|
|
share/zsh/${PKGVERSION}/functions/_tex
|
|
share/zsh/${PKGVERSION}/functions/_texi
|
|
share/zsh/${PKGVERSION}/functions/_texinfo
|
|
share/zsh/${PKGVERSION}/functions/_tidy
|
|
share/zsh/${PKGVERSION}/functions/_tiff
|
|
share/zsh/${PKGVERSION}/functions/_tilde
|
|
share/zsh/${PKGVERSION}/functions/_tilde_files
|
|
share/zsh/${PKGVERSION}/functions/_time_zone
|
|
share/zsh/${PKGVERSION}/functions/_timeout
|
|
share/zsh/${PKGVERSION}/functions/_tin
|
|
share/zsh/${PKGVERSION}/functions/_tla
|
|
share/zsh/${PKGVERSION}/functions/_tload
|
|
share/zsh/${PKGVERSION}/functions/_tmux
|
|
share/zsh/${PKGVERSION}/functions/_todo.sh
|
|
share/zsh/${PKGVERSION}/functions/_toilet
|
|
share/zsh/${PKGVERSION}/functions/_toolchain-source
|
|
share/zsh/${PKGVERSION}/functions/_top
|
|
share/zsh/${PKGVERSION}/functions/_topgit
|
|
share/zsh/${PKGVERSION}/functions/_totd
|
|
share/zsh/${PKGVERSION}/functions/_touch
|
|
share/zsh/${PKGVERSION}/functions/_tpb
|
|
share/zsh/${PKGVERSION}/functions/_tput
|
|
share/zsh/${PKGVERSION}/functions/_tr
|
|
share/zsh/${PKGVERSION}/functions/_tracepath
|
|
share/zsh/${PKGVERSION}/functions/_transmission
|
|
share/zsh/${PKGVERSION}/functions/_trap
|
|
share/zsh/${PKGVERSION}/functions/_trash
|
|
share/zsh/${PKGVERSION}/functions/_tree
|
|
share/zsh/${PKGVERSION}/functions/_truss
|
|
share/zsh/${PKGVERSION}/functions/_tty
|
|
share/zsh/${PKGVERSION}/functions/_ttyctl
|
|
share/zsh/${PKGVERSION}/functions/_ttys
|
|
share/zsh/${PKGVERSION}/functions/_tune2fs
|
|
share/zsh/${PKGVERSION}/functions/_twidge
|
|
share/zsh/${PKGVERSION}/functions/_twisted
|
|
share/zsh/${PKGVERSION}/functions/_typeset
|
|
share/zsh/${PKGVERSION}/functions/_ulimit
|
|
share/zsh/${PKGVERSION}/functions/_uml
|
|
share/zsh/${PKGVERSION}/functions/_umountable
|
|
share/zsh/${PKGVERSION}/functions/_unace
|
|
share/zsh/${PKGVERSION}/functions/_uname
|
|
share/zsh/${PKGVERSION}/functions/_unexpand
|
|
share/zsh/${PKGVERSION}/functions/_unhash
|
|
share/zsh/${PKGVERSION}/functions/_uniq
|
|
share/zsh/${PKGVERSION}/functions/_unison
|
|
share/zsh/${PKGVERSION}/functions/_units
|
|
share/zsh/${PKGVERSION}/functions/_update-alternatives
|
|
share/zsh/${PKGVERSION}/functions/_update-rc.d
|
|
share/zsh/${PKGVERSION}/functions/_uptime
|
|
share/zsh/${PKGVERSION}/functions/_urls
|
|
share/zsh/${PKGVERSION}/functions/_urpmi
|
|
share/zsh/${PKGVERSION}/functions/_urxvt
|
|
share/zsh/${PKGVERSION}/functions/_uscan
|
|
share/zsh/${PKGVERSION}/functions/_user_admin
|
|
share/zsh/${PKGVERSION}/functions/_user_at_host
|
|
share/zsh/${PKGVERSION}/functions/_user_expand
|
|
share/zsh/${PKGVERSION}/functions/_user_math_func
|
|
share/zsh/${PKGVERSION}/functions/_users
|
|
share/zsh/${PKGVERSION}/functions/_users_on
|
|
share/zsh/${PKGVERSION}/functions/_valgrind
|
|
share/zsh/${PKGVERSION}/functions/_value
|
|
share/zsh/${PKGVERSION}/functions/_values
|
|
share/zsh/${PKGVERSION}/functions/_vared
|
|
share/zsh/${PKGVERSION}/functions/_vars
|
|
share/zsh/${PKGVERSION}/functions/_vcsh
|
|
share/zsh/${PKGVERSION}/functions/_vim
|
|
share/zsh/${PKGVERSION}/functions/_vim-addons
|
|
share/zsh/${PKGVERSION}/functions/_visudo
|
|
share/zsh/${PKGVERSION}/functions/_vmctl
|
|
share/zsh/${PKGVERSION}/functions/_vmstat
|
|
share/zsh/${PKGVERSION}/functions/_vnc
|
|
share/zsh/${PKGVERSION}/functions/_volume_groups
|
|
share/zsh/${PKGVERSION}/functions/_vorbis
|
|
share/zsh/${PKGVERSION}/functions/_vpnc
|
|
share/zsh/${PKGVERSION}/functions/_vserver
|
|
share/zsh/${PKGVERSION}/functions/_w
|
|
share/zsh/${PKGVERSION}/functions/_w3m
|
|
share/zsh/${PKGVERSION}/functions/_wait
|
|
share/zsh/${PKGVERSION}/functions/_wajig
|
|
share/zsh/${PKGVERSION}/functions/_wakeup_capable_devices
|
|
share/zsh/${PKGVERSION}/functions/_wanna-build
|
|
share/zsh/${PKGVERSION}/functions/_wanted
|
|
share/zsh/${PKGVERSION}/functions/_watch
|
|
share/zsh/${PKGVERSION}/functions/_watch-snoop
|
|
share/zsh/${PKGVERSION}/functions/_wc
|
|
share/zsh/${PKGVERSION}/functions/_webbrowser
|
|
share/zsh/${PKGVERSION}/functions/_wget
|
|
share/zsh/${PKGVERSION}/functions/_whereis
|
|
share/zsh/${PKGVERSION}/functions/_which
|
|
share/zsh/${PKGVERSION}/functions/_who
|
|
share/zsh/${PKGVERSION}/functions/_whois
|
|
share/zsh/${PKGVERSION}/functions/_widgets
|
|
share/zsh/${PKGVERSION}/functions/_wiggle
|
|
share/zsh/${PKGVERSION}/functions/_wipefs
|
|
share/zsh/${PKGVERSION}/functions/_wpa_cli
|
|
share/zsh/${PKGVERSION}/functions/_x_arguments
|
|
share/zsh/${PKGVERSION}/functions/_x_borderwidth
|
|
share/zsh/${PKGVERSION}/functions/_x_color
|
|
share/zsh/${PKGVERSION}/functions/_x_colormapid
|
|
share/zsh/${PKGVERSION}/functions/_x_cursor
|
|
share/zsh/${PKGVERSION}/functions/_x_display
|
|
share/zsh/${PKGVERSION}/functions/_x_extension
|
|
share/zsh/${PKGVERSION}/functions/_x_font
|
|
share/zsh/${PKGVERSION}/functions/_x_geometry
|
|
share/zsh/${PKGVERSION}/functions/_x_keysym
|
|
share/zsh/${PKGVERSION}/functions/_x_locale
|
|
share/zsh/${PKGVERSION}/functions/_x_modifier
|
|
share/zsh/${PKGVERSION}/functions/_x_name
|
|
share/zsh/${PKGVERSION}/functions/_x_resource
|
|
share/zsh/${PKGVERSION}/functions/_x_selection_timeout
|
|
share/zsh/${PKGVERSION}/functions/_x_title
|
|
share/zsh/${PKGVERSION}/functions/_x_utils
|
|
share/zsh/${PKGVERSION}/functions/_x_visual
|
|
share/zsh/${PKGVERSION}/functions/_x_window
|
|
share/zsh/${PKGVERSION}/functions/_xargs
|
|
share/zsh/${PKGVERSION}/functions/_xauth
|
|
share/zsh/${PKGVERSION}/functions/_xautolock
|
|
share/zsh/${PKGVERSION}/functions/_xclip
|
|
share/zsh/${PKGVERSION}/functions/_xcode-select
|
|
share/zsh/${PKGVERSION}/functions/_xdvi
|
|
share/zsh/${PKGVERSION}/functions/_xfig
|
|
share/zsh/${PKGVERSION}/functions/_xft_fonts
|
|
share/zsh/${PKGVERSION}/functions/_xloadimage
|
|
share/zsh/${PKGVERSION}/functions/_xmlsoft
|
|
share/zsh/${PKGVERSION}/functions/_xmlstarlet
|
|
share/zsh/${PKGVERSION}/functions/_xmms2
|
|
share/zsh/${PKGVERSION}/functions/_xmodmap
|
|
share/zsh/${PKGVERSION}/functions/_xournal
|
|
share/zsh/${PKGVERSION}/functions/_xpdf
|
|
share/zsh/${PKGVERSION}/functions/_xrandr
|
|
share/zsh/${PKGVERSION}/functions/_xscreensaver
|
|
share/zsh/${PKGVERSION}/functions/_xset
|
|
share/zsh/${PKGVERSION}/functions/_xt_arguments
|
|
share/zsh/${PKGVERSION}/functions/_xt_session_id
|
|
share/zsh/${PKGVERSION}/functions/_xterm
|
|
share/zsh/${PKGVERSION}/functions/_xv
|
|
share/zsh/${PKGVERSION}/functions/_xwit
|
|
share/zsh/${PKGVERSION}/functions/_xxd
|
|
share/zsh/${PKGVERSION}/functions/_xz
|
|
share/zsh/${PKGVERSION}/functions/_yafc
|
|
share/zsh/${PKGVERSION}/functions/_yast
|
|
share/zsh/${PKGVERSION}/functions/_yodl
|
|
share/zsh/${PKGVERSION}/functions/_yp
|
|
share/zsh/${PKGVERSION}/functions/_yum
|
|
share/zsh/${PKGVERSION}/functions/_zargs
|
|
share/zsh/${PKGVERSION}/functions/_zattr
|
|
share/zsh/${PKGVERSION}/functions/_zcalc
|
|
share/zsh/${PKGVERSION}/functions/_zcalc_line
|
|
share/zsh/${PKGVERSION}/functions/_zcat
|
|
share/zsh/${PKGVERSION}/functions/_zcompile
|
|
share/zsh/${PKGVERSION}/functions/_zdump
|
|
share/zsh/${PKGVERSION}/functions/_zeal
|
|
share/zsh/${PKGVERSION}/functions/_zed
|
|
share/zsh/${PKGVERSION}/functions/_zfs
|
|
share/zsh/${PKGVERSION}/functions/_zfs_dataset
|
|
share/zsh/${PKGVERSION}/functions/_zfs_keysource_props
|
|
share/zsh/${PKGVERSION}/functions/_zfs_pool
|
|
share/zsh/${PKGVERSION}/functions/_zftp
|
|
share/zsh/${PKGVERSION}/functions/_zip
|
|
share/zsh/${PKGVERSION}/functions/_zle
|
|
share/zsh/${PKGVERSION}/functions/_zlogin
|
|
share/zsh/${PKGVERSION}/functions/_zmodload
|
|
share/zsh/${PKGVERSION}/functions/_zmv
|
|
share/zsh/${PKGVERSION}/functions/_zoneadm
|
|
share/zsh/${PKGVERSION}/functions/_zones
|
|
share/zsh/${PKGVERSION}/functions/_zparseopts
|
|
share/zsh/${PKGVERSION}/functions/_zpool
|
|
share/zsh/${PKGVERSION}/functions/_zpty
|
|
share/zsh/${PKGVERSION}/functions/_zsh
|
|
share/zsh/${PKGVERSION}/functions/_zsh-mime-handler
|
|
share/zsh/${PKGVERSION}/functions/_zsocket
|
|
share/zsh/${PKGVERSION}/functions/_zstyle
|
|
share/zsh/${PKGVERSION}/functions/_ztodo
|
|
share/zsh/${PKGVERSION}/functions/_zypper
|
|
share/zsh/${PKGVERSION}/functions/add-zle-hook-widget
|
|
share/zsh/${PKGVERSION}/functions/add-zsh-hook
|
|
share/zsh/${PKGVERSION}/functions/after
|
|
share/zsh/${PKGVERSION}/functions/age
|
|
share/zsh/${PKGVERSION}/functions/allopt
|
|
share/zsh/${PKGVERSION}/functions/backward-kill-word-match
|
|
share/zsh/${PKGVERSION}/functions/backward-word-match
|
|
share/zsh/${PKGVERSION}/functions/bashcompinit
|
|
share/zsh/${PKGVERSION}/functions/before
|
|
share/zsh/${PKGVERSION}/functions/bracketed-paste-magic
|
|
share/zsh/${PKGVERSION}/functions/bracketed-paste-url-magic
|
|
share/zsh/${PKGVERSION}/functions/calendar
|
|
share/zsh/${PKGVERSION}/functions/calendar_add
|
|
share/zsh/${PKGVERSION}/functions/calendar_edit
|
|
share/zsh/${PKGVERSION}/functions/calendar_lockfiles
|
|
share/zsh/${PKGVERSION}/functions/calendar_parse
|
|
share/zsh/${PKGVERSION}/functions/calendar_read
|
|
share/zsh/${PKGVERSION}/functions/calendar_scandate
|
|
share/zsh/${PKGVERSION}/functions/calendar_show
|
|
share/zsh/${PKGVERSION}/functions/calendar_showdate
|
|
share/zsh/${PKGVERSION}/functions/calendar_sort
|
|
share/zsh/${PKGVERSION}/functions/capitalize-word-match
|
|
share/zsh/${PKGVERSION}/functions/catch
|
|
share/zsh/${PKGVERSION}/functions/cdr
|
|
share/zsh/${PKGVERSION}/functions/checkmail
|
|
share/zsh/${PKGVERSION}/functions/chpwd_recent_add
|
|
share/zsh/${PKGVERSION}/functions/chpwd_recent_dirs
|
|
share/zsh/${PKGVERSION}/functions/chpwd_recent_filehandler
|
|
share/zsh/${PKGVERSION}/functions/colors
|
|
share/zsh/${PKGVERSION}/functions/compaudit
|
|
share/zsh/${PKGVERSION}/functions/compdump
|
|
share/zsh/${PKGVERSION}/functions/compinit
|
|
share/zsh/${PKGVERSION}/functions/compinstall
|
|
share/zsh/${PKGVERSION}/functions/copy-earlier-word
|
|
share/zsh/${PKGVERSION}/functions/cycle-completion-positions
|
|
share/zsh/${PKGVERSION}/functions/define-composed-chars
|
|
share/zsh/${PKGVERSION}/functions/delete-whole-word-match
|
|
share/zsh/${PKGVERSION}/functions/down-case-word-match
|
|
share/zsh/${PKGVERSION}/functions/down-line-or-beginning-search
|
|
share/zsh/${PKGVERSION}/functions/edit-command-line
|
|
share/zsh/${PKGVERSION}/functions/expand-absolute-path
|
|
share/zsh/${PKGVERSION}/functions/forward-word-match
|
|
share/zsh/${PKGVERSION}/functions/getjobs
|
|
share/zsh/${PKGVERSION}/functions/harden
|
|
share/zsh/${PKGVERSION}/functions/history-beginning-search-menu
|
|
share/zsh/${PKGVERSION}/functions/history-pattern-search
|
|
share/zsh/${PKGVERSION}/functions/history-search-end
|
|
share/zsh/${PKGVERSION}/functions/incarg
|
|
share/zsh/${PKGVERSION}/functions/incremental-complete-word
|
|
share/zsh/${PKGVERSION}/functions/insert-composed-char
|
|
share/zsh/${PKGVERSION}/functions/insert-files
|
|
share/zsh/${PKGVERSION}/functions/insert-unicode-char
|
|
share/zsh/${PKGVERSION}/functions/is-at-least
|
|
share/zsh/${PKGVERSION}/functions/keeper
|
|
share/zsh/${PKGVERSION}/functions/keymap+widget
|
|
share/zsh/${PKGVERSION}/functions/kill-word-match
|
|
share/zsh/${PKGVERSION}/functions/match-word-context
|
|
share/zsh/${PKGVERSION}/functions/match-words-by-style
|
|
share/zsh/${PKGVERSION}/functions/mere
|
|
share/zsh/${PKGVERSION}/functions/modify-current-argument
|
|
share/zsh/${PKGVERSION}/functions/move-line-in-buffer
|
|
share/zsh/${PKGVERSION}/functions/narrow-to-region
|
|
share/zsh/${PKGVERSION}/functions/narrow-to-region-invisible
|
|
share/zsh/${PKGVERSION}/functions/nslookup
|
|
share/zsh/${PKGVERSION}/functions/pick-web-browser
|
|
share/zsh/${PKGVERSION}/functions/predict-on
|
|
share/zsh/${PKGVERSION}/functions/prompt_adam1_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_adam2_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_bart_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_bigfade_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_clint_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_default_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_elite2_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_elite_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_fade_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_fire_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_off_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_oliver_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_pws_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_redhat_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_restore_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_special_chars
|
|
share/zsh/${PKGVERSION}/functions/prompt_suse_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_walters_setup
|
|
share/zsh/${PKGVERSION}/functions/prompt_zefram_setup
|
|
share/zsh/${PKGVERSION}/functions/promptinit
|
|
share/zsh/${PKGVERSION}/functions/promptnl
|
|
share/zsh/${PKGVERSION}/functions/quote-and-complete-word
|
|
share/zsh/${PKGVERSION}/functions/read-from-minibuffer
|
|
share/zsh/${PKGVERSION}/functions/regexp-replace
|
|
share/zsh/${PKGVERSION}/functions/relative
|
|
share/zsh/${PKGVERSION}/functions/replace-argument
|
|
share/zsh/${PKGVERSION}/functions/replace-string
|
|
share/zsh/${PKGVERSION}/functions/replace-string-again
|
|
share/zsh/${PKGVERSION}/functions/run-help
|
|
share/zsh/${PKGVERSION}/functions/run-help-git
|
|
share/zsh/${PKGVERSION}/functions/run-help-ip
|
|
share/zsh/${PKGVERSION}/functions/run-help-openssl
|
|
share/zsh/${PKGVERSION}/functions/run-help-p4
|
|
share/zsh/${PKGVERSION}/functions/run-help-sudo
|
|
share/zsh/${PKGVERSION}/functions/run-help-svk
|
|
share/zsh/${PKGVERSION}/functions/run-help-svn
|
|
share/zsh/${PKGVERSION}/functions/select-bracketed
|
|
share/zsh/${PKGVERSION}/functions/select-quoted
|
|
share/zsh/${PKGVERSION}/functions/select-word-match
|
|
share/zsh/${PKGVERSION}/functions/select-word-style
|
|
share/zsh/${PKGVERSION}/functions/send-invisible
|
|
share/zsh/${PKGVERSION}/functions/smart-insert-last-word
|
|
share/zsh/${PKGVERSION}/functions/split-shell-arguments
|
|
share/zsh/${PKGVERSION}/functions/sticky-note
|
|
share/zsh/${PKGVERSION}/functions/surround
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_alias
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_close
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_command
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_expect
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_fd_handler
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_log
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_open
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_output
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_point
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_proxy
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_read
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_rename
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_send
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_sess
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_shoot
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_spam
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_talk
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_wait
|
|
share/zsh/${PKGVERSION}/functions/tetris
|
|
share/zsh/${PKGVERSION}/functions/tetriscurses
|
|
share/zsh/${PKGVERSION}/functions/throw
|
|
share/zsh/${PKGVERSION}/functions/transpose-lines
|
|
share/zsh/${PKGVERSION}/functions/transpose-words-match
|
|
share/zsh/${PKGVERSION}/functions/up-case-word-match
|
|
share/zsh/${PKGVERSION}/functions/up-line-or-beginning-search
|
|
share/zsh/${PKGVERSION}/functions/url-quote-magic
|
|
share/zsh/${PKGVERSION}/functions/vcs_info
|
|
share/zsh/${PKGVERSION}/functions/vcs_info_hookadd
|
|
share/zsh/${PKGVERSION}/functions/vcs_info_hookdel
|
|
share/zsh/${PKGVERSION}/functions/vcs_info_lastmsg
|
|
share/zsh/${PKGVERSION}/functions/vcs_info_printsys
|
|
share/zsh/${PKGVERSION}/functions/vcs_info_setsys
|
|
share/zsh/${PKGVERSION}/functions/vi-pipe
|
|
share/zsh/${PKGVERSION}/functions/which-command
|
|
share/zsh/${PKGVERSION}/functions/xtermctl
|
|
share/zsh/${PKGVERSION}/functions/zargs
|
|
share/zsh/${PKGVERSION}/functions/zcalc
|
|
share/zsh/${PKGVERSION}/functions/zcalc-auto-insert
|
|
share/zsh/${PKGVERSION}/functions/zed
|
|
share/zsh/${PKGVERSION}/functions/zed-set-file-name
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfanon
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfautocheck
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfcd
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfcd_match
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfcget
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfclose
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfcput
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfdir
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zffcache
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfgcp
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfget
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfget_match
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfgoto
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfhere
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfinit
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfls
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfmark
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfopen
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfparams
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfpcp
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfput
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfrglob
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfrtime
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfsession
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfstat
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zftp_chpwd
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zftp_progress
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zftransfer
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zftype
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfuget
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfuput
|
|
share/zsh/${PKGVERSION}/functions/zkbd
|
|
share/zsh/${PKGVERSION}/functions/zmathfunc
|
|
share/zsh/${PKGVERSION}/functions/zmathfuncdef
|
|
share/zsh/${PKGVERSION}/functions/zmv
|
|
share/zsh/${PKGVERSION}/functions/zrecompile
|
|
share/zsh/${PKGVERSION}/functions/zsh-mime-contexts
|
|
share/zsh/${PKGVERSION}/functions/zsh-mime-handler
|
|
share/zsh/${PKGVERSION}/functions/zsh-mime-setup
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zsh-newuser-install
|
|
share/zsh/${PKGVERSION}/functions/zsh_directory_name_cdr
|
|
share/zsh/${PKGVERSION}/functions/zsh_directory_name_generic
|
|
share/zsh/${PKGVERSION}/functions/zstyle+
|
|
share/zsh/${PKGVERSION}/functions/ztodo
|
|
share/zsh/${PKGVERSION}/help/alias
|
|
share/zsh/${PKGVERSION}/help/autoload
|
|
share/zsh/${PKGVERSION}/help/bg
|
|
share/zsh/${PKGVERSION}/help/bindkey
|
|
share/zsh/${PKGVERSION}/help/break
|
|
share/zsh/${PKGVERSION}/help/builtin
|
|
share/zsh/${PKGVERSION}/help/bye
|
|
share/zsh/${PKGVERSION}/help/cap
|
|
share/zsh/${PKGVERSION}/help/cd
|
|
share/zsh/${PKGVERSION}/help/chdir
|
|
share/zsh/${PKGVERSION}/help/clone
|
|
share/zsh/${PKGVERSION}/help/colon
|
|
share/zsh/${PKGVERSION}/help/command
|
|
share/zsh/${PKGVERSION}/help/comparguments
|
|
share/zsh/${PKGVERSION}/help/compcall
|
|
share/zsh/${PKGVERSION}/help/compctl
|
|
share/zsh/${PKGVERSION}/help/compdescribe
|
|
share/zsh/${PKGVERSION}/help/compfiles
|
|
share/zsh/${PKGVERSION}/help/compgroups
|
|
share/zsh/${PKGVERSION}/help/compquote
|
|
share/zsh/${PKGVERSION}/help/comptags
|
|
share/zsh/${PKGVERSION}/help/comptry
|
|
share/zsh/${PKGVERSION}/help/compvalues
|
|
share/zsh/${PKGVERSION}/help/continue
|
|
share/zsh/${PKGVERSION}/help/declare
|
|
share/zsh/${PKGVERSION}/help/dirs
|
|
share/zsh/${PKGVERSION}/help/disable
|
|
share/zsh/${PKGVERSION}/help/disown
|
|
share/zsh/${PKGVERSION}/help/dot
|
|
share/zsh/${PKGVERSION}/help/echo
|
|
share/zsh/${PKGVERSION}/help/echotc
|
|
share/zsh/${PKGVERSION}/help/echoti
|
|
share/zsh/${PKGVERSION}/help/emulate
|
|
share/zsh/${PKGVERSION}/help/enable
|
|
share/zsh/${PKGVERSION}/help/eval
|
|
share/zsh/${PKGVERSION}/help/exec
|
|
share/zsh/${PKGVERSION}/help/exit
|
|
share/zsh/${PKGVERSION}/help/export
|
|
share/zsh/${PKGVERSION}/help/false
|
|
share/zsh/${PKGVERSION}/help/fc
|
|
share/zsh/${PKGVERSION}/help/fg
|
|
share/zsh/${PKGVERSION}/help/float
|
|
share/zsh/${PKGVERSION}/help/functions
|
|
share/zsh/${PKGVERSION}/help/getcap
|
|
share/zsh/${PKGVERSION}/help/getln
|
|
share/zsh/${PKGVERSION}/help/getopts
|
|
share/zsh/${PKGVERSION}/help/hash
|
|
share/zsh/${PKGVERSION}/help/history
|
|
share/zsh/${PKGVERSION}/help/integer
|
|
share/zsh/${PKGVERSION}/help/jobs
|
|
share/zsh/${PKGVERSION}/help/kill
|
|
share/zsh/${PKGVERSION}/help/let
|
|
share/zsh/${PKGVERSION}/help/limit
|
|
share/zsh/${PKGVERSION}/help/local
|
|
share/zsh/${PKGVERSION}/help/log
|
|
share/zsh/${PKGVERSION}/help/logout
|
|
share/zsh/${PKGVERSION}/help/noglob
|
|
share/zsh/${PKGVERSION}/help/popd
|
|
share/zsh/${PKGVERSION}/help/print
|
|
share/zsh/${PKGVERSION}/help/printf
|
|
share/zsh/${PKGVERSION}/help/pushd
|
|
share/zsh/${PKGVERSION}/help/pushln
|
|
share/zsh/${PKGVERSION}/help/pwd
|
|
share/zsh/${PKGVERSION}/help/r
|
|
share/zsh/${PKGVERSION}/help/read
|
|
share/zsh/${PKGVERSION}/help/readonly
|
|
share/zsh/${PKGVERSION}/help/rehash
|
|
share/zsh/${PKGVERSION}/help/return
|
|
share/zsh/${PKGVERSION}/help/sched
|
|
share/zsh/${PKGVERSION}/help/set
|
|
share/zsh/${PKGVERSION}/help/setcap
|
|
share/zsh/${PKGVERSION}/help/setopt
|
|
share/zsh/${PKGVERSION}/help/shift
|
|
share/zsh/${PKGVERSION}/help/source
|
|
share/zsh/${PKGVERSION}/help/stat
|
|
share/zsh/${PKGVERSION}/help/suspend
|
|
share/zsh/${PKGVERSION}/help/test
|
|
share/zsh/${PKGVERSION}/help/times
|
|
share/zsh/${PKGVERSION}/help/trap
|
|
share/zsh/${PKGVERSION}/help/true
|
|
share/zsh/${PKGVERSION}/help/ttyctl
|
|
share/zsh/${PKGVERSION}/help/type
|
|
share/zsh/${PKGVERSION}/help/typeset
|
|
share/zsh/${PKGVERSION}/help/ulimit
|
|
share/zsh/${PKGVERSION}/help/umask
|
|
share/zsh/${PKGVERSION}/help/unalias
|
|
share/zsh/${PKGVERSION}/help/unfunction
|
|
share/zsh/${PKGVERSION}/help/unhash
|
|
share/zsh/${PKGVERSION}/help/unlimit
|
|
share/zsh/${PKGVERSION}/help/unset
|
|
share/zsh/${PKGVERSION}/help/unsetopt
|
|
share/zsh/${PKGVERSION}/help/vared
|
|
share/zsh/${PKGVERSION}/help/wait
|
|
share/zsh/${PKGVERSION}/help/whence
|
|
share/zsh/${PKGVERSION}/help/where
|
|
share/zsh/${PKGVERSION}/help/which
|
|
share/zsh/${PKGVERSION}/help/zcompile
|
|
share/zsh/${PKGVERSION}/help/zformat
|
|
share/zsh/${PKGVERSION}/help/zftp
|
|
share/zsh/${PKGVERSION}/help/zle
|
|
share/zsh/${PKGVERSION}/help/zmodload
|
|
share/zsh/${PKGVERSION}/help/zparseopts
|
|
share/zsh/${PKGVERSION}/help/zprof
|
|
share/zsh/${PKGVERSION}/help/zpty
|
|
share/zsh/${PKGVERSION}/help/zregexparse
|
|
share/zsh/${PKGVERSION}/help/zsocket
|
|
share/zsh/${PKGVERSION}/help/zstyle
|
|
share/zsh/${PKGVERSION}/help/ztcp
|
|
${PLIST.dynamic}share/zsh/${PKGVERSION}/scripts/newuser
|
|
@pkgdir share/zsh/site-functions
|