5 if [[ "$1" = -e ]]; then
16 _tags "$tag" && while _next_label "$tag" expl "$2"; do
17 compadd ${expl:/-X/-x}
21 (( $compstate[nmatches] )) || compstate[insert]=
27 zparseopts -D -a gopt 1 2 V J
29 _tags messages || return 1
31 if [[ "$1" = -r ]]; then
36 zstyle -s ":completion:${curcontext}:messages" format format ||
37 zstyle -s ":completion:${curcontext}:descriptions" format format
40 if [[ -n "$format$raw" ]]; then
41 [[ -z "$raw" ]] && zformat -f format "$format" "d:$1" "${(@)argv[2,-1]}"
42 builtin compadd "$gopt[@]" -x "$format"