===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
jed-extra-2.5.7/grep/grep.sl-348-%  (analog to kpathsea), i.e. grep("pat" "path/*.sl!") translates to
jed-extra-2.5.7/grep/grep.sl:349:%  `$Grep_Cmd -r --include='*.sl', 'pat' path`
jed-extra-2.5.7/grep/grep.sl-350-%
##############################################
jed-extra-2.5.7/jedmodes/jedmodes.sl-192-      "$title = basename(dirname(__FILE__));\n"+
jed-extra-2.5.7/jedmodes/jedmodes.sl:193:      "include(\"$jedmodes_root/mode-index.php\");\n?>\n", "index.php");
jed-extra-2.5.7/jedmodes/jedmodes.sl-194-   % system("ln -s ../../mode-index.php index.php");
##############################################
jed-extra-2.5.7/newsflash/newsflash.sl-109-   })
jed-extra-2.5.7/newsflash/newsflash.sl:110:     sqlite_exec(db, "INSERT OR IGNORE INTO feeds ('name', 'url') VALUES (?, ?)", $2[0], $2[1]);
jed-extra-2.5.7/newsflash/newsflash.sl-111-   sqlite_exec(db, "UPDATE feeds SET cleanlevel=0 WHERE name='JED checkins'");
##############################################
jed-extra-2.5.7/po_mode/po_mode.sl-1007-     {
jed-extra-2.5.7/po_mode/po_mode.sl:1008:        ifnot (0 == system ("mkdir -p \"$rcsdir\""$))
jed-extra-2.5.7/po_mode/po_mode.sl-1009-          throw IOError, "could not create directory \"$rcsdir\""$;
##############################################
jed-extra-2.5.7/po_mode/po_mode.sl-1575-   flush (sprintf ("recoding %s ...", path_basename (file)));
jed-extra-2.5.7/po_mode/po_mode.sl:1576:   e = system ("$conv -o $Po_Tmpfile -c -f $filenc -t $enc $file 2>/dev/null"$);
jed-extra-2.5.7/po_mode/po_mode.sl-1577-
##############################################
jed-extra-2.5.7/po_mode/po_mode.sl-2311-
jed-extra-2.5.7/po_mode/po_mode.sl:2312:   ifnot (0 == system ("$prg -o $mo_file $Po_Tmpfile 2>gettext_err_msg"$))
jed-extra-2.5.7/po_mode/po_mode.sl-2313-     popup_gettext_err_msg ();
##############################################
jed-extra-2.5.7/po_mode/po_mode.sl-2368-   
jed-extra-2.5.7/po_mode/po_mode.sl:2369:   ifnot (0 == system ("cp $file $oldfile"$))
jed-extra-2.5.7/po_mode/po_mode.sl-2370-     throw RunTimeError, "could not backup file";
##############################################
jed-extra-2.5.7/po_mode/po_mode.sl-2512-
jed-extra-2.5.7/po_mode/po_mode.sl:2513:   if (0 == system ("$cmd $Po_Tmpfile 2>$gettext_err_msg"$))
jed-extra-2.5.7/po_mode/po_mode.sl-2514-     flush ("validation successful");
##############################################
jed-extra-2.5.7/po_mode/po_mode.sl-3199-     {
jed-extra-2.5.7/po_mode/po_mode.sl:3200:        e = system ("$cmd $tmpfile"$);
jed-extra-2.5.7/po_mode/po_mode.sl-3201-        msgstrs = file_as_str (tmpfile);
##############################################
jed-extra-2.5.7/po_mode/po_mode.sl-3448-        flush ("replacing \"$word\" with \"$word_rep\""$);
jed-extra-2.5.7/po_mode/po_mode.sl:3449:        ifnot (0 == system ("sed -i 's/\\b$word\\b/$word_rep/gI' $tmpfile"$))
jed-extra-2.5.7/po_mode/po_mode.sl-3450-          throw RunTimeError, "replacing with sed failed";
##############################################
jed-extra-2.5.7/debian/patches/po_mode-update.patch-2532--        continue;
jed-extra-2.5.7/debian/patches/po_mode-update.patch:2533:+        ifnot (0 == system ("mkdir -p \"$rcsdir\""$))
jed-extra-2.5.7/debian/patches/po_mode-update.patch-2534-+          throw IOError, "could not create directory \"$rcsdir\""$;
##############################################
jed-extra-2.5.7/debian/patches/po_mode-update.patch-3335-+   flush (sprintf ("recoding %s ...", path_basename (file)));
jed-extra-2.5.7/debian/patches/po_mode-update.patch:3336:+   e = system ("$conv -o $Po_Tmpfile -c -f $filenc -t $enc $file 2>/dev/null"$);
jed-extra-2.5.7/debian/patches/po_mode-update.patch-3337- 
##############################################
jed-extra-2.5.7/debian/patches/po_mode-update.patch-4460-+
jed-extra-2.5.7/debian/patches/po_mode-update.patch:4461:+   ifnot (0 == system ("$prg -o $mo_file $Po_Tmpfile 2>gettext_err_msg"$))
jed-extra-2.5.7/debian/patches/po_mode-update.patch-4462-+     popup_gettext_err_msg ();
##############################################
jed-extra-2.5.7/debian/patches/po_mode-update.patch-4569-+   
jed-extra-2.5.7/debian/patches/po_mode-update.patch:4570:+   ifnot (0 == system ("cp $file $oldfile"$))
jed-extra-2.5.7/debian/patches/po_mode-update.patch-4571-+     throw RunTimeError, "could not backup file";
##############################################
jed-extra-2.5.7/debian/patches/po_mode-update.patch-4844--   if (1 == file_status (po_file))
jed-extra-2.5.7/debian/patches/po_mode-update.patch:4845:+   if (0 == system ("$cmd $Po_Tmpfile 2>$gettext_err_msg"$))
jed-extra-2.5.7/debian/patches/po_mode-update.patch-4846-+     flush ("validation successful");
##############################################
jed-extra-2.5.7/debian/patches/po_mode-update.patch-6378--        recenter (0);
jed-extra-2.5.7/debian/patches/po_mode-update.patch:6379:+        e = system ("$cmd $tmpfile"$);
jed-extra-2.5.7/debian/patches/po_mode-update.patch-6380-+        msgstrs = file_as_str (tmpfile);
##############################################
jed-extra-2.5.7/debian/patches/po_mode-update.patch-6768-+        flush ("replacing \"$word\" with \"$word_rep\""$);
jed-extra-2.5.7/debian/patches/po_mode-update.patch:6769:+        ifnot (0 == system ("sed -i 's/\\b$word\\b/$word_rep/gI' $tmpfile"$))
jed-extra-2.5.7/debian/patches/po_mode-update.patch-6770-+          throw RunTimeError, "replacing with sed failed";