===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
flim-1.14.9+0.20201117/VERSION-28-1.10.3	Komada			(B9}ED
##############################################
flim-1.14.9+0.20201117/eword-encode.el-391-(defun eword-encode-mailbox-to-rword-list (mbox)
flim-1.14.9+0.20201117/eword-encode.el:392:  (let ((addr (nth 1 mbox))
flim-1.14.9+0.20201117/eword-encode.el-393-	(comment (nth 2 mbox))
##############################################
flim-1.14.9+0.20201117/std11.el-636-	     (prog1
flim-1.14.9+0.20201117/std11.el:637:		 (setq addr (cdr (car ret)))
flim-1.14.9+0.20201117/std11.el-638-	       (setq lal (cdr ret))
flim-1.14.9+0.20201117/std11.el-639-	       (and (setq ret (std11-parse-at-domain lal))
flim-1.14.9+0.20201117/std11.el:640:		    (setq addr (append addr (cdr (car ret))))
flim-1.14.9+0.20201117/std11.el-641-		    (setq lal (cdr ret)))))
##############################################
flim-1.14.9+0.20201117/std11.el-663-
flim-1.14.9+0.20201117/std11.el:664:(defun std11-parse-route-addr (lal)
flim-1.14.9+0.20201117/std11.el-665-  (let ((ret (std11-parse-ascii-token lal))
##############################################
flim-1.14.9+0.20201117/std11.el-679-	     (string-equal (cdr (assq 'specials >)) ">"))
flim-1.14.9+0.20201117/std11.el:680:	(cons (cons 'route-addr (append route addr-spec))
flim-1.14.9+0.20201117/std11.el-681-	      (cdr ret)))))
flim-1.14.9+0.20201117/std11.el-682-
flim-1.14.9+0.20201117/std11.el:683:(defun std11-parse-phrase-route-addr (lal)
flim-1.14.9+0.20201117/std11.el-684-  (let ((ret (std11-parse-phrase lal)) phrase)
##############################################
flim-1.14.9+0.20201117/std11.el-811-	((eq (car address) 'mailbox)
flim-1.14.9+0.20201117/std11.el:812:	 (let ((addr (nth 1 address)))
flim-1.14.9+0.20201117/std11.el-813-	   (std11-addr-to-string
##############################################
flim-1.14.9+0.20201117/std11.el-838-	((eq (car address) 'mailbox)
flim-1.14.9+0.20201117/std11.el:839:	 (let ((addr (nth 1 address))
flim-1.14.9+0.20201117/std11.el-840-	       (comment (nth 2 address))
##############################################
flim-1.14.9+0.20201117/debian/emacsen-install-21-if [ -f "$ELCSTAMP" ]; then
flim-1.14.9+0.20201117/debian/emacsen-install:22:    if [ -z "`find "$ELDIR/mime.el" -newer "$ELCSTAMP"`" ]; then
flim-1.14.9+0.20201117/debian/emacsen-install-23-	echo "install/$PACKAGE: already byte-compiled for $FLAVOR, skipped"
##############################################
flim-1.14.9+0.20201117/debian/emacsen-install-73-for p in w3m-el:w3m w3m-el-snapshot:w3m semi mu-cite rail lsdb elserv; do
flim-1.14.9+0.20201117/debian/emacsen-install:74:    pkg=`echo $p | cut -d : -f 1`
flim-1.14.9+0.20201117/debian/emacsen-install:75:    sname=`echo $p | cut -d : -f 2`
flim-1.14.9+0.20201117/debian/emacsen-install-76-    dir=/usr/share/$FLAVOR/site-lisp/$sname
##############################################
flim-1.14.9+0.20201117/debian/rules-11-	wget -O upstream.tar.gz https://github.com/wanderlust/flim/tarball/flim-1_14-wl
flim-1.14.9+0.20201117/debian/rules:12:	mv -f upstream.tar.gz `LC_ALL=C tar ztvf upstream.tar.gz --utc | perl -ne 'if (/ (\d\d\d\d)-(\d\d)-(\d\d) /) {print "flim_1.14.9+0.$$1$$2$$3.orig.tar.gz\n"; exit}'`
flim-1.14.9+0.20201117/debian/rules-13-