===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
rlwrap-0.43/configure.ac-293-ptys=`echo /dev/pty??`
rlwrap-0.43/configure.ac:294:pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
rlwrap-0.43/configure.ac:295:pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
rlwrap-0.43/configure.ac-296-if test x$pch1 != x; then
##############################################
rlwrap-0.43/filters/handle_hotkeys-114-  $editor =~ s/%C/$colno/;
rlwrap-0.43/filters/handle_hotkeys:115:  system("$editor $editfile");
rlwrap-0.43/filters/handle_hotkeys-116-  my @lines = read_file($editfile);
##############################################
rlwrap-0.43/filters/handle_hotkeys-153-    my $peco = "peco";
rlwrap-0.43/filters/handle_hotkeys:154:    my $select_1 = `$peco --select-1 --query "$prefix" $editfile`;
rlwrap-0.43/filters/handle_hotkeys-155-    chomp $select_1;
##############################################
rlwrap-0.43/test/testclient-53-  /^:p/ and pass();
rlwrap-0.43/test/testclient:54:  /^:P/ and print_chunky(scalar `cat $0`);
rlwrap-0.43/test/testclient-55-  /^:r/ and reset_prompt();
##############################################
rlwrap-0.43/test/testclient-166-  my($command) = @_;
rlwrap-0.43/test/testclient:167:  system($command);
rlwrap-0.43/test/testclient-168-  cooked();
##############################################
rlwrap-0.43/test/testclient-254-    $input =~ s/\%w/$termwidth/ge;
rlwrap-0.43/test/testclient:255:    $input =~ s/\((\d.*?)\)/eval($1)/ge;
rlwrap-0.43/test/testclient-256-    $input =~ s/(\d+)\*([^ {}]+)/$2 x $1/ge;