===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
noweb-2.11b/contrib/kaelin/pp.nw-188-write("@literal \\def\\begcom{\\begingroup\\rm" ||
noweb-2.11b/contrib/kaelin/pp.nw:189:   "\\catcode`\\$=3\\catcode`\\^=7\\catcode`\\_=8{}}")
noweb-2.11b/contrib/kaelin/pp.nw-190-write("@literal \\def\\endcom{\\endgroup}")
##############################################
noweb-2.11b/contrib/kostas/pp.nw-512-We have the following unresolved issue, exemplified by Icon.  The current filter
noweb-2.11b/contrib/kostas/pp.nw:513:translates the symbol ``\&''as ``$\land$'', even though ``\&'' is {\em not\/} in
noweb-2.11b/contrib/kostas/pp.nw-514-Icon's [[special]].  This happens because ``\&'' is in Icon's [[res_word_chars]], and
##############################################
noweb-2.11b/contrib/norman/htmlgif/pstopbm-46-
noweb-2.11b/contrib/norman/htmlgif/pstopbm:47:set foo `psbb $tmp`
noweb-2.11b/contrib/norman/htmlgif/pstopbm-48-shift
##############################################
noweb-2.11b/contrib/norman/htmlgif/pstopbm-52-  llx="$1" lly="$2" urx="$3" ury="$4"
noweb-2.11b/contrib/norman/htmlgif/pstopbm:53:  llx=`expr $llx - $leftborder`
noweb-2.11b/contrib/norman/htmlgif/pstopbm:54:  lly=`expr $lly - $lowerborder`
noweb-2.11b/contrib/norman/htmlgif/pstopbm:55:  urx=`expr $urx + $rightborder`
noweb-2.11b/contrib/norman/htmlgif/pstopbm:56:  ury=`expr $ury + $upperborder`
noweb-2.11b/contrib/norman/htmlgif/pstopbm:57:  width=`expr $urx - $llx`
noweb-2.11b/contrib/norman/htmlgif/pstopbm:58:  height=`expr $ury - $lly`
noweb-2.11b/contrib/norman/htmlgif/pstopbm-59-  
##############################################
noweb-2.11b/contrib/ydirson/inheritlang-45-	  die "Chunk cannot inherits languages \`$chunklangs{$child}' and " .
noweb-2.11b/contrib/ydirson/inheritlang:46:	    "\`$chunklangs{$thischunk}': \`$child'\n";
noweb-2.11b/contrib/ydirson/inheritlang-47-	}
##############################################
noweb-2.11b/examples/wc.nw-20- mathematical symbols in place of C~symbols (e.g.
noweb-2.11b/examples/wc.nw:21:``$\land$'' for ``{\tt \&\&}'').
noweb-2.11b/examples/wc.nw-22-{\tt noweb} uses a single fixed-width font for code.
##############################################
noweb-2.11b/src/awk/noindex.nw-9-if [ $# -ne 1 ]; then
noweb-2.11b/src/awk/noindex.nw:10:  echo "Usage: `basename $0` file[.tex]" 1>&2
noweb-2.11b/src/awk/noindex.nw-11-  exit 1
##############################################
noweb-2.11b/src/awk/noindex-3-if [ $# -ne 1 ]; then
noweb-2.11b/src/awk/noindex:4:  echo "Usage: `basename $0` file[.tex]" 1>&2
noweb-2.11b/src/awk/noindex-5-  exit 1
##############################################
noweb-2.11b/src/icon/totex.nw-346-is used (Icon, for example, is often typeset in a sans-serif font).
noweb-2.11b/src/icon/totex.nw:347:Codes for `[[$]]', `[[&]]', `[[#]]', `[[^]]', `[[_]]', `[[~]]' and
noweb-2.11b/src/icon/totex.nw-348-`[[%]]' use 
##############################################
noweb-2.11b/src/lib/h2a-5-case $1 in
noweb-2.11b/src/lib/h2a:6:  -[0-9]*) opts="$opts -width=`expr 0 - $1`" ; shift ;;
noweb-2.11b/src/lib/h2a-7-esac
##############################################
noweb-2.11b/src/shell/noweb.nw-53-<<write {\TeX} output>>=
noweb-2.11b/src/shell/noweb.nw:54:texname=`echo $source | sed '/\./s/\.[^.]*$//'`
noweb-2.11b/src/shell/noweb.nw-55-texname="$texname.tex"
##############################################
noweb-2.11b/src/shell/detangle-21-        -L*) ;; # deliberately ignore requests for #line
noweb-2.11b/src/shell/detangle:22:        -w[0-9][0-9]*)    width=`echo $1 | sed 's/^-w//'` ;;
noweb-2.11b/src/shell/detangle-23-	-filter) filters=" | $filters $2 " ; shift ;;
##############################################
noweb-2.11b/src/shell/nodefs-14-      if [ -r $i ]; then
noweb-2.11b/src/shell/nodefs:15:        echo "This `basename $0` supports -autodefs $i" | 
noweb-2.11b/src/shell/nodefs-16-                            sed "s@$LIB/autodefs\.@@" 1>&2
##############################################
noweb-2.11b/src/shell/nodefs-20-    if [ -z "$foundautodefs" ]; then
noweb-2.11b/src/shell/nodefs:21:      echo "This `basename $0` does not support -autodefs"
noweb-2.11b/src/shell/nodefs-22-    fi
##############################################
noweb-2.11b/src/shell/noweb-25-  if [ -n "$tex" ]; then
noweb-2.11b/src/shell/noweb:26:    texname=`echo $source | sed '/\./s/\.[^.]*$//'`
noweb-2.11b/src/shell/noweb-27-    texname="$texname.tex"
##############################################
noweb-2.11b/src/shell/zzz-35-
noweb-2.11b/src/shell/zzz:36:base="`basename $1 | sed '/\./s/\.[^.]*$//'`"
noweb-2.11b/src/shell/zzz-37-tagsfile="$base.nwt"
##############################################
noweb-2.11b/src/shell/cpif-13--eq|-ne)	op=$1; shift ;;
noweb-2.11b/src/shell/cpif:14:-*)		echo 'Usage: '`basename $0`' [ -eq -ne ] file...' 1>&2; exit 2
noweb-2.11b/src/shell/cpif-15-esac
noweb-2.11b/src/shell/cpif-16-case $# in
noweb-2.11b/src/shell/cpif:17:0)		echo 'Usage: '`basename $0`' [ -eq -ne ] file...' 1>&2; exit 2
noweb-2.11b/src/shell/cpif-18-esac
##############################################
noweb-2.11b/src/shell/roff.mm-1626-
noweb-2.11b/src/shell/roff.mm:1627:base="`basename $1 | sed '/\./s/\.[^.]*$//'`"
noweb-2.11b/src/shell/roff.mm-1628-tagsfile="$base.nwt"
##############################################
noweb-2.11b/src/shell/noroff-35-
noweb-2.11b/src/shell/noroff:36:base="`basename $1 | sed '/\./s/\.[^.]*$//'`"
noweb-2.11b/src/shell/noroff-37-tagsfile="$base.nwt"
##############################################
noweb-2.11b/src/shell/roff.nw-663-
noweb-2.11b/src/shell/roff.nw:664:base="`basename $1 | sed '/\./s/\.[^.]*$//'`"
noweb-2.11b/src/shell/roff.nw-665-tagsfile="$base.nwt"
##############################################
noweb-2.11b/src/shell/noweave-64-                     if [ -r $i ]; then
noweb-2.11b/src/shell/noweave:65:                       echo "This `basename $0` supports -autodefs $i" | 
noweb-2.11b/src/shell/noweave-66-                                           sed "s@$LIB/autodefs\.@@" 1>&2
##############################################
noweb-2.11b/src/shell/noweave-70-                   if [ -z "$foundautodefs" ]; then
noweb-2.11b/src/shell/noweave:71:                     echo "This `basename $0` does not support -autodefs"
noweb-2.11b/src/shell/noweave-72-                   fi; exit 1 ;;
##############################################
noweb-2.11b/src/shell/noweave.nw-330-  if [ -r $i ]; then
noweb-2.11b/src/shell/noweave.nw:331:    echo "This `basename $0` supports -autodefs $i" | 
noweb-2.11b/src/shell/noweave.nw-332-                        sed "s@$LIB/autodefs\.@@" 1>&2
##############################################
noweb-2.11b/src/shell/noweave.nw-336-if [ -z "$foundautodefs" ]; then
noweb-2.11b/src/shell/noweave.nw:337:  echo "This `basename $0` does not support -autodefs"
noweb-2.11b/src/shell/noweave.nw-338-fi
##############################################
noweb-2.11b/src/shell/nountangle-23-        -L*) ;; # deliberately ignore requests for #line
noweb-2.11b/src/shell/nountangle:24:        -w[0-9][0-9]*)    width=`echo $1 | sed 's/^-w//'` ;;
noweb-2.11b/src/shell/nountangle-25-	-filter) filters=" $filters | $2 " ; shift ;;
##############################################
noweb-2.11b/src/awkname-3-  1) ;;
noweb-2.11b/src/awkname:4:  *) echo "Usage: `basename $0` [awk|nawk|gawk]" 1>&2; exit 1
noweb-2.11b/src/awkname-5-esac
##############################################
noweb-2.11b/debian/patches/02_tmp_fix.dpatch-91-@@ -17,7 +17,7 @@
noweb-2.11b/debian/patches/02_tmp_fix.dpatch:92: 0)		echo 'Usage: '`basename $0`' [ -eq -ne ] file...' 1>&2; exit 2
noweb-2.11b/debian/patches/02_tmp_fix.dpatch-93- esac
##############################################
noweb-2.11b/debian/patches/05_security_CVE-2005-3342.dpatch-32-@@ -6,7 +6,7 @@
noweb-2.11b/debian/patches/05_security_CVE-2005-3342.dpatch:33:   -[0-9]*) opts="$opts -width=`expr 0 - $1`" ; shift ;;
noweb-2.11b/debian/patches/05_security_CVE-2005-3342.dpatch-34- esac
##############################################
noweb-2.11b/debian/patches/08_tmac_dir.dpatch-16- 
noweb-2.11b/debian/patches/08_tmac_dir.dpatch:17: base="`basename $1 | sed '/\./s/\.[^.]*$//'`"
noweb-2.11b/debian/patches/08_tmac_dir.dpatch-18- tagsfile="$base.nwt"
##############################################
noweb-2.11b/debian/patches/08_tmac_dir.dpatch-36- 
noweb-2.11b/debian/patches/08_tmac_dir.dpatch:37: base="`basename $1 | sed '/\./s/\.[^.]*$//'`"
noweb-2.11b/debian/patches/08_tmac_dir.dpatch-38- tagsfile="$base.nwt"
##############################################
noweb-2.11b/debian/patches/14_nountangle_filters.dpatch-10-         -L*) ;; # deliberately ignore requests for #line
noweb-2.11b/debian/patches/14_nountangle_filters.dpatch:11:         -w[0-9][0-9]*)    width=`echo $1 | sed 's/^-w//'` ;;
noweb-2.11b/debian/patches/14_nountangle_filters.dpatch-12--	-filter) filters=" | $filters $2 " ; shift ;;
##############################################
noweb-2.11b/debian/patches/recursive-make-special-variable.diff-8-@@ -9,14 +9,14 @@
noweb-2.11b/debian/patches/recursive-make-special-variable.diff:9: CINAME=-Nv`echo $(VERSION) | tr . _`
noweb-2.11b/debian/patches/recursive-make-special-variable.diff-10- CIMSG=-f -m'standard checkin preparing to export version $(VERSION)'
##############################################
noweb-2.11b/.pc/02_tmp_fix.dpatch/contrib/norman/htmlgif/pstopbm-46-
noweb-2.11b/.pc/02_tmp_fix.dpatch/contrib/norman/htmlgif/pstopbm:47:set foo `psbb $tmp`
noweb-2.11b/.pc/02_tmp_fix.dpatch/contrib/norman/htmlgif/pstopbm-48-shift
##############################################
noweb-2.11b/.pc/02_tmp_fix.dpatch/contrib/norman/htmlgif/pstopbm-52-  llx="$1" lly="$2" urx="$3" ury="$4"
noweb-2.11b/.pc/02_tmp_fix.dpatch/contrib/norman/htmlgif/pstopbm:53:  llx=`expr $llx - $leftborder`
noweb-2.11b/.pc/02_tmp_fix.dpatch/contrib/norman/htmlgif/pstopbm:54:  lly=`expr $lly - $lowerborder`
noweb-2.11b/.pc/02_tmp_fix.dpatch/contrib/norman/htmlgif/pstopbm:55:  urx=`expr $urx + $rightborder`
noweb-2.11b/.pc/02_tmp_fix.dpatch/contrib/norman/htmlgif/pstopbm:56:  ury=`expr $ury + $upperborder`
noweb-2.11b/.pc/02_tmp_fix.dpatch/contrib/norman/htmlgif/pstopbm:57:  width=`expr $urx - $llx`
noweb-2.11b/.pc/02_tmp_fix.dpatch/contrib/norman/htmlgif/pstopbm:58:  height=`expr $ury - $lly`
noweb-2.11b/.pc/02_tmp_fix.dpatch/contrib/norman/htmlgif/pstopbm-59-  
##############################################
noweb-2.11b/.pc/02_tmp_fix.dpatch/src/awkname-3-  1) ;;
noweb-2.11b/.pc/02_tmp_fix.dpatch/src/awkname:4:  *) echo "Usage: `basename $0` [awk|nawk|gawk]" 1>&2; exit 1
noweb-2.11b/.pc/02_tmp_fix.dpatch/src/awkname-5-esac
##############################################
noweb-2.11b/.pc/02_tmp_fix.dpatch/src/shell/cpif-13--eq|-ne)	op=$1; shift ;;
noweb-2.11b/.pc/02_tmp_fix.dpatch/src/shell/cpif:14:-*)		echo 'Usage: '`basename $0`' [ -eq -ne ] file...' 1>&2; exit 2
noweb-2.11b/.pc/02_tmp_fix.dpatch/src/shell/cpif-15-esac
noweb-2.11b/.pc/02_tmp_fix.dpatch/src/shell/cpif-16-case $# in
noweb-2.11b/.pc/02_tmp_fix.dpatch/src/shell/cpif:17:0)		echo 'Usage: '`basename $0`' [ -eq -ne ] file...' 1>&2; exit 2
noweb-2.11b/.pc/02_tmp_fix.dpatch/src/shell/cpif-18-esac
##############################################
noweb-2.11b/.pc/05_security_CVE-2005-3342.dpatch/src/lib/h2a-5-case $1 in
noweb-2.11b/.pc/05_security_CVE-2005-3342.dpatch/src/lib/h2a:6:  -[0-9]*) opts="$opts -width=`expr 0 - $1`" ; shift ;;
noweb-2.11b/.pc/05_security_CVE-2005-3342.dpatch/src/lib/h2a-7-esac
##############################################
noweb-2.11b/.pc/05_security_CVE-2005-3342.dpatch/src/shell/roff.mm-1626-
noweb-2.11b/.pc/05_security_CVE-2005-3342.dpatch/src/shell/roff.mm:1627:base="`basename $1 | sed '/\./s/\.[^.]*$//'`"
noweb-2.11b/.pc/05_security_CVE-2005-3342.dpatch/src/shell/roff.mm-1628-tagsfile="$base.nwt"
##############################################
noweb-2.11b/.pc/05_security_CVE-2005-3342.dpatch/src/shell/roff.nw-662-
noweb-2.11b/.pc/05_security_CVE-2005-3342.dpatch/src/shell/roff.nw:663:base="`basename $1 | sed '/\./s/\.[^.]*$//'`"
noweb-2.11b/.pc/05_security_CVE-2005-3342.dpatch/src/shell/roff.nw-664-tagsfile="$base.nwt"
##############################################
noweb-2.11b/.pc/06_roff_output.dpatch/src/shell/noroff-35-
noweb-2.11b/.pc/06_roff_output.dpatch/src/shell/noroff:36:base="`basename $1 | sed '/\./s/\.[^.]*$//'`"
noweb-2.11b/.pc/06_roff_output.dpatch/src/shell/noroff-37-tagsfile="$base.nwt"
##############################################
noweb-2.11b/.pc/08_tmac_dir.dpatch/src/shell/noroff-35-
noweb-2.11b/.pc/08_tmac_dir.dpatch/src/shell/noroff:36:base="`basename $1 | sed '/\./s/\.[^.]*$//'`"
noweb-2.11b/.pc/08_tmac_dir.dpatch/src/shell/noroff-37-tagsfile="$base.nwt"
##############################################
noweb-2.11b/.pc/08_tmac_dir.dpatch/src/shell/roff.nw-663-
noweb-2.11b/.pc/08_tmac_dir.dpatch/src/shell/roff.nw:664:base="`basename $1 | sed '/\./s/\.[^.]*$//'`"
noweb-2.11b/.pc/08_tmac_dir.dpatch/src/shell/roff.nw-665-tagsfile="$base.nwt"
##############################################
noweb-2.11b/.pc/09_awk.dpatch/src/awkname-3-  1) ;;
noweb-2.11b/.pc/09_awk.dpatch/src/awkname:4:  *) echo "Usage: `basename $0` [awk|nawk|gawk]" 1>&2; exit 1
noweb-2.11b/.pc/09_awk.dpatch/src/awkname-5-esac
##############################################
noweb-2.11b/.pc/13_bashism.dpatch/src/shell/noweave-64-                     if [ -r $i ]; then
noweb-2.11b/.pc/13_bashism.dpatch/src/shell/noweave:65:                       echo "This `basename $0` supports -autodefs $i" | 
noweb-2.11b/.pc/13_bashism.dpatch/src/shell/noweave-66-                                           sed "s@$LIB/autodefs\.@@" 1>&2
##############################################
noweb-2.11b/.pc/13_bashism.dpatch/src/shell/noweave-70-                   if [ -z "$foundautodefs" ]; then
noweb-2.11b/.pc/13_bashism.dpatch/src/shell/noweave:71:                     echo "This `basename $0` does not support -autodefs"
noweb-2.11b/.pc/13_bashism.dpatch/src/shell/noweave-72-                   fi; exit 1 ;;
##############################################
noweb-2.11b/.pc/13_bashism.dpatch/src/shell/noweave.nw-330-  if [ -r $i ]; then
noweb-2.11b/.pc/13_bashism.dpatch/src/shell/noweave.nw:331:    echo "This `basename $0` supports -autodefs $i" | 
noweb-2.11b/.pc/13_bashism.dpatch/src/shell/noweave.nw-332-                        sed "s@$LIB/autodefs\.@@" 1>&2
##############################################
noweb-2.11b/.pc/13_bashism.dpatch/src/shell/noweave.nw-336-if [ -z "$foundautodefs" ]; then
noweb-2.11b/.pc/13_bashism.dpatch/src/shell/noweave.nw:337:  echo "This `basename $0` does not support -autodefs"
noweb-2.11b/.pc/13_bashism.dpatch/src/shell/noweave.nw-338-fi
##############################################
noweb-2.11b/.pc/14_nountangle_filters.dpatch/src/shell/nountangle-23-        -L*) ;; # deliberately ignore requests for #line
noweb-2.11b/.pc/14_nountangle_filters.dpatch/src/shell/nountangle:24:        -w[0-9][0-9]*)    width=`echo $1 | sed 's/^-w//'` ;;
noweb-2.11b/.pc/14_nountangle_filters.dpatch/src/shell/nountangle-25-	-filter) filters=" | $filters $2 " ; shift ;;
##############################################
noweb-2.11b/.pc/recursive-make-special-variable.diff/Makefile-8-SHELL=/bin/sh
noweb-2.11b/.pc/recursive-make-special-variable.diff/Makefile:9:CINAME=-Nv`echo $(VERSION) | tr . _`
noweb-2.11b/.pc/recursive-make-special-variable.diff/Makefile-10-CIMSG=-f -m'standard checkin preparing to export version $(VERSION)'
##############################################
noweb-2.11b/.pc/recursive-make-special-variable.diff/Makefile-26-	@if [ "$(VERSION)" = "$(UPPERVERSION)" ]; then echo "Version $(VERSION) OK in Makefile"; else echo "Version mismatch in Makefile: upper $(UPPERVERSION) lower $(VERSION)"; exit 1; fi
noweb-2.11b/.pc/recursive-make-special-variable.diff/Makefile:27:	@if [ "$(VERSION)" = "`awk '{print $$2}' DATE`" ]; then echo "Version $(VERSION) OK in DATE"; else ./echo -n "Version mismatch in DATE: "; cat DATE; exit 1; fi
noweb-2.11b/.pc/recursive-make-special-variable.diff/Makefile-28-	@if fgrep -s "This is version $(VERSION) of " README; then echo "Version $(VERSION) OK in README"; else echo "Version mismatch in README"; exit 1; fi
##############################################
noweb-2.11b/Makefile-8-SHELL=/bin/sh
noweb-2.11b/Makefile:9:CINAME=-Nv`echo $(VERSION) | tr . _`
noweb-2.11b/Makefile-10-CIMSG=-f -m'standard checkin preparing to export version $(VERSION)'
##############################################
noweb-2.11b/Makefile-26-	@if [ "$(VERSION)" = "$(UPPERVERSION)" ]; then echo "Version $(VERSION) OK in Makefile"; else echo "Version mismatch in Makefile: upper $(UPPERVERSION) lower $(VERSION)"; exit 1; fi
noweb-2.11b/Makefile:27:	@if [ "$(VERSION)" = "`awk '{print $$2}' DATE`" ]; then echo "Version $(VERSION) OK in DATE"; else ./echo -n "Version mismatch in DATE: "; cat DATE; exit 1; fi
noweb-2.11b/Makefile-28-	@if fgrep -s "This is version $(VERSION) of " README; then echo "Version $(VERSION) OK in README"; else echo "Version mismatch in README"; exit 1; fi