===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
zsh-5.8/Misc/compctl-examples-287-	's[-fno-],s[-f]' -k '(all-virtual cond-mismatch dollars-in-identifiers
zsh-5.8/Misc/compctl-examples:288:	enum-int-equiv external-templates asm builtin strict-prototype
zsh-5.8/Misc/compctl-examples-289-	signed-bitfields signd-char this-is-variable unsigned-bitfields
##############################################
zsh-5.8/Misc/lete2ctl-158-    } elsif ($c eq 'l') {
zsh-5.8/Misc/lete2ctl:159:	$ret = q!-k "(`limit | awk '{print $1}'`)"!;
zsh-5.8/Misc/lete2ctl-160-    } elsif ($c eq 'p') {
##############################################
zsh-5.8/Misc/vcs_info-examples-502-    #   /usr/src/zsh
zsh-5.8/Misc/vcs_info-examples:503:    # then the value of `$rrn' would be `zsh'.
zsh-5.8/Misc/vcs_info-examples-504-    local rrn=${context##*:}
##############################################
zsh-5.8/install-sh-211-      fi
zsh-5.8/install-sh:212:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
zsh-5.8/install-sh-213-    *)
##############################################
zsh-5.8/install-sh-263-      dstdir=$dst
zsh-5.8/install-sh:264:      dst=$dstdir/`basename "$src"`
zsh-5.8/install-sh-265-      dstdir_status=0
##############################################
zsh-5.8/install-sh-345-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
zsh-5.8/install-sh:346:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
zsh-5.8/install-sh-347-		   case $ls_ld_tmpdir in
##############################################
zsh-5.8/install-sh-352-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
zsh-5.8/install-sh:353:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
zsh-5.8/install-sh-354-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
zsh-5.8/install-sh-419-	    case $prefix in
zsh-5.8/install-sh:420:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
zsh-5.8/install-sh-421-	      *) qprefix=$prefix;;
##############################################
zsh-5.8/configure.ac-515-  *" -s "*) strip_exeldflags=true strip_libldflags=true
zsh-5.8/configure.ac:516:    LDFLAGS=`echo " $LDFLAGS " | sed "$sed"` ;;
zsh-5.8/configure.ac-517-  *) strip_exeldflags=false strip_libldflags=false ;;
##############################################
zsh-5.8/configure.ac-522-  *" -s "*) strip_exeldflags=true
zsh-5.8/configure.ac:523:    EXELDFLAGS=`echo " $EXELDFLAGS " | sed "$sed"` ;;
zsh-5.8/configure.ac-524-  *) strip_exeldflags=false ;;
##############################################
zsh-5.8/configure.ac-529-  *" -s "*) strip_libldflags=true
zsh-5.8/configure.ac:530:    LIBLDFLAGS=`echo " $LIBLDFLAGS " | sed "$sed"` ;;
zsh-5.8/configure.ac-531-  *) strip_libldflags=false ;;
##############################################
zsh-5.8/configure.ac-891-dnl I am told that told that unicos reqire these for nis_list
zsh-5.8/configure.ac:892:if test `echo $host_os | sed 's/^\(unicos\).*/\1/'` = unicos; then
zsh-5.8/configure.ac-893-  LIBS="-lcraylm -lkrb -lnisdb -lnsl -lrpcsvc $LIBS"
##############################################
zsh-5.8/configure.ac-963-dnl AC_SEARCH_LIBS(pcre_compile, pcre)
zsh-5.8/configure.ac:964:  LIBS="`$ac_cv_prog_PCRECONF --libs` $LIBS"
zsh-5.8/configure.ac-965-fi
##############################################
zsh-5.8/configure.ac-2063-[for zsh_cv_sys_path_dev_fd in /proc/self/fd /dev/fd no; do
zsh-5.8/configure.ac:2064:   test x`echo ok|(exec 3<&0; cat $zsh_cv_sys_path_dev_fd/3 2>/dev/null;)` = xok && break
zsh-5.8/configure.ac-2065- done])
##############################################
zsh-5.8/configure.ac-2892-      else
zsh-5.8/configure.ac:2893:        sni_cc_version=`$CC -V 2>&1 | head -1`
zsh-5.8/configure.ac-2894-      fi
##############################################
zsh-5.8/configure.ac-3132-dnl information, from config.status.
zsh-5.8/configure.ac:3133:for modfile in `cd ${srcdir}; echo */*.mdd */*/*.mdd`; do
zsh-5.8/configure.ac-3134-  name=
##############################################
zsh-5.8/configure.ac-3141-    case "$link" in
zsh-5.8/configure.ac:3142:      *\ *) eval "link=\`$link\`"
zsh-5.8/configure.ac-3143-	    ;;
##############################################
zsh-5.8/Test/A03quoting.ztst-6-  foo=text
zsh-5.8/Test/A03quoting.ztst:7:  print -r '$foo\\\' "$foo\$foo\\\"\``echo bar`\`\"" `print -r $foo\\\``
zsh-5.8/Test/A03quoting.ztst-8-0:Quoting inside quotes
##############################################
zsh-5.8/Test/D01prompt.ztst-92-  if [[ $date1 != [A-Z][a-z][a-z][[:blank:]]##[0-9]## ]]; then
zsh-5.8/Test/D01prompt.ztst:93:    print "Date \`$date1' is not in the form \`Day DD' (e.g. \`Mon 1'"
zsh-5.8/Test/D01prompt.ztst-94-  fi
zsh-5.8/Test/D01prompt.ztst-95-  if [[ $date2 != [0-9][0-9]/[0-9][0-9]/[0-9][0-9] ]]; then
zsh-5.8/Test/D01prompt.ztst:96:    print "Date \`$date2' is not in the form \`DD/MM/YYYY'"
zsh-5.8/Test/D01prompt.ztst-97-  fi
zsh-5.8/Test/D01prompt.ztst-98-  if [[ $date3 != [0-9][0-9]-[0-9][0-9]-[0-9][0-9] ]]; then
zsh-5.8/Test/D01prompt.ztst:99:    print "Date \`$date3' is not in the form \`YY-MM-DD'"
zsh-5.8/Test/D01prompt.ztst-100-  fi
##############################################
zsh-5.8/Test/C03traps.ztst-133-# least the full two seconds to make sure we have got the output from the
zsh-5.8/Test/C03traps.ztst:134:# execution of the trap.
zsh-5.8/Test/C03traps.ztst-135-
##############################################
zsh-5.8/Test/A04redirect.ztst-56-
zsh-5.8/Test/A04redirect.ztst:57:  cat <<-$'$HERE '`$(THERE) `'$((AND)) '"\EVERYWHERE" #
zsh-5.8/Test/A04redirect.ztst-58-# tabs again.  sorry about the max miller.
##############################################
zsh-5.8/Test/A04redirect.ztst-61-	Man walks into a $foo.  Ouch, it's an iron $foo.
zsh-5.8/Test/A04redirect.ztst:62:	$HERE `$(THERE) `$((AND)) \EVERYWHERE
zsh-5.8/Test/A04redirect.ztst-63-0:Here-documents don't perform shell expansion on the initial word
##############################################
zsh-5.8/Test/E01options.ztst-90-  mydirt=`print -P %~`
zsh-5.8/Test/E01options.ztst:91:  mydirhome=`export HOME=$mydir/homedir; print -P %~`
zsh-5.8/Test/E01options.ztst-92-  catpath=$(which cat)
##############################################
zsh-5.8/Test/D08cmdsubst.ztst-8-  foo="two words"
zsh-5.8/Test/D08cmdsubst.ztst:9:  print -l `echo $foo bar`
zsh-5.8/Test/D08cmdsubst.ztst-10-0:Basic `...` substitution
##############################################
zsh-5.8/Test/D08cmdsubst.ztst-22-  foo='intricate buffoonery'
zsh-5.8/Test/D08cmdsubst.ztst:23:  print -l "`echo $foo and licentiousness`"
zsh-5.8/Test/D08cmdsubst.ztst-24-0:Quoted `...` substitution
##############################################
zsh-5.8/Test/D08cmdsubst.ztst-97- false
zsh-5.8/Test/D08cmdsubst.ztst:98: echo `echo $?`
zsh-5.8/Test/D08cmdsubst.ztst-99-0:Non-empty command substitution inherits status
##############################################
zsh-5.8/Test/B01cd.ztst-21-# preserves the original stdout.  Option settings are preserved between the
zsh-5.8/Test/B01cd.ztst:22:# execution of different code chunks; initially, all standard zsh options
zsh-5.8/Test/B01cd.ztst-23-# (the effect of `emulate -R zsh') are set.
##############################################
zsh-5.8/Test/X02zlevi.ztst-571-  zletest $'----    word    ----word\eo    \eo----\eodone\eh' \
zsh-5.8/Test/X02zlevi.ztst:572:      'vhawmaawmbawmcawmdawmeawmfawmgv`ara`brb`crc$r$`drd`ere`frf`grg'
zsh-5.8/Test/X02zlevi.ztst-573-0:all word with existing selection and cursor before mark
##############################################
zsh-5.8/Util/helpfiles-59-&Info('attempting man ', $args);
zsh-5.8/Util/helpfiles:60:if(system('man ' . $args) || !(-s $mantmp)) {
zsh-5.8/Util/helpfiles-61-    unlink($mantmp);
zsh-5.8/Util/helpfiles-62-    &Info('attempting nroff -man ', $args);
zsh-5.8/Util/helpfiles:63:    if(system('nroff -man ' . $args) || !(-s $mantmp)) {
zsh-5.8/Util/helpfiles-64-        unlink($mantmp);
##############################################
zsh-5.8/Util/helpfiles-73-# round to the previous line (so you see what we're up against).
zsh-5.8/Util/helpfiles:74:if(system('col -bx <' . $args) || !(-s $coltmp)) {
zsh-5.8/Util/helpfiles-75-    unlink($coltmp);
zsh-5.8/Util/helpfiles-76-    &Info('attempting colcrt - ', $args);
zsh-5.8/Util/helpfiles:77:    if(system('colcrt - ' . $args) || !(-s $coltmp)) {
zsh-5.8/Util/helpfiles-78-        unlink($mantmp);
##############################################
zsh-5.8/Util/preconfig-4-    while read pre; do
zsh-5.8/Util/preconfig:5:	cmd=`echo $pre | sed 's,^,cd ,;s,/\([^/]*\)$, \&\& ./\1,'`
zsh-5.8/Util/preconfig-6-	echo >&2 "$cmd"
##############################################
zsh-5.8/Util/mkdisttree.sh-51-( while read dfn; do
zsh-5.8/Util/mkdisttree.sh:52:    subdir=`echo $dfn | sed 's,/\.distfiles$,,'`
zsh-5.8/Util/mkdisttree.sh-53-    echo >&2 "Processing directory $subdir..."
##############################################
zsh-5.8/Util/mkdisttree.sh-60-	distfiles="$distfiles
zsh-5.8/Util/mkdisttree.sh:61:        `cd $sdir_top/$subdir; git ls-files | grep -v /`"
zsh-5.8/Util/mkdisttree.sh-62-    fi
zsh-5.8/Util/mkdisttree.sh-63-    if test -n "$distfiles"; then
zsh-5.8/Util/mkdisttree.sh:64:	cmds=`echo "$distfiles" | sed -e "$sed_separate"`
zsh-5.8/Util/mkdisttree.sh-65-	eval "$cmds"
##############################################
zsh-5.8/Util/mkdisttree.sh-69-	$sdir_top/mkinstalldirs $disttree/$subdir || exit 1
zsh-5.8/Util/mkdisttree.sh:70:	for f in $deplist `test -z "$globlist" || ( cd $dir_top/$subdir && eval "echo $globlist")`; do
zsh-5.8/Util/mkdisttree.sh-71-	    for fnot in $DISTFILES_NOT; do
##############################################
zsh-5.8/Util/reporter-172-
zsh-5.8/Util/reporter:173:for reporter_each in `echo $PATH | sed -e 's/:/ /g'`
zsh-5.8/Util/reporter-174-do
##############################################
zsh-5.8/Util/reporter-197-echo '# START zsh saveset'
zsh-5.8/Util/reporter:198:echo '# uname: ' `eval $reporter_uname -a`
zsh-5.8/Util/reporter-199-echo
##############################################
zsh-5.8/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
zsh-5.8/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
zsh-5.8/configure-45-  as_echo='print -r --'
zsh-5.8/configure-46-  as_echo_n='print -rn --'
zsh-5.8/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
zsh-5.8/configure-48-  as_echo='printf %s\n'
##############################################
zsh-5.8/configure-50-else
zsh-5.8/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
zsh-5.8/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
zsh-5.8/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
zsh-5.8/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
zsh-5.8/configure-62-      esac;
##############################################
zsh-5.8/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
zsh-5.8/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
zsh-5.8/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
zsh-5.8/configure-324-      case $as_dir in #(
zsh-5.8/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
zsh-5.8/configure-326-      *) as_qdir=$as_dir;;
##############################################
zsh-5.8/configure-397-  {
zsh-5.8/configure:398:    as_val=`expr "$@" || test $? -eq 1`
zsh-5.8/configure-399-  }
##############################################
zsh-5.8/configure-404-# ----------------------------------------
zsh-5.8/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
zsh-5.8/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
zsh-5.8/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
zsh-5.8/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
zsh-5.8/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
zsh-5.8/configure-860-  case $ac_option in
zsh-5.8/configure:861:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
zsh-5.8/configure-862-  *=)   ac_optarg= ;;
##############################################
zsh-5.8/configure-904-  -disable-* | --disable-*)
zsh-5.8/configure:905:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
zsh-5.8/configure-906-    # Reject names that are not valid shell variable names.
##############################################
zsh-5.8/configure-909-    ac_useropt_orig=$ac_useropt
zsh-5.8/configure:910:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
zsh-5.8/configure-911-    case $ac_user_opts in
##############################################
zsh-5.8/configure-930-  -enable-* | --enable-*)
zsh-5.8/configure:931:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
zsh-5.8/configure-932-    # Reject names that are not valid shell variable names.
##############################################
zsh-5.8/configure-935-    ac_useropt_orig=$ac_useropt
zsh-5.8/configure:936:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
zsh-5.8/configure-937-    case $ac_user_opts in
##############################################
zsh-5.8/configure-1134-  -with-* | --with-*)
zsh-5.8/configure:1135:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
zsh-5.8/configure-1136-    # Reject names that are not valid shell variable names.
##############################################
zsh-5.8/configure-1139-    ac_useropt_orig=$ac_useropt
zsh-5.8/configure:1140:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
zsh-5.8/configure-1141-    case $ac_user_opts in
##############################################
zsh-5.8/configure-1150-  -without-* | --without-*)
zsh-5.8/configure:1151:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
zsh-5.8/configure-1152-    # Reject names that are not valid shell variable names.
##############################################
zsh-5.8/configure-1155-    ac_useropt_orig=$ac_useropt
zsh-5.8/configure:1156:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
zsh-5.8/configure-1157-    case $ac_user_opts in
##############################################
zsh-5.8/configure-1188-  *=*)
zsh-5.8/configure:1189:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
zsh-5.8/configure-1190-    # Reject names that are not valid shell variable names.
##############################################
zsh-5.8/configure-1209-if test -n "$ac_prev"; then
zsh-5.8/configure:1210:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
zsh-5.8/configure-1211-  as_fn_error $? "missing argument to $ac_option"
##############################################
zsh-5.8/configure-1231-    */ )
zsh-5.8/configure:1232:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
zsh-5.8/configure-1233-      eval $ac_var=\$ac_val;;
##############################################
zsh-5.8/configure-1266-ac_ls_di=`ls -di .` &&
zsh-5.8/configure:1267:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
zsh-5.8/configure-1268-  as_fn_error $? "working directory cannot be determined"
##############################################
zsh-5.8/configure-1322-case $srcdir in
zsh-5.8/configure:1323:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
zsh-5.8/configure-1324-esac
##############################################
zsh-5.8/configure-1365-By default, \`make install' will install all the files in
zsh-5.8/configure:1366:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
zsh-5.8/configure:1367:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
zsh-5.8/configure-1368-for instance \`--prefix=\$HOME'.
##############################################
zsh-5.8/configure-1506-*)
zsh-5.8/configure:1507:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
zsh-5.8/configure-1508-  # A ".." for each directory in $ac_dir_suffix.
zsh-5.8/configure:1509:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
zsh-5.8/configure-1510-  case $ac_top_builddir_sub in
##############################################
zsh-5.8/configure-1976-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
zsh-5.8/configure:1977:  as_decl_name=`echo $2|sed 's/ *(.*//'`
zsh-5.8/configure:1978:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
zsh-5.8/configure-1979-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
zsh-5.8/configure-2147-    *\'*)
zsh-5.8/configure:2148:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
zsh-5.8/configure-2149-    esac
##############################################
zsh-5.8/configure-2230-      case $ac_val in
zsh-5.8/configure:2231:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
zsh-5.8/configure-2232-      esac
##############################################
zsh-5.8/configure-2245-	case $ac_val in
zsh-5.8/configure:2246:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
zsh-5.8/configure-2247-	esac
##############################################
zsh-5.8/configure-2368-    set,)
zsh-5.8/configure:2369:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
zsh-5.8/configure:2370:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
zsh-5.8/configure-2371-      ac_cache_corrupted=: ;;
##############################################
zsh-5.8/configure-2379-	# differences in whitespace do not lead to failure.
zsh-5.8/configure:2380:	ac_old_val_w=`echo x $ac_old_val`
zsh-5.8/configure:2381:	ac_new_val_w=`echo x $ac_new_val`
zsh-5.8/configure-2382-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
zsh-5.8/configure-2399-    case $ac_new_val in
zsh-5.8/configure:2400:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
zsh-5.8/configure-2401-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
zsh-5.8/configure-2474-test "x$ac_build_alias" = x &&
zsh-5.8/configure:2475:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
zsh-5.8/configure-2476-test "x$ac_build_alias" = x &&
zsh-5.8/configure-2477-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
zsh-5.8/configure:2478:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
zsh-5.8/configure-2479-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
zsh-5.8/configure-2498-IFS=$ac_save_IFS
zsh-5.8/configure:2499:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
zsh-5.8/configure-2500-
##############################################
zsh-5.8/configure-2509-else
zsh-5.8/configure:2510:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
zsh-5.8/configure-2511-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
zsh-5.8/configure-2531-IFS=$ac_save_IFS
zsh-5.8/configure:2532:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
zsh-5.8/configure-2533-
##############################################
zsh-5.8/configure-2558-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
zsh-5.8/configure:2559:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
zsh-5.8/configure-2560-
##############################################
zsh-5.8/configure-2565-EOF_SED
zsh-5.8/configure:2566:zsh_transform_name=`echo "${program_transform_name}" | sed -f conftestsed`
zsh-5.8/configure-2567-rm -f conftestsed
zsh-5.8/configure:2568:tzsh_name=`echo zsh | sed -e "${zsh_transform_name}"`
zsh-5.8/configure-2569-# Double any \ or $ in the transformed name that results.
##############################################
zsh-5.8/configure-2572-EOF_SED
zsh-5.8/configure:2573:tzsh=`echo ${tzsh_name} | sed -f conftestsed`
zsh-5.8/configure-2574-rm -f conftestsed
##############################################
zsh-5.8/configure-3393-$as_echo_n "checking whether the C compiler works... " >&6; }
zsh-5.8/configure:3394:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
zsh-5.8/configure-3395-
##############################################
zsh-5.8/configure-3437-	then :; else
zsh-5.8/configure:3438:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
zsh-5.8/configure-3439-	fi
##############################################
zsh-5.8/configure-3497-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
zsh-5.8/configure:3498:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
zsh-5.8/configure-3499-	  break;;
##############################################
zsh-5.8/configure-3606-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
zsh-5.8/configure:3607:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
zsh-5.8/configure-3608-       break;;
##############################################
zsh-5.8/configure-4080-  *" -s "*) strip_exeldflags=true strip_libldflags=true
zsh-5.8/configure:4081:    LDFLAGS=`echo " $LDFLAGS " | sed "$sed"` ;;
zsh-5.8/configure-4082-  *) strip_exeldflags=false strip_libldflags=false ;;
##############################################
zsh-5.8/configure-4087-  *" -s "*) strip_exeldflags=true
zsh-5.8/configure:4088:    EXELDFLAGS=`echo " $EXELDFLAGS " | sed "$sed"` ;;
zsh-5.8/configure-4089-  *) strip_exeldflags=false ;;
##############################################
zsh-5.8/configure-4094-  *" -s "*) strip_libldflags=true
zsh-5.8/configure:4095:    LIBLDFLAGS=`echo " $LIBLDFLAGS " | sed "$sed"` ;;
zsh-5.8/configure-4096-  *) strip_libldflags=false ;;
##############################################
zsh-5.8/configure-4416-  # Check for GNU $ac_path_GREP
zsh-5.8/configure:4417:case `"$ac_path_GREP" --version 2>&1` in
zsh-5.8/configure-4418-*GNU*)
##############################################
zsh-5.8/configure-4482-  # Check for GNU $ac_path_EGREP
zsh-5.8/configure:4483:case `"$ac_path_EGREP" --version 2>&1` in
zsh-5.8/configure-4484-*GNU*)
##############################################
zsh-5.8/configure-4643-do :
zsh-5.8/configure:4644:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
zsh-5.8/configure-4645-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
zsh-5.8/configure-4648-  cat >>confdefs.h <<_ACEOF
zsh-5.8/configure:4649:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
zsh-5.8/configure-4650-_ACEOF
##############################################
zsh-5.8/configure-4792-  for ac_func in _getb67 GETB67 getb67; do
zsh-5.8/configure:4793:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zsh-5.8/configure-4794-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zsh-5.8/configure-4948-set x ${MAKE-make}
zsh-5.8/configure:4949:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
zsh-5.8/configure-4950-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
zsh-5.8/configure-4958-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
zsh-5.8/configure:4959:case `${MAKE-make} -f conftest.make 2>/dev/null` in
zsh-5.8/configure-4960-  *@@@%%%=?*=@@@%%%*)
##############################################
zsh-5.8/configure-5164-  # Check for GNU $ac_path_EGREP
zsh-5.8/configure:5165:case `"$ac_path_EGREP" --version 2>&1` in
zsh-5.8/configure-5166-*GNU*)
##############################################
zsh-5.8/configure-5462-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
zsh-5.8/configure:5463:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
zsh-5.8/configure-5464-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
zsh-5.8/configure-5494-  cat >>confdefs.h <<_ACEOF
zsh-5.8/configure:5495:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
zsh-5.8/configure-5496-_ACEOF
##############################################
zsh-5.8/configure-5903-do :
zsh-5.8/configure:5904:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
zsh-5.8/configure-5905-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
zsh-5.8/configure-5907-  cat >>confdefs.h <<_ACEOF
zsh-5.8/configure:5908:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
zsh-5.8/configure-5909-_ACEOF
##############################################
zsh-5.8/configure-6924-
zsh-5.8/configure:6925:if test `echo $host_os | sed 's/^\(unicos\).*/\1/'` = unicos; then
zsh-5.8/configure-6926-  LIBS="-lcraylm -lkrb -lnisdb -lnsl -lrpcsvc $LIBS"
##############################################
zsh-5.8/configure-7352-if test x$enable_pcre = xyes; then
zsh-5.8/configure:7353:  LIBS="`$ac_cv_prog_PCRECONF --libs` $LIBS"
zsh-5.8/configure-7354-fi
##############################################
zsh-5.8/configure-8693-do :
zsh-5.8/configure:8694:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zsh-5.8/configure-8695-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zsh-5.8/configure-8697-  cat >>confdefs.h <<_ACEOF
zsh-5.8/configure:8698:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zsh-5.8/configure-8699-_ACEOF
##############################################
zsh-5.8/configure-8944-do :
zsh-5.8/configure:8945:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
zsh-5.8/configure-8946-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
zsh-5.8/configure-8949-  cat >>confdefs.h <<_ACEOF
zsh-5.8/configure:8950:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
zsh-5.8/configure-8951-_ACEOF
##############################################
zsh-5.8/configure-9143-do :
zsh-5.8/configure:9144:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zsh-5.8/configure-9145-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zsh-5.8/configure-9147-  cat >>confdefs.h <<_ACEOF
zsh-5.8/configure:9148:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zsh-5.8/configure-9149-_ACEOF
##############################################
zsh-5.8/configure-9199-do :
zsh-5.8/configure:9200:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zsh-5.8/configure-9201-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zsh-5.8/configure-9203-  cat >>confdefs.h <<_ACEOF
zsh-5.8/configure:9204:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zsh-5.8/configure-9205-_ACEOF
##############################################
zsh-5.8/configure-11100-  for zsh_cv_sys_path_dev_fd in /proc/self/fd /dev/fd no; do
zsh-5.8/configure:11101:   test x`echo ok|(exec 3<&0; cat $zsh_cv_sys_path_dev_fd/3 2>/dev/null;)` = xok && break
zsh-5.8/configure-11102- done
##############################################
zsh-5.8/configure-12083-wmemcpy wmemmove wmemset; do
zsh-5.8/configure:12084:     as_ac_var=`$as_echo "ac_cv_func_$zfunc" | $as_tr_sh`
zsh-5.8/configure-12085-ac_fn_c_check_func "$LINENO" "$zfunc" "$as_ac_var"
##############################################
zsh-5.8/configure-12474-      else
zsh-5.8/configure:12475:        sni_cc_version=`$CC -V 2>&1 | head -1`
zsh-5.8/configure-12476-      fi
##############################################
zsh-5.8/configure-13585-EOM
zsh-5.8/configure:13586:for modfile in `cd ${srcdir}; echo */*.mdd */*/*.mdd`; do
zsh-5.8/configure-13587-  name=
##############################################
zsh-5.8/configure-13594-    case "$link" in
zsh-5.8/configure:13595:      *\ *) eval "link=\`$link\`"
zsh-5.8/configure-13596-	    ;;
##############################################
zsh-5.8/configure-13757-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
zsh-5.8/configure:13758:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
zsh-5.8/configure-13759-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
zsh-5.8/configure-13824-if test -z "$BASH_VERSION$ZSH_VERSION" \
zsh-5.8/configure:13825:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
zsh-5.8/configure-13826-  as_echo='print -r --'
zsh-5.8/configure-13827-  as_echo_n='print -rn --'
zsh-5.8/configure:13828:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
zsh-5.8/configure-13829-  as_echo='printf %s\n'
##############################################
zsh-5.8/configure-13831-else
zsh-5.8/configure:13832:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
zsh-5.8/configure-13833-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
zsh-5.8/configure-13841-	expr "X$arg" : "X\\(.*\\)$as_nl";
zsh-5.8/configure:13842:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
zsh-5.8/configure-13843-      esac;
##############################################
zsh-5.8/configure-13918-# ----------------------------------------
zsh-5.8/configure:13919:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
zsh-5.8/configure-13920-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
zsh-5.8/configure-13990-  {
zsh-5.8/configure:13991:    as_val=`expr "$@" || test $? -eq 1`
zsh-5.8/configure-13992-  }
##############################################
zsh-5.8/configure-14094-      case $as_dir in #(
zsh-5.8/configure:14095:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
zsh-5.8/configure-14096-      *) as_qdir=$as_dir;;
##############################################
zsh-5.8/configure-14229-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
zsh-5.8/configure:14230:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
zsh-5.8/configure-14231-ac_cs_version="\\
##############################################
zsh-5.8/configure-14253-  --*=?*)
zsh-5.8/configure:14254:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
zsh-5.8/configure:14255:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
zsh-5.8/configure-14256-    ac_shift=:
##############################################
zsh-5.8/configure-14258-  --*=)
zsh-5.8/configure:14259:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
zsh-5.8/configure-14260-    ac_optarg=
##############################################
zsh-5.8/configure-14282-    case $ac_optarg in
zsh-5.8/configure:14283:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
zsh-5.8/configure-14284-    '') as_fn_error $? "missing file argument" ;;
##############################################
zsh-5.8/configure-14290-    case $ac_optarg in
zsh-5.8/configure:14291:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
zsh-5.8/configure-14292-    esac
##############################################
zsh-5.8/configure-14436-fi
zsh-5.8/configure:14437:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
zsh-5.8/configure-14438-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
zsh-5.8/configure-14464-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
zsh-5.8/configure:14465:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
zsh-5.8/configure-14466-ac_delim='%!_!# '
##############################################
zsh-5.8/configure-14470-
zsh-5.8/configure:14471:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
zsh-5.8/configure-14472-  if test $ac_delim_n = $ac_delim_num; then
##############################################
zsh-5.8/configure-14614-for ac_last_try in false false :; do
zsh-5.8/configure:14615:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
zsh-5.8/configure-14616-  if test -z "$ac_tt"; then
##############################################
zsh-5.8/configure-14746-      esac
zsh-5.8/configure:14747:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
zsh-5.8/configure-14748-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
zsh-5.8/configure-14805-*)
zsh-5.8/configure:14806:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
zsh-5.8/configure-14807-  # A ".." for each directory in $ac_dir_suffix.
zsh-5.8/configure:14808:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
zsh-5.8/configure-14809-  case $ac_top_builddir_sub in
##############################################
zsh-5.8/configure-14861-/@mandir@/p'
zsh-5.8/configure:14862:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
zsh-5.8/configure-14863-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
zsh-5.8/configure-14878-
zsh-5.8/configure:14879:# Neutralize VPATH when `$srcdir' = `.'.
zsh-5.8/configure-14880-# Shell code in configure.ac might set extrasub.
##############################################
zsh-5.8/configure-14910-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
zsh-5.8/configure:14911:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
zsh-5.8/configure-14912-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
zsh-5.8/Config/installfns.sh-10-
zsh-5.8/Config/installfns.sh:11:allfuncs="`cd $sdir_top; echo ${allfuncs}`"
zsh-5.8/Config/installfns.sh-12-
##############################################
zsh-5.8/Config/installfns.sh-24-      Completion/*/*)
zsh-5.8/Config/installfns.sh:25:        subdir="`echo $file | sed -e 's%/[^/]*/[^/]*$%%'`"
zsh-5.8/Config/installfns.sh-26-        instdir="$fndir/$subdir"
##############################################
zsh-5.8/Config/installfns.sh-34-      *)
zsh-5.8/Config/installfns.sh:35:        subdir="`echo $file | sed -e 's%/[^/]*$%%' -e 's%^Functions/%%'`"
zsh-5.8/Config/installfns.sh-36-        instdir="$fndir/$subdir"
##############################################
zsh-5.8/Config/installfns.sh-48-    fi
zsh-5.8/Config/installfns.sh:49:    basename=`basename $file`
zsh-5.8/Config/installfns.sh-50-    ok=0
##############################################
zsh-5.8/Config/installfns.sh-67-      '#!'*)
zsh-5.8/Config/installfns.sh:68:      chmod +x $instdir/`echo $file | sed -e 's%^.*/%%'`
zsh-5.8/Config/installfns.sh-69-      ;;
##############################################
zsh-5.8/Config/config.mk-37-	cd $(dir_top) && \
zsh-5.8/Config/config.mk:38:	  $(SHELL) ./config.status `echo $(subdir)/$@ | sed 's%^./%%'`
zsh-5.8/Config/config.mk-39-
##############################################
zsh-5.8/Config/clean.mk-38-	@subdirs='$(SUBDIRS)'; if test -n "$$subdirs"; then \
zsh-5.8/Config/clean.mk:39:	  target=`echo $@ | sed s/-recursive//`; \
zsh-5.8/Config/clean.mk-40-	  for subdir in $$subdirs; do \
##############################################
zsh-5.8/Config/uninstallfns.sh-8-
zsh-5.8/Config/uninstallfns.sh:9:allfuncs="`cd ${sdir_top}; echo ${allfuncs}`"
zsh-5.8/Config/uninstallfns.sh-10-
##############################################
zsh-5.8/Config/uninstallfns.sh-27-	   if test x$FUNCTIONS_SUBDIRS != x -a x$FUNCTIONS_SUBDIRS != xno; then
zsh-5.8/Config/uninstallfns.sh:28:	     file=`echo $file | sed -e 's%%^(Functions|Completion)/%'`
zsh-5.8/Config/uninstallfns.sh-29-	     rm -f $fndir/$file
zsh-5.8/Config/uninstallfns.sh-30-	   else
zsh-5.8/Config/uninstallfns.sh:31:	     bfile="`echo $file | sed -e 's%^.*/%%'`"
zsh-5.8/Config/uninstallfns.sh-32-	     rm -f "$fndir/$bfile"
##############################################
zsh-5.8/Config/uninstallfns.sh-49-	  if test -f $sdir_top/$file; then
zsh-5.8/Config/uninstallfns.sh:50:	    bfile="`echo $file | sed -e 's%^.*/%%'`"
zsh-5.8/Config/uninstallfns.sh-51-	    rm -f "$scriptdir/$bfile"
##############################################
zsh-5.8/Etc/FAQ-45-Chapter 3:  How to get various things to work
zsh-5.8/Etc/FAQ:46:3.1. Why does `$var' where `var="foo bar"' not do what I expect?
zsh-5.8/Etc/FAQ-47-3.2. In which startup file do I put...?
##############################################
zsh-5.8/Etc/FAQ-472-    o * The results of parameter substitutions are treated as plain text:
zsh-5.8/Etc/FAQ:473:        `foo="*"; print $foo' prints all files in ksh but `*' in zsh
zsh-5.8/Etc/FAQ-474-        (use GLOB_SUBST).
##############################################
zsh-5.8/Etc/FAQ-819-  parameter $var.  Note one difference here:  while both shells
zsh-5.8/Etc/FAQ:820:  implement the syntax `${var/#old/new}' and `${var/%old/new}' for
zsh-5.8/Etc/FAQ-821-  anchoring the match of old to the start or end of the parameter text,
##############################################
zsh-5.8/Etc/FAQ-881-
zsh-5.8/Etc/FAQ:882:3.1: Why does `$var' where `var="foo bar"' not do what I expect?
zsh-5.8/Etc/FAQ-883-
##############################################
zsh-5.8/Etc/FAQ-1298-Probably the most reliable way of dealing with this is to look for
zsh-5.8/Etc/FAQ:1299:  the environment variable `$EMACS', which is set to `t' in
zsh-5.8/Etc/FAQ-1300-  Emacs' shell mode.  Putting
##############################################
zsh-5.8/Etc/FAQ-1590-The problem is that you have a variable $E containing the string
zsh-5.8/Etc/FAQ:1591:  `EDITOR', and a variable $EDITOR containing the string `emacs',
zsh-5.8/Etc/FAQ-1592-  or something such.  How do you get from $E to emacs in one easy
##############################################
zsh-5.8/Etc/FAQ-1601-  $E is set, substitute the following, i.e. `\$$E'.  This is
zsh-5.8/Etc/FAQ:1602:  expanded to `$EDITOR' by the normal rules.  Finally, the `(e)' means
zsh-5.8/Etc/FAQ-1603-  `evaluate the expression you just made'.  This gives `emacs'.
##############################################
zsh-5.8/Etc/FAQ-1619-  `$file', then everything from the last dot on, inclusive (try
zsh-5.8/Etc/FAQ:1620:  it, this works).  So in `${${E}}', the internal `${...}'
zsh-5.8/Etc/FAQ-1621-  actually does nothing.
##############################################
zsh-5.8/Etc/FAQ-1638-  column it is in (this is needed to position the right-side prompt correctly
zsh-5.8/Etc/FAQ:1639:  (`$RPROMPT', `$RPS1') and to avoid screen corruption when performing
zsh-5.8/Etc/FAQ-1640-  line editing).  If you add unsetopt promptcr to your .zshrc, you
##############################################
zsh-5.8/Etc/FAQ-1738-  
zsh-5.8/Etc/FAQ:1739:  The `$'' form of quoting turns the ``\e'' into a real escape
zsh-5.8/Etc/FAQ-1740-  character; this only works from about version 3.1.4, so if you're using
##############################################
zsh-5.8/Etc/FAQ.yo-101-Chapter 3:  How to get various things to work
zsh-5.8/Etc/FAQ.yo:102:3.1. Why does `$var' where `var="foo bar"' not do what I expect?
zsh-5.8/Etc/FAQ.yo-103-3.2. In which startup file do I put...?
##############################################
zsh-5.8/Etc/FAQ.yo-872-  parameter tt($var).  Note one difference here:  while both shells
zsh-5.8/Etc/FAQ.yo:873:  implement the syntax `tt(${var/#old/new})' and `tt(${var/%old/new})' for
zsh-5.8/Etc/FAQ.yo-874-  anchoring the match of tt(old) to the start or end of the parameter text,
##############################################
zsh-5.8/Etc/completion-style-guide-542-      by backslashes, that is how it appears in the array.
zsh-5.8/Etc/completion-style-guide:543:    * Option-arguments are stored in `$opt_args` the same way. Further,
zsh-5.8/Etc/completion-style-guide-544-      since multiple arguments to the same option are represented in a
##############################################
zsh-5.8/Etc/completion-style-guide-546-      are escaped. For instance, the option-arguments parsed from
zsh-5.8/Etc/completion-style-guide:547:      `-afoo -a "bar" -a 1:2:3' appear in `$opt_args[-a]` as
zsh-5.8/Etc/completion-style-guide-548-      `foo:"bar":1\:2\:3'.
##############################################
zsh-5.8/Etc/ChangeLog-4.1-2757-
zsh-5.8/Etc/ChangeLog-4.1:2758:	* 17162: Src/Modules/tcp.c: prevent warning on gethostbyaddr()
zsh-5.8/Etc/ChangeLog-4.1-2759-	arguments.
##############################################
zsh-5.8/Etc/ChangeLog-3.0-3536-	* history expansion is disabled in single quotes within double
zsh-5.8/Etc/ChangeLog-3.0:3537:	  quotes: echo "`echo '!$'`" prints !$. It is not yet perfect but
zsh-5.8/Etc/ChangeLog-3.0-3538-	  not worse than in bash since history expansion is also disabled
zsh-5.8/Etc/ChangeLog-3.0:3539:	  in `echo "'!$'"`.
zsh-5.8/Etc/ChangeLog-3.0-3540-
##############################################
zsh-5.8/Etc/ChangeLog-3.1-4784-	* 11110: Completion/Core/_expand, Src/Zle/complist.c: remove
zsh-5.8/Etc/ChangeLog-3.1:4785: 	backslashes before `$' in _expand when `substitute' is unset; fix
zsh-5.8/Etc/ChangeLog-3.1-4786- 	for clearing end-of-list lines in menu-selection
##############################################
zsh-5.8/Completion/openSUSE/Command/_zypper-55-            # cut comma at end of command
zsh-5.8/Completion/openSUSE/Command/_zypper:56:            hline[1]=`echo $hline[1] | sed -e 's/\(^.*\),/\1/'`
zsh-5.8/Completion/openSUSE/Command/_zypper-57-
##############################################
zsh-5.8/Completion/openSUSE/Command/_osc-72-    _arguments \
zsh-5.8/Completion/openSUSE/Command/_osc:73:	'1:PROJECT:( `echo $OSC_PROJECTS` )' \
zsh-5.8/Completion/openSUSE/Command/_osc-74-	'2:PACKAGE:(PACKAGE)' \
zsh-5.8/Completion/openSUSE/Command/_osc:75:	'3:REPOSITORY:( `echo $OSC_BUILD_TARGETS` )' \
zsh-5.8/Completion/openSUSE/Command/_osc-76-	'4:ARCHITECTURE:(i586 x86_64)'
##############################################
zsh-5.8/Completion/openSUSE/Command/_osc-80-    _arguments \
zsh-5.8/Completion/openSUSE/Command/_osc:81:	'1:PROJECT:( `echo $OSC_PROJECTS` )' \
zsh-5.8/Completion/openSUSE/Command/_osc-82-	'2:PACKAGE:(PACKAGE)'
##############################################
zsh-5.8/Completion/openSUSE/Command/_osc-86-    _arguments \
zsh-5.8/Completion/openSUSE/Command/_osc:87:	'1:REPOSITORY:( `echo $OSC_BUILD_TARGETS` )' \
zsh-5.8/Completion/openSUSE/Command/_osc-88-	'2:ARCHITECTURE:(i586 x86_64)'
##############################################
zsh-5.8/Completion/Unix/Type/_path_files-265-  # after the first slash after the parameter expansion.
zsh-5.8/Completion/Unix/Type/_path_files:266:  # This fails for things like `f/$foo/b/<TAB>' where the first `f' is
zsh-5.8/Completion/Unix/Type/_path_files-267-  # meant as a partial path.
##############################################
zsh-5.8/Completion/Unix/Type/_arch_namespace-10-# 4: revision
zsh-5.8/Completion/Unix/Type/_arch_namespace:11:  local suffix expl archive=`$ARCHCMD my-default-archive 2> /dev/null`
zsh-5.8/Completion/Unix/Type/_arch_namespace-12-  local trailing_dashes=0
##############################################
zsh-5.8/Completion/Unix/Type/_arch_namespace-25-    _description -V categories expl "${library:-}categories in $archive"
zsh-5.8/Completion/Unix/Type/_arch_namespace:26:    compadd $suffix "$expl[@]" `$ARCHCMD ${library:-}categories $archive`
zsh-5.8/Completion/Unix/Type/_arch_namespace-27-  elif [ -z $IPREFIX ]; then
##############################################
zsh-5.8/Completion/Unix/Type/_arch_namespace-33-      _description -V categories expl "${library:-}categories in $archive"
zsh-5.8/Completion/Unix/Type/_arch_namespace:34:      compadd "$expl[@]" $suffix `$ARCHCMD ${library:-}categories $archive`
zsh-5.8/Completion/Unix/Type/_arch_namespace-35-    fi
##############################################
zsh-5.8/Completion/Unix/Command/_lha-57-	    if [ -f "$words[3]" ]; then
zsh-5.8/Completion/Unix/Command/_lha:58:		_lzh_cache_list=`$words[1] lq $words[3] | awk '{print $NF}'`
zsh-5.8/Completion/Unix/Command/_lha-59-		_lzh_cache_list=("${(@f)${_lzh_cache_list}}")
##############################################
zsh-5.8/Completion/Unix/Command/_baz-39-_baz_local_revisions () {
zsh-5.8/Completion/Unix/Command/_baz:40:  local expl1 expl2 tree_version=`$BAZ tree-version`
zsh-5.8/Completion/Unix/Command/_baz-41-  _description -V applied-patches expl1 "patches from this version"
zsh-5.8/Completion/Unix/Command/_baz-42-  _description -V other-patches expl2 "patches from other versions"
zsh-5.8/Completion/Unix/Command/_baz:43:  compadd "$expl1[@]" `$BAZ logs`
zsh-5.8/Completion/Unix/Command/_baz:44:  compadd "$expl2[@]" `$BAZ logs --full $($BAZ log-versions | grep -v $tree_version)`
zsh-5.8/Completion/Unix/Command/_baz-45-  # This is incredibly slow.
##############################################
zsh-5.8/Completion/Unix/Command/_baz-84-      _description -V categories expl "categories in $archive"
zsh-5.8/Completion/Unix/Command/_baz:85:      compadd -q -S -- "$expl[@]" `$BAZ categories $archive`
zsh-5.8/Completion/Unix/Command/_baz-86-    else
##############################################
zsh-5.8/Completion/Unix/Command/_postfix-52-  if compset -P 1 '*='; then
zsh-5.8/Completion/Unix/Command/_postfix:53:    local value="`_call_program postconf-get-value-at-dir "${words[1]} ${opt_args[-c]+"-c ${opt_args[-c]}"} -h -- ${(q)IPREFIX%=}"`"
zsh-5.8/Completion/Unix/Command/_postfix-54-    [[ -n $value ]] && compadd "$@" -- $value
##############################################
zsh-5.8/Completion/Unix/Command/_tla-46-_tla_local_revisions () {
zsh-5.8/Completion/Unix/Command/_tla:47:  local expl1 expl2 tree_version=`$TLA tree-version`
zsh-5.8/Completion/Unix/Command/_tla-48-  _description -V applied-patches expl1 "patches from this version"
zsh-5.8/Completion/Unix/Command/_tla-49-  _description -V other-patches expl2 "patches from other versions"
zsh-5.8/Completion/Unix/Command/_tla:50:  compadd "$expl1[@]" `$TLA logs`
zsh-5.8/Completion/Unix/Command/_tla:51:  compadd "$expl2[@]" `$TLA logs --full $($TLA log-versions | grep -v $tree_version)`
zsh-5.8/Completion/Unix/Command/_tla-52-  # This is incredibly slow.
##############################################
zsh-5.8/Completion/Unix/Command/_tla-93-      _description -V categories expl "categories in $archive"
zsh-5.8/Completion/Unix/Command/_tla:94:      compadd -q -S -- "$expl[@]" `$TLA categories -A $archive`
zsh-5.8/Completion/Unix/Command/_tla-95-    else
##############################################
zsh-5.8/Completion/Unix/Command/_ps-43-  '-L[show information about each light weight process]'
zsh-5.8/Completion/Unix/Command/_ps:44:  '-y[show RSS in place of ADDR (used with -l)]'
zsh-5.8/Completion/Unix/Command/_ps-45-)
##############################################
zsh-5.8/Completion/Unix/Command/_ecasound-131-      if [[ -e /proc/asound ]]; then
zsh-5.8/Completion/Unix/Command/_ecasound:132:	eval `grep "^[[:digit:]]" < /proc/asound/cards|awk 'BEGIN {print "_values '\''ALSA device'\''" }; {print "'\''" $1 "[" $6, $7, $8, $9 "]'\''"}'||echo _message Wrong`
zsh-5.8/Completion/Unix/Command/_ecasound-133-      else
##############################################
zsh-5.8/Completion/Unix/Command/_gcc-132-    '-malign-loops=-[Loop code aligned to this power of 2]: **2 base for loop alignment: '
zsh-5.8/Completion/Unix/Command/_gcc:133:    '-masm=-[Use given assembler dialect]:asm dialect:(att intel)'
zsh-5.8/Completion/Unix/Command/_gcc-134-    '-mbranch-cost=-[Branches are this expensive (1-5, arbitrary units)]:branch cost (1-5): '
##############################################
zsh-5.8/Completion/Unix/Command/_gcc-292-    -mic-compat -mic2.0-compat -mic3.0-compat
zsh-5.8/Completion/Unix/Command/_gcc:293:    -mintel-asm -mno-clean-linkage -mno-code-align
zsh-5.8/Completion/Unix/Command/_gcc-294-    -mno-complex-addr -mno-leaf-procedures
##############################################
zsh-5.8/Completion/Unix/Command/_subversion-89-          while (( idx=$args[(I)*--accept:arg:] )); do
zsh-5.8/Completion/Unix/Command/_subversion:90:            args[idx]=( --accept'=:automatic conflict resolution action:((working\:working base\:base recommended\:recommended '"`for i j in p postpone mc mine-conflict tc theirs-conflict mf mine-full tf theirs-full e edit l launch; do print -rn $i\\\\:$j $j\\\\:$j ""; done `"'))' )
zsh-5.8/Completion/Unix/Command/_subversion-91-          done
##############################################
zsh-5.8/Completion/Unix/Command/_subversion-114-            # (q) to quote the parentheses in the value
zsh-5.8/Completion/Unix/Command/_subversion:115:            args[idx]=( --show-item'=:item key:(('"`for i j in ${(kv)show_item_keys}; do print -rn - $i\\\\:"${(q)j}" ""; done`"'))' )
zsh-5.8/Completion/Unix/Command/_subversion-116-          done
##############################################
zsh-5.8/Completion/Linux/Command/_vserver-88-    typeset -ga _cache_vserver_cfgdir
zsh-5.8/Completion/Linux/Command/_vserver:89:    _cache_vserver_cfgdir=`vserver-info info SYSINFO | grep '^ *cfg-Directory' | awk '{print $2}'`
zsh-5.8/Completion/Linux/Command/_vserver-90-    _cache_vserver_cfgdir_initialized=true
##############################################
zsh-5.8/Completion/Darwin/Command/_defaults-3-_defaults_domains(){
zsh-5.8/Completion/Darwin/Command/_defaults:4:  if [[ "`eval echo $PREFIX`" != [/~]* ]]; then
zsh-5.8/Completion/Darwin/Command/_defaults-5-    local str="$(_call_program domains defaults domains 2>/dev/null)"
##############################################
zsh-5.8/config.guess-34-
zsh-5.8/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
zsh-5.8/config.guess-36-
##############################################
zsh-5.8/config.guess-103-    # shellcheck disable=SC2039
zsh-5.8/config.guess:104:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
zsh-5.8/config.guess-105-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
zsh-5.8/config.guess-153-	EOF
zsh-5.8/config.guess:154:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
zsh-5.8/config.guess-155-
##############################################
zsh-5.8/config.guess-190-	    earmv*)
zsh-5.8/config.guess:191:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
zsh-5.8/config.guess:192:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
zsh-5.8/config.guess-193-		machine="${arch}${endian}"-unknown
##############################################
zsh-5.8/config.guess-222-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
zsh-5.8/config.guess:223:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
zsh-5.8/config.guess-224-		;;
##############################################
zsh-5.8/config.guess-235-	    *)
zsh-5.8/config.guess:236:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
zsh-5.8/config.guess-237-		;;
##############################################
zsh-5.8/config.guess-282-	*4.0)
zsh-5.8/config.guess:283:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
zsh-5.8/config.guess-284-		;;
zsh-5.8/config.guess-285-	*5.*)
zsh-5.8/config.guess:286:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
zsh-5.8/config.guess-287-		;;
##############################################
zsh-5.8/config.guess-292-	# types through head -n 1, so we only detect the type of CPU 0.
zsh-5.8/config.guess:293:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
zsh-5.8/config.guess-294-	case "$ALPHA_CPU_TYPE" in
##############################################
zsh-5.8/config.guess-330-	# 1.2 uses "1.2" for uname -r.
zsh-5.8/config.guess:331:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
zsh-5.8/config.guess-332-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
zsh-5.8/config.guess-381-    s390x:SunOS:*:*)
zsh-5.8/config.guess:382:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
zsh-5.8/config.guess-383-	exit ;;
zsh-5.8/config.guess-384-    sun4H:SunOS:5.*:*)
zsh-5.8/config.guess:385:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
zsh-5.8/config.guess-386-	exit ;;
zsh-5.8/config.guess-387-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
zsh-5.8/config.guess:388:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
zsh-5.8/config.guess-389-	exit ;;
##############################################
zsh-5.8/config.guess-406-	fi
zsh-5.8/config.guess:407:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
zsh-5.8/config.guess-408-	exit ;;
##############################################
zsh-5.8/config.guess-412-	# it's likely to be more like Solaris than SunOS4.
zsh-5.8/config.guess:413:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
zsh-5.8/config.guess-414-	exit ;;
##############################################
zsh-5.8/config.guess-421-	# Japanese Language versions have a version number like `4.1.3-JL'.
zsh-5.8/config.guess:422:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
zsh-5.8/config.guess-423-	exit ;;
##############################################
zsh-5.8/config.guess-427-    sun*:*:4.2BSD:*)
zsh-5.8/config.guess:428:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
zsh-5.8/config.guess-429-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
zsh-5.8/config.guess-509-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
zsh-5.8/config.guess:510:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
zsh-5.8/config.guess:511:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
zsh-5.8/config.guess-512-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
zsh-5.8/config.guess-565-    *:IRIX*:*:*)
zsh-5.8/config.guess:566:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
zsh-5.8/config.guess-567-	exit ;;
##############################################
zsh-5.8/config.guess-595-EOF
zsh-5.8/config.guess:596:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
zsh-5.8/config.guess-597-		then
##############################################
zsh-5.8/config.guess-608-    *:AIX:*:[4567])
zsh-5.8/config.guess:609:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
zsh-5.8/config.guess-610-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
zsh-5.8/config.guess-644-    9000/[34678]??:HP-UX:*:*)
zsh-5.8/config.guess:645:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
zsh-5.8/config.guess-646-	case "$UNAME_MACHINE" in
##############################################
zsh-5.8/config.guess-698-EOF
zsh-5.8/config.guess:699:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
zsh-5.8/config.guess-700-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
zsh-5.8/config.guess-726-    ia64:HP-UX:*:*)
zsh-5.8/config.guess:727:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
zsh-5.8/config.guess-728-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
zsh-5.8/config.guess-756-EOF
zsh-5.8/config.guess:757:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
zsh-5.8/config.guess-758-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
zsh-5.8/config.guess-827-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
zsh-5.8/config.guess:828:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
zsh-5.8/config.guess-829-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
zsh-5.8/config.guess-832-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
zsh-5.8/config.guess:833:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
zsh-5.8/config.guess-834-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
zsh-5.8/config.guess-850-	then
zsh-5.8/config.guess:851:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
zsh-5.8/config.guess-852-	else
zsh-5.8/config.guess:853:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
zsh-5.8/config.guess-854-	fi
##############################################
zsh-5.8/config.guess-863-	esac
zsh-5.8/config.guess:864:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
zsh-5.8/config.guess-865-	exit ;;
##############################################
zsh-5.8/config.guess-899-    prep*:SunOS:5.*:*)
zsh-5.8/config.guess:900:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
zsh-5.8/config.guess-901-	exit ;;
##############################################
zsh-5.8/config.guess-903-	# the GNU system
zsh-5.8/config.guess:904:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
zsh-5.8/config.guess-905-	exit ;;
##############################################
zsh-5.8/config.guess-907-	# other systems with GNU libc and userland
zsh-5.8/config.guess:908:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
zsh-5.8/config.guess-909-	exit ;;
##############################################
zsh-5.8/config.guess-1029-EOF
zsh-5.8/config.guess:1030:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
zsh-5.8/config.guess-1031-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
zsh-5.8/config.guess-1129-    i*86:*:4.*:*)
zsh-5.8/config.guess:1130:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
zsh-5.8/config.guess-1131-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
zsh-5.8/config.guess-1432-    *:DragonFly:*:*)
zsh-5.8/config.guess:1433:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
zsh-5.8/config.guess-1434-	exit ;;
##############################################
zsh-5.8/config.guess-1445-    i*86:skyos:*:*)
zsh-5.8/config.guess:1446:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
zsh-5.8/config.guess-1447-	exit ;;
##############################################
zsh-5.8/config.guess-1595-
zsh-5.8/config.guess:1596:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
zsh-5.8/config.guess-1597-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
zsh-5.8/config.sub-52-
zsh-5.8/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
zsh-5.8/config.sub-54-
##############################################
zsh-5.8/config.sub-771-	i*86v32)
zsh-5.8/config.sub:772:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
zsh-5.8/config.sub-773-		vendor=pc
##############################################
zsh-5.8/config.sub-776-	i*86v4*)
zsh-5.8/config.sub:777:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
zsh-5.8/config.sub-778-		vendor=pc
##############################################
zsh-5.8/config.sub-781-	i*86v)
zsh-5.8/config.sub:782:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
zsh-5.8/config.sub-783-		vendor=pc
##############################################
zsh-5.8/config.sub-786-	i*86sol2)
zsh-5.8/config.sub:787:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
zsh-5.8/config.sub-788-		vendor=pc
##############################################
zsh-5.8/config.sub-919-		cpu=sparc
zsh-5.8/config.sub:920:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
zsh-5.8/config.sub-921-		;;
##############################################
zsh-5.8/config.sub-1086-	sh5e[lb]-*)
zsh-5.8/config.sub:1087:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
zsh-5.8/config.sub-1088-		;;
##############################################
zsh-5.8/config.sub-1104-	xscale-* | xscalee[bl]-*)
zsh-5.8/config.sub:1105:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
zsh-5.8/config.sub-1106-		;;
##############################################
zsh-5.8/config.sub-1259-			*)
zsh-5.8/config.sub:1260:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
zsh-5.8/config.sub-1261-				exit 1
##############################################
zsh-5.8/config.sub-1293-	solaris1 | solaris1.*)
zsh-5.8/config.sub:1294:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
zsh-5.8/config.sub-1295-		;;
##############################################
zsh-5.8/config.sub-1302-	gnu/linux*)
zsh-5.8/config.sub:1303:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
zsh-5.8/config.sub-1304-		;;
##############################################
zsh-5.8/config.sub-1325-	sco3.2.[4-9]*)
zsh-5.8/config.sub:1326:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
zsh-5.8/config.sub-1327-		;;
##############################################
zsh-5.8/config.sub-1388-	nto*)
zsh-5.8/config.sub:1389:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
zsh-5.8/config.sub-1390-		;;
##############################################
zsh-5.8/config.sub-1398-	linux*)
zsh-5.8/config.sub:1399:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
zsh-5.8/config.sub-1400-		;;
##############################################
zsh-5.8/config.sub-1410-	mac*)
zsh-5.8/config.sub:1411:		os=`echo "$os" | sed -e 's|mac|macos|'`
zsh-5.8/config.sub-1412-		;;
##############################################
zsh-5.8/config.sub-1419-	sunos5*)
zsh-5.8/config.sub:1420:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
zsh-5.8/config.sub-1421-		;;
zsh-5.8/config.sub-1422-	sunos6*)
zsh-5.8/config.sub:1423:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
zsh-5.8/config.sub-1424-		;;
##############################################
zsh-5.8/config.sub-1459-	sinix5.*)
zsh-5.8/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
zsh-5.8/config.sub-1461-		;;
##############################################
zsh-5.8/config.sub-1519-	*)
zsh-5.8/config.sub:1520:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
zsh-5.8/config.sub-1521-		exit 1
##############################################
zsh-5.8/Functions/Misc/zmv-9-# gets replaced by the $1 (not the `*', as happens in mmv, and note the
zsh-5.8/Functions/Misc/zmv:10:# `$', not `=', so that you need to quote both words).
zsh-5.8/Functions/Misc/zmv-11-#   zmv '(**/)(*).txt '$1$2.lis'
##############################################
zsh-5.8/Functions/Calendar/calendar_parse-75-    ((#b)(|*[[:space:],])WARN[[:space:]](*))
zsh-5.8/Functions/Calendar/calendar_parse:76:    if calendar_scandate -asm -R $reply[time] $match[2]; then
zsh-5.8/Functions/Calendar/calendar_parse-77-      reply[warntime]=$REPLY
##############################################
zsh-5.8/Functions/TCP/tcp_read-12-# this always contains a complete list of all lines read in by a single
zsh-5.8/Functions/TCP/tcp_read:13:# execution of this function and hence may be empty.  The fd corresponding
zsh-5.8/Functions/TCP/tcp_read-14-# to $TCP_LINE is stored in $TCP_LINE_FD (this can be turned into a
##############################################
zsh-5.8/Functions/Prompts/promptinit-133-         fi
zsh-5.8/Functions/Prompts/promptinit:134:         print "\nType \`prompt -p $2' to preview the theme, \`prompt $2'"
zsh-5.8/Functions/Prompts/promptinit-135-         print "to try it out, and \`prompt -s $2' to use it in future sessions."
##############################################
zsh-5.8/Functions/VCS_Info/VCS_INFO_quilt-129-        patches=$(<$pc/.quilt_patches)
zsh-5.8/Functions/VCS_Info/VCS_INFO_quilt:130:        patches=`builtin cd -q "${pc:h}" && print -r - ${patches:P}`
zsh-5.8/Functions/VCS_Info/VCS_INFO_quilt-131-    fi
##############################################
zsh-5.8/Doc/zshcompsys.1-1124-will not add a space to words generated from the expansion of a
zsh-5.8/Doc/zshcompsys.1:1125:substitution of the form `\fB$(\fP\fI\&.\&.\&.\fP\fB)\fP\&' or `\fB${\fP\fI\&.\&.\&.\fP\fB}\fP'\&.
zsh-5.8/Doc/zshcompsys.1-1126-.RS
##############################################
zsh-5.8/Doc/zshcompsys.1-2609-first try to expand all substitutions in the string (such as
zsh-5.8/Doc/zshcompsys.1:2610:`\fB$(\fP\fI\&.\&.\&.\fP\fB)\fP\&' and `\fB${\fP\fI\&.\&.\&.\fP\fB}\fP')\&.
zsh-5.8/Doc/zshcompsys.1-2611-.RS
##############################################
zsh-5.8/Doc/zshcompsys.1-2619-word will only be expanded if it doesn\&'t have a suffix, i\&.e\&. if it is
zsh-5.8/Doc/zshcompsys.1:2620:something like `\fB~foo\fP\&' or `\fB$foo\fP' rather than `\fB~foo/\fP' or
zsh-5.8/Doc/zshcompsys.1-2621-`\fB$foo/bar\fP\&', unless that suffix itself contains characters eligible
##############################################
zsh-5.8/Doc/zshexpn.1-163-It may be omitted only if the word designator begins with a
zsh-5.8/Doc/zshexpn.1:164:`\fB^\fP\&', `\fB$\fP', `\fB*\fP', `\fB\-\fP' or `\fB%\fP'\&.
zsh-5.8/Doc/zshexpn.1-165-Word designators include:
##############################################
zsh-5.8/Doc/zshexpn.1-1051-In double quotes, array elements are put into separate words\&.
zsh-5.8/Doc/zshexpn.1:1052:E\&.g\&., `\fB"${(@)foo}"\fP\&' is equivalent to `\fB"${foo[@]}"\fP' and
zsh-5.8/Doc/zshexpn.1:1053:`\fB"${(@)foo[1,2]}"\fP\&' is the same as `\fB"$foo[1]" "$foo[2]"\fP'\&.
zsh-5.8/Doc/zshexpn.1-1054-This is distinct from \fIfield splitting\fP by the \fBf\fP, \fBs\fP
##############################################
zsh-5.8/Doc/zshexpn.1-1065-This assigns an array parameter with `\fB${\fP\&.\&.\&.\fB=\fP\&.\&.\&.\fB}\fP\&',
zsh-5.8/Doc/zshexpn.1:1066:`\fB${\fP\&.\&.\&.\fB:=\fP\&.\&.\&.\fB}\fP\&' or `\fB${\fP\&.\&.\&.\fB::=\fP\&.\&.\&.\fB}\fP'\&.
zsh-5.8/Doc/zshexpn.1-1067-If this flag is repeated (as in `\fBAA\fP\&'), assigns an associative
##############################################
zsh-5.8/Doc/zshmisc.1-696-.PP
zsh-5.8/Doc/zshmisc.1:697:A string enclosed between `\fB$\&'\fP' and `\fB'\fP' is
zsh-5.8/Doc/zshmisc.1-698-processed the same way as the string arguments of the
##############################################
zsh-5.8/Doc/zshmisc.1-794-and `\fB\e\fP\&' must be used to quote the characters
zsh-5.8/Doc/zshmisc.1:795:`\fB\e\fP\&', `\fB$\fP', `\fB`\fP' and the first character of \fIword\fP\&.
zsh-5.8/Doc/zshmisc.1-796-.PP
##############################################
zsh-5.8/Doc/zshmisc.1-2215-\fIstring\fP is contained in variable \fBvar\fP the expression
zsh-5.8/Doc/zshmisc.1:2216:`\fB${var[$MBEGIN,$MEND]}\fP\&' is identical to `\fB$MATCH\fP'\&.  The setting
zsh-5.8/Doc/zshmisc.1-2217-of the option \fBKSH_ARRAYS\fP is respected\&.  Likewise, the array
##############################################
zsh-5.8/Doc/zshoptions.1-1312-unescaped newlines will cause an error message\&.
zsh-5.8/Doc/zshoptions.1:1313:In double\-quoted strings, it is made impossible to escape `\fB$\fP\&', `\fB`\fP'
zsh-5.8/Doc/zshoptions.1-1314-or `\fB"\fP\&' (and `\fB\e\fP' itself no longer needs escaping)\&.
##############################################
zsh-5.8/Doc/zshoptions.1-1327-than just `\fB$path[2]\fP\&') or to apply modifiers to any parameter
zsh-5.8/Doc/zshoptions.1:1328:(`\fB${PWD:h}\fP\&' rather than `\fB$PWD:h\fP')\&.
zsh-5.8/Doc/zshoptions.1-1329-.TP
##############################################
zsh-5.8/Doc/zshparam.1-8-characters and underscores, or the single characters
zsh-5.8/Doc/zshparam.1:9:`\fB*\fP\&', `\fB@\fP', `\fB#\fP', `\fB?\fP', `\fB\-\fP', `\fB$\fP', or `\fB!\fP'\&.
zsh-5.8/Doc/zshparam.1-10-A parameter whose name begins with an alphanumeric or underscore is also
##############################################
zsh-5.8/Doc/zshparam.1-249-Subscripts may be used inside braces used to delimit a parameter name, thus
zsh-5.8/Doc/zshparam.1:250:`\fB${foo[2]}\fP\&' is equivalent to `\fB$foo[2]\fP'\&.  If the \fBKSH_ARRAYS\fP
zsh-5.8/Doc/zshparam.1-251-option is set, the braced form is the only one that works, as bracketed
##############################################
zsh-5.8/Doc/zshparam.1-269-appear within double quotes\&.
zsh-5.8/Doc/zshparam.1:270:`\fB"$foo[*]"\fP\&' evaluates to `\fB"$foo[1] $foo[2] \fP\&.\&.\&.\fB"\fP', whereas
zsh-5.8/Doc/zshparam.1:271:`\fB"$foo[@]"\fP\&' evaluates to `\fB"$foo[1]" "$foo[2]" \fP\&.\&.\&.'\&.  For
zsh-5.8/Doc/zshparam.1-272-associative arrays, `\fB[*]\fP\&' or `\fB[@]\fP' evaluate to all the values,
##############################################
zsh-5.8/Doc/zshparam.1-289-from the end of the array \fBfoo\fP, and
zsh-5.8/Doc/zshparam.1:290:`\fB$foo[1,\-1]\fP\&' is the same as `\fB$foo[*]\fP'\&.
zsh-5.8/Doc/zshparam.1-291-.PP
##############################################
zsh-5.8/Doc/zshparam.1-294-For example, if \fBFOO\fP is set to `\fBfoobar\fP\&', then
zsh-5.8/Doc/zshparam.1:295:`\fBecho $FOO[2,5]\fP\&' prints `\fBooba\fP'\&.  Note that
zsh-5.8/Doc/zshparam.1-296-some forms of subscripting described below perform pattern matching,
##############################################
zsh-5.8/Doc/zshparam.1-408-is the number of the matching element, so that pairs of subscripts such as
zsh-5.8/Doc/zshparam.1:409:`\fB$foo[(r)??,3]\fP\&' and `\fB$foo[(r)??,(r)f*]\fP' are
zsh-5.8/Doc/zshparam.1-410-possible if the parameter is not an associative array\&.  If the
##############################################
zsh-5.8/Doc/zshparam.1-635-arrays containing all the positional parameters;
zsh-5.8/Doc/zshparam.1:636:thus `\fB$argv[\fP\fIn\fP\fB]\fP\&', etc\&., is equivalent to simply `\fB$\fP\fIn\fP'\&.
zsh-5.8/Doc/zshparam.1-637-Note that the options \fBKSH_ARRAYS\fP or \fBKSH_ZERO_SUBSCRIPT\fP apply
zsh-5.8/Doc/zshparam.1-638-to these arrays as well, so with either of those options set,
zsh-5.8/Doc/zshparam.1:639:`\fB${argv[0]}\fP\&' is equivalent to `\fB$1\fP' and so on\&.
zsh-5.8/Doc/zshparam.1-640-.PP
##############################################
zsh-5.8/Doc/zsh.texi-1964-@noindent
zsh-5.8/Doc/zsh.texi:1965:A string enclosed between `@t{$'}' and `@t{'}' is
zsh-5.8/Doc/zsh.texi-1966-processed the same way as the string arguments of the
##############################################
zsh-5.8/Doc/zsh.texi-2066-and `@t{\}' must be used to quote the characters
zsh-5.8/Doc/zsh.texi:2067:`@t{\}', `@t{$}', `@t{`}' and the first character of @var{word}.
zsh-5.8/Doc/zsh.texi-2068-
##############################################
zsh-5.8/Doc/zsh.texi-3638-@var{string} is contained in variable @t{var} the expression
zsh-5.8/Doc/zsh.texi:3639:`@t{$@{var[$MBEGIN,$MEND]@}}' is identical to `@t{$MATCH}'.  The setting
zsh-5.8/Doc/zsh.texi-3640-of the option @t{KSH_ARRAYS} is respected.  Likewise, the array
##############################################
zsh-5.8/Doc/zsh.texi-4440-It may be omitted only if the word designator begins with a
zsh-5.8/Doc/zsh.texi:4441:`@t{^}', `@t{$}', `@t{*}', `@t{-}' or `@t{%}'.
zsh-5.8/Doc/zsh.texi-4442-Word designators include:
##############################################
zsh-5.8/Doc/zsh.texi-5349-In double quotes, array elements are put into separate words.
zsh-5.8/Doc/zsh.texi:5350:E.g., `@t{"$@{(@@)foo@}"}' is equivalent to `@t{"$@{foo[@@]@}"}' and
zsh-5.8/Doc/zsh.texi:5351:`@t{"$@{(@@)foo[1,2]@}"}' is the same as `@t{"$foo[1]" "$foo[2]"}'.
zsh-5.8/Doc/zsh.texi-5352-This is distinct from @emph{field splitting} by the @t{f}, @t{s}
##############################################
zsh-5.8/Doc/zsh.texi-5363-This assigns an array parameter with `@t{$@{}...@t{=}...@t{@}}',
zsh-5.8/Doc/zsh.texi:5364:`@t{$@{}...@t{:=}...@t{@}}' or `@t{$@{}...@t{::=}...@t{@}}'.
zsh-5.8/Doc/zsh.texi-5365-If this flag is repeated (as in `@t{AA}'), assigns an associative
##############################################
zsh-5.8/Doc/zsh.texi-7601-characters and underscores, or the single characters
zsh-5.8/Doc/zsh.texi:7602:`@t{*}', `@t{@@}', `@t{#}', `@t{?}', `@t{-}', `@t{$}', or `@t{!}'.
zsh-5.8/Doc/zsh.texi-7603-A parameter whose name begins with an alphanumeric or underscore is also
##############################################
zsh-5.8/Doc/zsh.texi-7867-Subscripts may be used inside braces used to delimit a parameter name, thus
zsh-5.8/Doc/zsh.texi:7868:`@t{$@{foo[2]@}}' is equivalent to `@t{$foo[2]}'.  If the @t{KSH_ARRAYS}
zsh-5.8/Doc/zsh.texi-7869-option is set, the braced form is the only one that works, as bracketed
##############################################
zsh-5.8/Doc/zsh.texi-7890-appear within double quotes.
zsh-5.8/Doc/zsh.texi:7891:`@t{"$foo[*]"}' evaluates to `@t{"$foo[1] $foo[2] }...@t{"}', whereas
zsh-5.8/Doc/zsh.texi:7892:`@t{"$foo[@@]"}' evaluates to `@t{"$foo[1]" "$foo[2]" }...'.  For
zsh-5.8/Doc/zsh.texi-7893-associative arrays, `@t{[*]}' or `@t{[@@]}' evaluate to all the values,
##############################################
zsh-5.8/Doc/zsh.texi-7911-from the end of the array @t{foo}, and
zsh-5.8/Doc/zsh.texi:7912:`@t{$foo[1,-1]}' is the same as `@t{$foo[*]}'.
zsh-5.8/Doc/zsh.texi-7913-
##############################################
zsh-5.8/Doc/zsh.texi-7917-For example, if @t{FOO} is set to `@t{foobar}', then
zsh-5.8/Doc/zsh.texi:7918:`@t{echo $FOO[2,5]}' prints `@t{ooba}'.  Note that
zsh-5.8/Doc/zsh.texi-7919-some forms of subscripting described below perform pattern matching,
##############################################
zsh-5.8/Doc/zsh.texi-8039-is the number of the matching element, so that pairs of subscripts such as
zsh-5.8/Doc/zsh.texi:8040:`@t{$foo[(r)??,3]}' and `@t{$foo[(r)??,(r)f*]}' are
zsh-5.8/Doc/zsh.texi-8041-possible if the parameter is not an associative array.  If the
##############################################
zsh-5.8/Doc/zsh.texi-8282-arrays containing all the positional parameters;
zsh-5.8/Doc/zsh.texi:8283:thus `@t{$argv[}@var{n}@t{]}', etc., is equivalent to simply `@t{$}@var{n}'.
zsh-5.8/Doc/zsh.texi-8284-Note that the options @t{KSH_ARRAYS} or @t{KSH_ZERO_SUBSCRIPT} apply
zsh-5.8/Doc/zsh.texi-8285-to these arrays as well, so with either of those options set,
zsh-5.8/Doc/zsh.texi:8286:`@t{$@{argv[0]@}}' is equivalent to `@t{$1}' and so on.
zsh-5.8/Doc/zsh.texi-8287-
##############################################
zsh-5.8/Doc/zsh.texi-11787-unescaped newlines will cause an error message.
zsh-5.8/Doc/zsh.texi:11788:In double-quoted strings, it is made impossible to escape `@t{$}', `@t{`}'
zsh-5.8/Doc/zsh.texi-11789-or `@t{"}' (and `@t{\}' itself no longer needs escaping).
##############################################
zsh-5.8/Doc/zsh.texi-11817-than just `@t{$path[2]}') or to apply modifiers to any parameter
zsh-5.8/Doc/zsh.texi:11818:(`@t{$@{PWD:h@}}' rather than `@t{$PWD:h}').
zsh-5.8/Doc/zsh.texi-11819-
##############################################
zsh-5.8/Doc/zsh.texi-14177-but they can explicitly specify the @var{n}th argument is to be used by
zsh-5.8/Doc/zsh.texi:14178:replacing `@t{%}' by `@t{%}@var{n}@t{$}' and `@t{*}' by `@t{*}@var{n}@t{$}'.
zsh-5.8/Doc/zsh.texi-14179-It is recommended that you do not mix references of this explicit style
##############################################
zsh-5.8/Doc/zsh.texi-21652-will not add a space to words generated from the expansion of a
zsh-5.8/Doc/zsh.texi:21653:substitution of the form `@t{$(}@var{...}@t{)}' or `@t{$@{}@var{...}@t{@}}'.
zsh-5.8/Doc/zsh.texi-21654-
##############################################
zsh-5.8/Doc/zsh.texi-23234-first try to expand all substitutions in the string (such as
zsh-5.8/Doc/zsh.texi:23235:`@t{$(}@var{...}@t{)}' and `@t{$@{}@var{...}@t{@}}').
zsh-5.8/Doc/zsh.texi-23236-
##############################################
zsh-5.8/Doc/zsh.texi-23244-word will only be expanded if it doesn't have a suffix, i.e. if it is
zsh-5.8/Doc/zsh.texi:23245:something like `@t{~foo}' or `@t{$foo}' rather than `@t{~foo/}' or
zsh-5.8/Doc/zsh.texi-23246-`@t{$foo/bar}', unless that suffix itself contains characters eligible
##############################################
zsh-5.8/Doc/Zsh/cond.yo-134-var(string) is contained in variable tt(var) the expression
zsh-5.8/Doc/Zsh/cond.yo:135:`tt(${var[$MBEGIN,$MEND]})' is identical to `tt($MATCH)'.  The setting
zsh-5.8/Doc/Zsh/cond.yo-136-of the option tt(KSH_ARRAYS) is respected.  Likewise, the array
##############################################
zsh-5.8/Doc/Zsh/expn.yo-191-It may be omitted only if the word designator begins with a
zsh-5.8/Doc/Zsh/expn.yo:192:`tt(^)', `tt($)', `tt(*)', `tt(-)' or `tt(%)'.
zsh-5.8/Doc/Zsh/expn.yo-193-Word designators include:
##############################################
zsh-5.8/Doc/Zsh/expn.yo-983-In double quotes, array elements are put into separate words.
zsh-5.8/Doc/Zsh/expn.yo:984:E.g., `tt("${(@)foo}")' is equivalent to `tt("${foo[@]}")' and
zsh-5.8/Doc/Zsh/expn.yo:985:`tt("${(@)foo[1,2]}")' is the same as `tt("$foo[1]" "$foo[2]")'.
zsh-5.8/Doc/Zsh/expn.yo-986-This is distinct from em(field splitting) by the tt(f), tt(s)
##############################################
zsh-5.8/Doc/Zsh/expn.yo-996-This assigns an array parameter with `tt(${)...tt(=)...tt(})',
zsh-5.8/Doc/Zsh/expn.yo:997:`tt(${)...tt(:=)...tt(})' or `tt(${)...tt(::=)...tt(})'.
zsh-5.8/Doc/Zsh/expn.yo-998-If this flag is repeated (as in `tt(AA)'), assigns an associative
##############################################
zsh-5.8/Doc/Zsh/params.yo-8-characters and underscores, or the single characters
zsh-5.8/Doc/Zsh/params.yo:9:`tt(*)', `tt(@)', `tt(#)', `tt(?)', `tt(-)', `tt($)', or `tt(!)'.
zsh-5.8/Doc/Zsh/params.yo-10-A parameter whose name begins with an alphanumeric or underscore is also
##############################################
zsh-5.8/Doc/Zsh/params.yo-210-Subscripts may be used inside braces used to delimit a parameter name, thus
zsh-5.8/Doc/Zsh/params.yo:211:`tt(${foo[2]})' is equivalent to `tt($foo[2])'.  If the tt(KSH_ARRAYS)
zsh-5.8/Doc/Zsh/params.yo-212-option is set, the braced form is the only one that works, as bracketed
##############################################
zsh-5.8/Doc/Zsh/params.yo-231-appear within double quotes.
zsh-5.8/Doc/Zsh/params.yo:232:`tt("$foo[*]")' evaluates to `tt("$foo[1] $foo[2] )...tt(")', whereas
zsh-5.8/Doc/Zsh/params.yo:233:`tt("$foo[@]")' evaluates to `tt("$foo[1]" "$foo[2]" )...'.  For
zsh-5.8/Doc/Zsh/params.yo-234-associative arrays, `tt([*])' or `tt([@])' evaluate to all the values,
##############################################
zsh-5.8/Doc/Zsh/params.yo-252-from the end of the array tt(foo), and
zsh-5.8/Doc/Zsh/params.yo:253:`tt($foo[1,-1])' is the same as `tt($foo[*])'.
zsh-5.8/Doc/Zsh/params.yo-254-
##############################################
zsh-5.8/Doc/Zsh/params.yo-257-For example, if tt(FOO) is set to `tt(foobar)', then
zsh-5.8/Doc/Zsh/params.yo:258:`tt(echo $FOO[2,5])' prints `tt(ooba)'.  Note that
zsh-5.8/Doc/Zsh/params.yo-259-some forms of subscripting described below perform pattern matching,
##############################################
zsh-5.8/Doc/Zsh/params.yo-354-is the number of the matching element, so that pairs of subscripts such as
zsh-5.8/Doc/Zsh/params.yo:355:`tt($foo[(r)??,3])' and `tt($foo[(r)??,(r)f*])' are
zsh-5.8/Doc/Zsh/params.yo-356-possible if the parameter is not an associative array.  If the
##############################################
zsh-5.8/Doc/Zsh/params.yo-570-arrays containing all the positional parameters;
zsh-5.8/Doc/Zsh/params.yo:571:thus `tt($argv[)var(n)tt(])', etc., is equivalent to simply `tt($)var(n)'.
zsh-5.8/Doc/Zsh/params.yo-572-Note that the options tt(KSH_ARRAYS) or tt(KSH_ZERO_SUBSCRIPT) apply
zsh-5.8/Doc/Zsh/params.yo-573-to these arrays as well, so with either of those options set,
zsh-5.8/Doc/Zsh/params.yo:574:`tt(${argv[0]})' is equivalent to `tt($1)' and so on.
zsh-5.8/Doc/Zsh/params.yo-575-
##############################################
zsh-5.8/Doc/Zsh/options.yo-2018-unescaped newlines will cause an error message.
zsh-5.8/Doc/Zsh/options.yo:2019:In double-quoted strings, it is made impossible to escape `tt($)', `tt(`)'
zsh-5.8/Doc/Zsh/options.yo-2020-or `tt(")' (and `tt(\)' itself no longer needs escaping).
##############################################
zsh-5.8/Doc/Zsh/options.yo-2048-than just `tt($path[2])') or to apply modifiers to any parameter
zsh-5.8/Doc/Zsh/options.yo:2049:(`tt(${PWD:h})' rather than `tt($PWD:h)').
zsh-5.8/Doc/Zsh/options.yo-2050-)
##############################################
zsh-5.8/Doc/Zsh/compsys.yo-1182-will not add a space to words generated from the expansion of a
zsh-5.8/Doc/Zsh/compsys.yo:1183:substitution of the form `tt($LPAR())var(...)tt(RPAR())' or `tt(${)var(...)tt(})'.
zsh-5.8/Doc/Zsh/compsys.yo-1184-
##############################################
zsh-5.8/Doc/Zsh/compsys.yo-2610-first try to expand all substitutions in the string (such as
zsh-5.8/Doc/Zsh/compsys.yo:2611:`tt($LPAR())var(...)tt(RPAR())' and `tt(${)var(...)tt(})').
zsh-5.8/Doc/Zsh/compsys.yo-2612-
##############################################
zsh-5.8/Doc/Zsh/compsys.yo-2619-word will only be expanded if it doesn't have a suffix, i.e. if it is
zsh-5.8/Doc/Zsh/compsys.yo:2620:something like `tt(~foo)' or `tt($foo)' rather than `tt(~foo/)' or
zsh-5.8/Doc/Zsh/compsys.yo-2621-`tt($foo/bar)', unless that suffix itself contains characters eligible
##############################################
zsh-5.8/Doc/Zsh/redirect.yo-71-and `tt(\)' must be used to quote the characters
zsh-5.8/Doc/Zsh/redirect.yo:72:`tt(\)', `tt($)', `tt(`)' and the first character of var(word).
zsh-5.8/Doc/Zsh/redirect.yo-73-
##############################################
zsh-5.8/Doc/Zsh/builtins.yo-1373-but they can explicitly specify the var(n)th argument is to be used by
zsh-5.8/Doc/Zsh/builtins.yo:1374:replacing `tt(%)' by `tt(%)var(n)tt($)' and `tt(*)' by `tt(*)var(n)tt($)'.
zsh-5.8/Doc/Zsh/builtins.yo-1375-It is recommended that you do not mix references of this explicit style
##############################################
zsh-5.8/Doc/Zsh/grammar.yo-663-
zsh-5.8/Doc/Zsh/grammar.yo:664:A string enclosed between `tt($')' and `tt(')' is
zsh-5.8/Doc/Zsh/grammar.yo-665-processed the same way as the string arguments of the
##############################################
zsh-5.8/Doc/zshbuiltins.1-1503-but they can explicitly specify the \fIn\fPth argument is to be used by
zsh-5.8/Doc/zshbuiltins.1:1504:replacing `\fB%\fP\&' by `\fB%\fP\fIn\fP\fB$\fP' and `\fB*\fP' by `\fB*\fP\fIn\fP\fB$\fP'\&.
zsh-5.8/Doc/zshbuiltins.1-1505-It is recommended that you do not mix references of this explicit style
##############################################
zsh-5.8/Doc/Makefile.in-264-texi2html.conf: $(sdir_top)/Config/version.mk
zsh-5.8/Doc/Makefile.in:265:	d=`echo $(VERSION_DATE)`; \
zsh-5.8/Doc/Makefile.in-266-	v="<font size=\"-1\">Zsh version $(VERSION), released on $$d.</font>"; \
##############################################
zsh-5.8/Doc/Makefile.in-285-	    test ".$$2" = . || \
zsh-5.8/Doc/Makefile.in:286:		mod2=`sed -n '1{s|^COMMENT(!MOD!||;p;q;}' < $(sdir)/$$2`; \
zsh-5.8/Doc/Makefile.in-287-	    while test ".$$2" != .; do \
##############################################
zsh-5.8/Doc/Makefile.in-289-		test ".$$3" = . || \
zsh-5.8/Doc/Makefile.in:290:		    mod3=`sed -n '1{s|^COMMENT(!MOD!||;p;q;}' < $(sdir)/$$3`; \
zsh-5.8/Doc/Makefile.in-291-		echo "texinode(The $$mod2 Module)($${mod3:+The $$mod3 Module})($${mod1:+The $$mod1 Module})(Zsh Modules)"; \
##############################################
zsh-5.8/Doc/Makefile.in-332-	    test -s $$file || exit 1; \
zsh-5.8/Doc/Makefile.in:333:	    $(INSTALL_DATA) $$file $(DESTDIR)$(mandir)/man1/`echo $$file | sed 's|zsh|$(tzsh)|'` || exit 1; \
zsh-5.8/Doc/Makefile.in-334-	done
##############################################
zsh-5.8/Doc/Makefile.in-376-	for file in $(MAN); do \
zsh-5.8/Doc/Makefile.in:377:	    rm -f $(DESTDIR)$(mandir)/man1/`echo $$file | sed 's|zsh|$(tzsh)|'`; \
zsh-5.8/Doc/Makefile.in-378-	done
##############################################
zsh-5.8/Doc/help/printf-19-       in order but they can explicitly specify the nth argument is  to
zsh-5.8/Doc/help/printf:20:       be  used by replacing `%' by `%n$' and `*' by `*n$'.  It is rec-
zsh-5.8/Doc/help/printf-21-       ommended that you do not mix references of this  explicit  style
##############################################
zsh-5.8/Makefile.in-165-	    $(MAKE) $(MAKEDEFS)
zsh-5.8/Makefile.in:166:	echo '#define ZSH_PATCHLEVEL "'`cd $(sdir_top) && git describe --tags --long --abbrev=7`'"' >$(DISTNAME)/Src/patchlevel.h.release
zsh-5.8/Makefile.in-167-	tar cf - $(DISTNAME) | xz -9 > $@
##############################################
zsh-5.8/Src/Makemod.in.in-87-	(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < $<) \
zsh-5.8/Src/Makemod.in.in:88:		> `echo $@ | sed 's/\.epro$$/.pro/'`
zsh-5.8/Src/Makemod.in.in-89-
##############################################
zsh-5.8/Src/mkmakemod.sh-82-
zsh-5.8/Src/mkmakemod.sh:83:top_srcdir=`echo $top_srcdir | sed "$sed_normalise"`
zsh-5.8/Src/mkmakemod.sh-84-the_subdir=$1
##############################################
zsh-5.8/Src/mkmakemod.sh-88-
zsh-5.8/Src/mkmakemod.sh:89:    dir_top=`echo $the_subdir | sed 's,[^/][^/]*,..,g'`
zsh-5.8/Src/mkmakemod.sh-90-
##############################################
zsh-5.8/Src/mkmakemod.sh-129-	    $the_subdir/*/*)
zsh-5.8/Src/mkmakemod.sh:130:		lastsub=`echo $modfile | sed 's,^'$the_subdir'/,,;s,/[^/]*$,,'`
zsh-5.8/Src/mkmakemod.sh-131-		case "$all_subdirs " in
##############################################
zsh-5.8/Src/mkmakemod.sh-138-	    $the_subdir/*)
zsh-5.8/Src/mkmakemod.sh:139:		mddname=`echo $modfile | sed 's,^.*/,,;s,\.mdd$,,'`
zsh-5.8/Src/mkmakemod.sh-140-		here_mddnames="$here_mddnames $mddname"
##############################################
zsh-5.8/Src/mkmakemod.sh-174-	Src) modobjs_sed= ;;
zsh-5.8/Src/mkmakemod.sh:175:	Src/*) modobjs_sed="| sed 's\" \" "`echo $the_subdir | sed 's,^Src/,,'`"/\"g' " ;;
zsh-5.8/Src/mkmakemod.sh-176-	*) modobjs_sed="| sed 's\" \" ../$the_subdir/\"g' " ;;
##############################################
zsh-5.8/Src/mkmakemod.sh-190-	. $top_srcdir/$the_subdir/${mddname}.mdd
zsh-5.8/Src/mkmakemod.sh:191:	q_name=`echo $name | sed 's,Q,Qq,g;s,_,Qu,g;s,/,Qs,g'`
zsh-5.8/Src/mkmakemod.sh-192-	test -n "${moddeps+set}" || moddeps=
##############################################
zsh-5.8/Src/mkmakemod.sh-194-	test -n "${proto+set}" ||
zsh-5.8/Src/mkmakemod.sh:195:	    proto=`echo $objects '' | sed 's,\.o ,.syms ,g'`
zsh-5.8/Src/mkmakemod.sh-196-
zsh-5.8/Src/mkmakemod.sh:197:	dobjects=`echo $objects '' | sed 's,\.o ,..o ,g'`
zsh-5.8/Src/mkmakemod.sh-198-	modhdeps=
##############################################
zsh-5.8/Src/mkmakemod.sh-205-	      sed -e 's/^.* modfile=//' -e 's/ .*//'`"
zsh-5.8/Src/mkmakemod.sh:206:	    q_dep=`echo $dep | sed 's,Q,Qq,g;s,_,Qu,g;s,/,Qs,g'`
zsh-5.8/Src/mkmakemod.sh-207-	    q_moddeps="$q_moddeps $q_dep"
zsh-5.8/Src/mkmakemod.sh:208:	    eval `echo $depfile | sed 's,/\([^/]*\)\.mdd$,;depbase=\1,;s,^,loc=,'`
zsh-5.8/Src/mkmakemod.sh-209-	    case "$binmod" in
##############################################
zsh-5.8/Src/mkmakemod.sh-294-	echo "SYMS_${mddname} = $proto"
zsh-5.8/Src/mkmakemod.sh:295:	echo "EPRO_${mddname} = "`echo $proto '' | sed 's,\.syms ,.epro ,g'`
zsh-5.8/Src/mkmakemod.sh-296-	echo "INCS_${mddname} = \$(EPRO_${mddname}) $otherincs"
##############################################
zsh-5.8/Src/mkmakemod.sh-316-	    ;; esac
zsh-5.8/Src/mkmakemod.sh:317:	    instsubdir=`echo $name | sed 's,^,/,;s,/[^/]*$,,'`
zsh-5.8/Src/mkmakemod.sh-318-	    echo "install.modules.${mddname}: ${mddname}.\$(DL_EXT)"
##############################################
zsh-5.8/Src/zsh.mdd-31-	$(AWK) -f $(sdir)/signames1.awk @SIGNAL_H@ >sigtmp.c
zsh-5.8/Src/zsh.mdd:32:	case "`$(CPP) --version </dev/null 2>&1`" in \
zsh-5.8/Src/zsh.mdd-33-	*"Free Software Foundation"*) \
##############################################
zsh-5.8/Src/zsh.mdd-56-	else \
zsh-5.8/Src/zsh.mdd:57:	  echo '#define ZSH_PATCHLEVEL "'`cd $(sdir) && git describe --tags --long --abbrev=7`'"' > $@.tmp; \
zsh-5.8/Src/zsh.mdd-58-	  cmp $@ $@.tmp >/dev/null 2>&1 && rm -f $@.tmp || mv -f $@.tmp $@; \
##############################################
zsh-5.8/Src/zsh.mdd-99-	    done | grep -v Scripts | sort | uniq`; \
zsh-5.8/Src/zsh.mdd:100:	    fpath_tmp=`echo $$fpath_tmp | sed 's/ /\", \"/g'`; \
zsh-5.8/Src/zsh.mdd-101-	    echo "#define FPATH_SUBDIRS { \"$$fpath_tmp\" }" \
##############################################
zsh-5.8/Src/zsh.mdd-105-	@if test x$(additionalfpath) != x; then \
zsh-5.8/Src/zsh.mdd:106:	  fpath_tmp="`echo $(additionalfpath) | sed -e 's:,:\", \":g'`"; \
zsh-5.8/Src/zsh.mdd-107-	  echo "#define ADDITIONAL_FPATH { \"$$fpath_tmp\" }" >> zshpaths.h.tmp; \
##############################################
zsh-5.8/Src/mkbltnmlst.sh-7-
zsh-5.8/Src/mkbltnmlst.sh:8:srcdir=${srcdir-`echo $0|sed 's%/[^/][^/]*$%%'`}
zsh-5.8/Src/mkbltnmlst.sh-9-test "x$srcdir" = "x$0" && srcdir=.
##############################################
zsh-5.8/Src/mkbltnmlst.sh-81-for bin_mod in $bin_mods; do
zsh-5.8/Src/mkbltnmlst.sh:82:    q_bin_mod=`echo $bin_mod | sed 's,Q,Qq,g;s,_,Qu,g;s,/,Qs,g'`
zsh-5.8/Src/mkbltnmlst.sh-83-    modfile="`grep '^name='$bin_mod' ' $CFMOD | sed -e 's/^.* modfile=//' \
##############################################
zsh-5.8/Src/mkbltnmlst.sh-94-		echo "    /* depends on \`$dep' */" ;;
zsh-5.8/Src/mkbltnmlst.sh:95:	    *)	echo >&2 "ERROR: linked-in module \`$bin_mod' depends on \`$dep'"
zsh-5.8/Src/mkbltnmlst.sh-96-		rm -f $1
##############################################
zsh-5.8/Src/hist.c-3174-	    if (out) {
zsh-5.8/Src/hist.c:3175:		fprintf(out, "%ld %s\n", (long)getpid(), getsparam("HOST"));
zsh-5.8/Src/hist.c-3176-		fclose(out);
##############################################
zsh-5.8/Src/hist.c-3228-	    if (out) {
zsh-5.8/Src/hist.c:3229:		fprintf(out, "%ld %s\n", (long)mypid, getsparam("HOST"));
zsh-5.8/Src/hist.c-3230-		fclose(out);
##############################################
zsh-5.8/Src/Modules/system.mdd-17-		$(AWK) -f $(sdir)/errnames1.awk @ERRNO_H@ >errtmp.c; \
zsh-5.8/Src/Modules/system.mdd:18:		case "`$(CPP) --version </dev/null 2>&1`" in \
zsh-5.8/Src/Modules/system.mdd-19-		*"Free Software Foundation"*) \
##############################################
zsh-5.8/Src/Modules/tcp.c-104-{
zsh-5.8/Src/Modules/tcp.c:105:    return (dst->s_addr = inet_addr(src)) != INADDR_NONE;
zsh-5.8/Src/Modules/tcp.c-106-}
##############################################
zsh-5.8/Src/Modules/tcp.c-580-		{
zsh-5.8/Src/Modules/tcp.c:581:		    zthost = gethostbyaddr((const void *)&(sess->sock.in.sin_addr), sizeof(sess->sock.in.sin_addr), AF_INET);
zsh-5.8/Src/Modules/tcp.c-582-		    if (zthost)
##############################################
zsh-5.8/Src/Modules/tcp.c-585-			localname = inet_ntoa(sess->sock.in.sin_addr);
zsh-5.8/Src/Modules/tcp.c:586:		    ztpeer = gethostbyaddr((const void *)&(sess->peer.in.sin_addr), sizeof(sess->peer.in.sin_addr), AF_INET);
zsh-5.8/Src/Modules/tcp.c-587-		    if (ztpeer)
##############################################
zsh-5.8/Src/Modules/pcre.mdd-1-name=zsh/pcre
zsh-5.8/Src/Modules/pcre.mdd:2:link=`if test x$enable_pcre = xyes && (pcre-config --version >/dev/null 2>/dev/null); then echo dynamic; else echo no; fi`
zsh-5.8/Src/Modules/pcre.mdd-3-load=no
##############################################
zsh-5.8/Src/Modules/langinfo.mdd-2-
zsh-5.8/Src/Modules/langinfo.mdd:3:link=`if test x$ac_cv_func_nl_langinfo; then echo either; else echo no; fi`
zsh-5.8/Src/Modules/langinfo.mdd-4-load=no
##############################################
zsh-5.8/Src/Makefile.in-210-	if test -f Makemod; then \
zsh-5.8/Src/Makefile.in:211:	  $(MAKE) -f Makemod $(MAKEDEFS) `echo $@ | sed 's/-modules//'`; \
zsh-5.8/Src/Makefile.in-212-	fi; \
##############################################
zsh-5.8/debian/bin/commit2quilt-47-commitid="$1"
zsh-5.8/debian/bin/commit2quilt:48:shortid="`echo -n $commitid | cut -c1-8`"
zsh-5.8/debian/bin/commit2quilt:49:desc="`git show $commitid | egrep '^    [^ ]' | head -1 | sed -e 's/^[- *:]*//'`"
zsh-5.8/debian/bin/commit2quilt:50:filename="cherry-pick-$shortid-`echo "$desc" | tr -c 'a-zA-Z0-9' '-' | tr 'A-Z' 'a-z' | sed -e 's/--*/-/g;s/-$//'`.patch"
zsh-5.8/debian/bin/commit2quilt-51-echo "$filename"
##############################################
zsh-5.8/debian/examples/old/compctl.dpkg-19-function DpkgPackages {
zsh-5.8/debian/examples/old/compctl.dpkg:20:        reply=(`grep '^Package:' /var/lib/dpkg/status | awk '{ print $2 }'`)
zsh-5.8/debian/examples/old/compctl.dpkg-21-}
##############################################
zsh-5.8/debian/examples/old/jhm.zshrc-399-          pcc-struct-return pic PIC reg-struct-return shared-data short-enums 
zsh-5.8/debian/examples/old/jhm.zshrc:400:          short-double volatile volatile-global volatile-static verbose-asm 
zsh-5.8/debian/examples/old/jhm.zshrc-401-          pack-struct stack-check argument-alias argument-noalias 
##############################################
zsh-5.8/debian/pkg-zsh-workflow_outdated.md-61-* File names of patches which are cherry-picked from upstream should be prefixed
zsh-5.8/debian/pkg-zsh-workflow_outdated.md:62:  with `cherry-pick-$shortcommitid` where `$shortcommitid` are the
zsh-5.8/debian/pkg-zsh-workflow_outdated.md-63-  first 8 characters of the upstream git commit id.
##############################################
zsh-5.8/debian/pkg-zsh-workflow_outdated.md-76-Except for the obvious case of a cherry-picked patch from upstream
zsh-5.8/debian/pkg-zsh-workflow_outdated.md:77:(which should contain an `Origin: commit $commitid` header), it is
zsh-5.8/debian/pkg-zsh-workflow_outdated.md-78-important that the fields `Forwarded` and `Applied-Upstream` are kept
##############################################
zsh-5.8/debian/pkg-zsh-workflow_outdated.md-169-debian/changelog file should be updated and the resulting commit
zsh-5.8/debian/pkg-zsh-workflow_outdated.md:170:should be tagged `debian/${zsh_version}-${n+1}`.
zsh-5.8/debian/pkg-zsh-workflow_outdated.md-171-
##############################################
zsh-5.8/debian/pkg-zsh-workflow_outdated.md-179-
zsh-5.8/debian/pkg-zsh-workflow_outdated.md:180:Changelog entries should be prefixed by a `[$hashsum] ` string, where
zsh-5.8/debian/pkg-zsh-workflow_outdated.md:181:`$hashsum` is a string that represents the first eight characters of
zsh-5.8/debian/pkg-zsh-workflow_outdated.md-182-commit the changelog entry was generated from.
##############################################
zsh-5.8/debian/pkg-zsh-workflow_outdated.md-206-
zsh-5.8/debian/pkg-zsh-workflow_outdated.md:207:### Merging new upstream tag (`zsh-$version`) into our upstream branch
zsh-5.8/debian/pkg-zsh-workflow_outdated.md-208-
##############################################
zsh-5.8/debian/pkg-zsh-workflow_outdated.md-357-has updated `debian/changelog` and the resulting commit should be
zsh-5.8/debian/pkg-zsh-workflow_outdated.md:358:tagged as `debian/${new_zsh_version}-1`.
zsh-5.8/debian/pkg-zsh-workflow_outdated.md-359-
##############################################
zsh-5.8/debian/pkg-zsh-workflow_outdated.md-398-
zsh-5.8/debian/pkg-zsh-workflow_outdated.md:399:Where `$user` is your Alioth login. (Note, that this may be something
zsh-5.8/debian/pkg-zsh-workflow_outdated.md-400-with a `-guest` suffix, in case you're not a Debian Developer.)
##############################################
zsh-5.8/debian/tests/adequate-5-
zsh-5.8/debian/tests/adequate:6:adequate `awk '$1 == "Package:" {print $2}' < debian/control` >&2
##############################################
zsh-5.8/debian/tests/run-testsuite-44-
zsh-5.8/debian/tests/run-testsuite:45:ZTST_testlist="`for f in $ZTST_testdir/$TESTNUM*.ztst; do echo $f; done`" \
zsh-5.8/debian/tests/run-testsuite-46-ZTST_srcdir="$ZTST_testdir"
##############################################
zsh-5.8/.pc/cross-compile.diff/aczsh.m4-603-EOF_SED
zsh-5.8/.pc/cross-compile.diff/aczsh.m4:604:zsh_transform_name=`echo "${program_transform_name}" | sed -f conftestsed`
zsh-5.8/.pc/cross-compile.diff/aczsh.m4-605-rm -f conftestsed
zsh-5.8/.pc/cross-compile.diff/aczsh.m4:606:tzsh_name=`echo zsh | sed -e "${zsh_transform_name}"`
zsh-5.8/.pc/cross-compile.diff/aczsh.m4-607-# Double any \ or $ in the transformed name that results.
##############################################
zsh-5.8/.pc/cross-compile.diff/aczsh.m4-610-EOF_SED
zsh-5.8/.pc/cross-compile.diff/aczsh.m4:611:tzsh=`echo ${tzsh_name} | sed -f conftestsed`
zsh-5.8/.pc/cross-compile.diff/aczsh.m4-612-rm -f conftestsed
##############################################
zsh-5.8/.pc/example-shebang.patch/Util/reporter-172-
zsh-5.8/.pc/example-shebang.patch/Util/reporter:173:for reporter_each in `echo $PATH | sed -e 's/:/ /g'`
zsh-5.8/.pc/example-shebang.patch/Util/reporter-174-do
##############################################
zsh-5.8/.pc/example-shebang.patch/Util/reporter-197-echo '# START zsh saveset'
zsh-5.8/.pc/example-shebang.patch/Util/reporter:198:echo '# uname: ' `eval $reporter_uname -a`
zsh-5.8/.pc/example-shebang.patch/Util/reporter-199-echo
##############################################
zsh-5.8/aczsh.m4-603-EOF_SED
zsh-5.8/aczsh.m4:604:zsh_transform_name=`echo "${program_transform_name}" | sed -f conftestsed`
zsh-5.8/aczsh.m4-605-rm -f conftestsed
zsh-5.8/aczsh.m4:606:tzsh_name=`echo zsh | sed -e "${zsh_transform_name}"`
zsh-5.8/aczsh.m4-607-# Double any \ or $ in the transformed name that results.
##############################################
zsh-5.8/aczsh.m4-610-EOF_SED
zsh-5.8/aczsh.m4:611:tzsh=`echo ${tzsh_name} | sed -f conftestsed`
zsh-5.8/aczsh.m4-612-rm -f conftestsed