===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
wml-2.32.0~ds1/CMakeLists.txt-3-
wml-2.32.0~ds1/CMakeLists.txt:4:INCLUDE ("${CMAKE_SOURCE_DIR}/cmake/shlomif_common_bootstrap.cmake")
wml-2.32.0~ds1/CMakeLists.txt-5-SHLOMIF_COMMON_SETUP("${private_mod_path}")
wml-2.32.0~ds1/CMakeLists.txt:6:INCLUDE ("${CMAKE_SOURCE_DIR}/cmake/thewml.cmake")
wml-2.32.0~ds1/CMakeLists.txt-7-# see - http://www.cmake.org/Wiki/CMake_FAQ#Is_there_an_option_to_produce_more_.27verbose.27_compiling.3F
##############################################
wml-2.32.0~ds1/wml_contrib/navbar-FH.wml-721-    if ($filter ne '') {
wml-2.32.0~ds1/wml_contrib/navbar-FH.wml:722:        eval("\$filter_func = sub {" . $filter . "};");
wml-2.32.0~ds1/wml_contrib/navbar-FH.wml-723-        $O = &{$filter_func}($O, $CFG, $select);
##############################################
wml-2.32.0~ds1/wml_contrib/tkwmd-122-    my $command = $tags[1];
wml-2.32.0~ds1/wml_contrib/tkwmd:123:    system("xterm -e man $command");
wml-2.32.0~ds1/wml_contrib/tkwmd-124-}
##############################################
wml-2.32.0~ds1/wml_include/imp/generic.src-35-elsif (&existsprg("lynx")) {
wml-2.32.0~ds1/wml_include/imp/generic.src:36:    eval 'sub remote_fetch { my($url) = @_; return `lynx -source $url`; }'
wml-2.32.0~ds1/wml_include/imp/generic.src-37-}
wml-2.32.0~ds1/wml_include/imp/generic.src-38-elsif (&existsprg("wget")) {
wml-2.32.0~ds1/wml_include/imp/generic.src:39:    eval 'sub remote_fetch { my($url) = @_; return `cd $(WML_TMPDIR) && mkdir wget.$$ && cd wget.$$ && wget -q -o/dev/null $url && cat * && cd $(WML_TMPDIR) && rm -f wget.$$`; }'
wml-2.32.0~ds1/wml_include/imp/generic.src-40-}
wml-2.32.0~ds1/wml_include/imp/generic.src-41-elsif (&existsprg("fetch")) {
wml-2.32.0~ds1/wml_include/imp/generic.src:42:    eval 'sub remote_fetch { my($url) = @_; return `fetch $url`; }'
wml-2.32.0~ds1/wml_include/imp/generic.src-43-}
##############################################
wml-2.32.0~ds1/wml_include/std/logo.src-59-    #   create the logo image copy
wml-2.32.0~ds1/wml_include/std/logo.src:60:    my $error = `cp $imgfile $file`;
wml-2.32.0~ds1/wml_include/std/logo.src-61-    if ($? >> 8) {
##############################################
wml-2.32.0~ds1/wml_include/TheWML/Frontends/Wml/PassesManager.pm-137-    $self->verbose( 2, "system: $cmd\n" );
wml-2.32.0~ds1/wml_include/TheWML/Frontends/Wml/PassesManager.pm:138:    return scalar system($cmd);
wml-2.32.0~ds1/wml_include/TheWML/Frontends/Wml/PassesManager.pm-139-}
##############################################
wml-2.32.0~ds1/wml_include/TheWML/Frontends/Wml/PassesManager.pm-148-          $self->_opt_s
wml-2.32.0~ds1/wml_include/TheWML/Frontends/Wml/PassesManager.pm:149:        ? $self->dosystem("$prog $argv")
wml-2.32.0~ds1/wml_include/TheWML/Frontends/Wml/PassesManager.pm-150-        : $self->pass($pass_idx)->dosource( $self, $prog, $argv, $cb, )
##############################################
wml-2.32.0~ds1/wml_include/TheWML/Frontends/Wml/Runner.pm-175-            $_pass_mgr->verbose( 2, "EPILOG: $e_prog $o\n" );
wml-2.32.0~ds1/wml_include/TheWML/Frontends/Wml/Runner.pm:176:            my $rc = system("$e_prog $o");
wml-2.32.0~ds1/wml_include/TheWML/Frontends/Wml/Runner.pm-177-
##############################################
wml-2.32.0~ds1/wml_include/TheWML/Frontends/Wml/Runner.pm-338-        my $pager = ( $ENV{PAGER} || 'more' );
wml-2.32.0~ds1/wml_include/TheWML/Frontends/Wml/Runner.pm:339:        system("$pager $to");
wml-2.32.0~ds1/wml_include/TheWML/Frontends/Wml/Runner.pm-340-    }
##############################################
wml-2.32.0~ds1/wml_include/TheWML/Backends/Slice/Main.pm-637-        {
wml-2.32.0~ds1/wml_include/TheWML/Backends/Slice/Main.pm:638:            system("chmod $chmod $outfile");
wml-2.32.0~ds1/wml_include/TheWML/Backends/Slice/Main.pm-639-        }
##############################################
wml-2.32.0~ds1/wml_include/des/navbar.src-630-    if ($filter ne '') {
wml-2.32.0~ds1/wml_include/des/navbar.src:631:        eval("\$filter_func = sub {" . $filter . "};");
wml-2.32.0~ds1/wml_include/des/navbar.src-632-        $O = &{$filter_func}($O, $CFG, $select);
##############################################
wml-2.32.0~ds1/wml_include/des/lowsrc.src-22-    if (not $skip) {
wml-2.32.0~ds1/wml_include/des/lowsrc.src:23:        my $error = `convert -monochrome $src $lowsrc`;
wml-2.32.0~ds1/wml_include/des/lowsrc.src-24-        if ($? >> 8) {
##############################################
wml-2.32.0~ds1/wml_include/des/gfont.src-90-    $size += 2;
wml-2.32.0~ds1/wml_include/des/gfont.src:91:    $result = `gfont -q -F $face 2>/dev/null`;
wml-2.32.0~ds1/wml_include/des/gfont.src-92-    if ($result eq '') {
##############################################
wml-2.32.0~ds1/wml_include/des/gfont.src-148-    if (! &read_gfont_info ($file, $gfont_cmd)) {
wml-2.32.0~ds1/wml_include/des/gfont.src:149:        $error = `$gfont_cmd 2\>&1`;
wml-2.32.0~ds1/wml_include/des/gfont.src-150-        if ($? >> 8) {
##############################################
wml-2.32.0~ds1/wml_include/mod/MakeMaker.src-48-$<suck/>(FILES_WML):
wml-2.32.0~ds1/wml_include/mod/MakeMaker.src:49:	@src=`echo $@ | sed -e 's/\.[^.]*$$/.$<suck/>(srcext)/'`; \\
wml-2.32.0~ds1/wml_include/mod/MakeMaker.src-50-	sed -e '/^=head1/,/^=cut/d' -e '/^__END__/,$$d' <$$src >$@
##############################################
wml-2.32.0~ds1/wml_include/mod/MakeMaker.src-52-$<suck/>(FILES_MAN):
wml-2.32.0~ds1/wml_include/mod/MakeMaker.src:53:	@src=`echo $@ | sed -e 's/\.[^.]*$$/.$<suck/>(srcext)/'`; \\
wml-2.32.0~ds1/wml_include/mod/MakeMaker.src:54:	 podfile=`echo $@ | sed -e 's|\(.*\)/\(.*\)\.$<suck/>(manext)|$<suck/>(modext)::\1::\2.pod|'`; \\
wml-2.32.0~ds1/wml_include/mod/MakeMaker.src-55-	 cp $$src $$podfile; \\
##############################################
wml-2.32.0~ds1/wml_include/mod/MakeMaker.src-75-	@[ -z "$<suck/>(FILES_MAN)" ] || for file in $<suck/>(FILES_MAN); do \\
wml-2.32.0~ds1/wml_include/mod/MakeMaker.src:76:	    manfile=`echo $$file | sed -e 's|\(.*\)/\(.*\)|$<suck/>(modext)::\1::\2|'`; \\
wml-2.32.0~ds1/wml_include/mod/MakeMaker.src-77-            echo "$<suck/>(INSTALL_DATA) $$file $<suck/>(mandir)/man$<suck/>(manext)/$$manfile"; \\
##############################################
wml-2.32.0~ds1/wml_test/run_test.pl-13-    print "Running [@$cmd]\n";
wml-2.32.0~ds1/wml_test/run_test.pl:14:    if ( system(@$cmd) )
wml-2.32.0~ds1/wml_test/run_test.pl-15-    {
##############################################
wml-2.32.0~ds1/wml_test/run_test.pl-68-do_system( [ 'which',      'perlcritic' ] );
wml-2.32.0~ds1/wml_test/run_test.pl:69:do_system( [ 'bash',       '-c', q{echo "$PATH"}, ] );
wml-2.32.0~ds1/wml_test/run_test.pl-70-do_system( [ 'perlcritic', '--version', ] );
##############################################
wml-2.32.0~ds1/wml_test/WmlTest.pm-65-    my $tmpfile3 = tmpfile();
wml-2.32.0~ds1/wml_test/WmlTest.pm:66:    my $rc       = system("$ENV{WML} -p$pass $opt $tmpfile1 >$tmpfile3");
wml-2.32.0~ds1/wml_test/WmlTest.pm-67-
##############################################
wml-2.32.0~ds1/wml_test/WmlTest.pm-69-
wml-2.32.0~ds1/wml_test/WmlTest.pm:70:    # $rc = system("cmp $tmpfile2 $tmpfile3");
wml-2.32.0~ds1/wml_test/WmlTest.pm-71-
##############################################
wml-2.32.0~ds1/wml_test/t/01-p1_ipp.t-39-# TEST
wml-2.32.0~ds1/wml_test/t/01-p1_ipp.t:40:ok( !system("$ENV{WML} -p1 $temp_fn_1 >$temp_fn_3"), "System 1" );
wml-2.32.0~ds1/wml_test/t/01-p1_ipp.t-41-
wml-2.32.0~ds1/wml_test/t/01-p1_ipp.t-42-# TEST
wml-2.32.0~ds1/wml_test/t/01-p1_ipp.t:43:ok( !system("cmp $temp_fn_2 $temp_fn_3"), "System 2" );
wml-2.32.0~ds1/wml_test/t/01-p1_ipp.t-44-
##############################################
wml-2.32.0~ds1/wml_test/t/01-p1_ipp.t-63-# TEST
wml-2.32.0~ds1/wml_test/t/01-p1_ipp.t:64:ok( !system("$ENV{WML} -p1 -Dfoo=1 $temp_fn_1 >$temp_fn_3"), "WML System 3", );
wml-2.32.0~ds1/wml_test/t/01-p1_ipp.t-65-
wml-2.32.0~ds1/wml_test/t/01-p1_ipp.t-66-# TEST
wml-2.32.0~ds1/wml_test/t/01-p1_ipp.t:67:ok( !system("cmp $temp_fn_2 $temp_fn_3"), "CMP System 4", );
wml-2.32.0~ds1/wml_test/t/01-p1_ipp.t-68-
##############################################
wml-2.32.0~ds1/wml_test/t/build-process.t-30-
wml-2.32.0~ds1/wml_test/t/build-process.t:31:        system(@$cmd);
wml-2.32.0~ds1/wml_test/t/build-process.t-32-    };
##############################################
wml-2.32.0~ds1/wml_test/t/std-lang.t-26-# TEST
wml-2.32.0~ds1/wml_test/t/std-lang.t:27:ok( !system("$ENV{WML} a.wml 2>&1"), "wml" );
wml-2.32.0~ds1/wml_test/t/std-lang.t-28-
wml-2.32.0~ds1/wml_test/t/std-lang.t-29-# TEST
wml-2.32.0~ds1/wml_test/t/std-lang.t:30:ok( !system("cmp a.en.html $tmpfile1 && cmp a.de.html $tmpfile2"), "cmp" );
wml-2.32.0~ds1/wml_test/t/std-lang.t-31-
##############################################
wml-2.32.0~ds1/wml_test/t/11-wmk.t-38-is(
wml-2.32.0~ds1/wml_test/t/11-wmk.t:39:    ( scalar `$wmk a.wml 2>&1` ),
wml-2.32.0~ds1/wml_test/t/11-wmk.t-40-    "$ENV{WML} -n -q -W \"1,-N\" -o a.html a.wml\n",
##############################################
wml-2.32.0~ds1/wml_test/t/11-wmk.t-44-# TEST
wml-2.32.0~ds1/wml_test/t/11-wmk.t:45:ok( !system("cmp $tmpfile1 a.html"), "cmp 1" );
wml-2.32.0~ds1/wml_test/t/11-wmk.t-46-
##############################################
wml-2.32.0~ds1/wml_test/t/11-wmk.t-48-is(
wml-2.32.0~ds1/wml_test/t/11-wmk.t:49:    ( scalar `$wmk a.wml 2>&1` ),
wml-2.32.0~ds1/wml_test/t/11-wmk.t-50-"$ENV{WML} -n -q -W \"1,-N\" -o a.html a.wml  (@{[colored('skipped', 'bold')]})\n"
##############################################
wml-2.32.0~ds1/wml_test/t/11-wmk.t-60-is(
wml-2.32.0~ds1/wml_test/t/11-wmk.t:61:    ( scalar `$wmk a.wml 2>&1` ),
wml-2.32.0~ds1/wml_test/t/11-wmk.t-62-    "$ENV{WML} -n -q -W \"1,-N\" -o a.html a.wml\n",
##############################################
wml-2.32.0~ds1/wml_test/t/11-wmk.t-82-is(
wml-2.32.0~ds1/wml_test/t/11-wmk.t:83:    ( scalar `$wmk a.wml 2>&1` ),
wml-2.32.0~ds1/wml_test/t/11-wmk.t-84-"$ENV{WML} -n -q -W \"1,-N\" -o '(ALL-LANG_*)+LANG_EN:a.en.html' -o '(ALL-LANG_*)+LANG_DE:a.de.html' a.wml\n",
##############################################
wml-2.32.0~ds1/wml_test/t/11-wmk.t-88-# TEST
wml-2.32.0~ds1/wml_test/t/11-wmk.t:89:ok( !system("cmp $tmpfile1 a.en.html"), "en cmp" );
wml-2.32.0~ds1/wml_test/t/11-wmk.t-90-
wml-2.32.0~ds1/wml_test/t/11-wmk.t-91-# TEST
wml-2.32.0~ds1/wml_test/t/11-wmk.t:92:ok( !system("cmp $tmpfile2 a.de.html"), "de cmp" );
wml-2.32.0~ds1/wml_test/t/11-wmk.t-93-
##############################################
wml-2.32.0~ds1/wml_test/t/11-wmk.t-116-    like(
wml-2.32.0~ds1/wml_test/t/11-wmk.t:117:        ( scalar `$abs_wmk 2>&1` ),
wml-2.32.0~ds1/wml_test/t/11-wmk.t-118-        qr#\Q$ENV{WML}\E.*?-o\s*\(ALL-LANG#ms,
##############################################
wml-2.32.0~ds1/wml_test/t/wml-stdin.t-24-    my $empty_fn = tmpfile;
wml-2.32.0~ds1/wml_test/t/wml-stdin.t:25:    my $output   = `$ENV{WML} < $empty_fn 2>&1`;
wml-2.32.0~ds1/wml_test/t/wml-stdin.t-26-    my $rc       = $?;
##############################################
wml-2.32.0~ds1/wml_test/t/wml-stdin.t-37-    my $foo_fn = tmpfile("foo\n");
wml-2.32.0~ds1/wml_test/t/wml-stdin.t:38:    my $output = `$ENV{WML} < $foo_fn 2>&1`;
wml-2.32.0~ds1/wml_test/t/wml-stdin.t-39-    my $rc     = $?;
##############################################
wml-2.32.0~ds1/wml_test/t/09-p9_slice.t-31-# TEST
wml-2.32.0~ds1/wml_test/t/09-p9_slice.t:32:ok( !system("$ENV{WML} -p$pass $tmpfile1 >a"), "wml" );
wml-2.32.0~ds1/wml_test/t/09-p9_slice.t-33-
wml-2.32.0~ds1/wml_test/t/09-p9_slice.t-34-# TEST
wml-2.32.0~ds1/wml_test/t/09-p9_slice.t:35:ok( !system("cmp $tmpfile2 b"), "cmp" );
wml-2.32.0~ds1/wml_test/t/09-p9_slice.t-36-
##############################################
wml-2.32.0~ds1/wml_test/t/09-p9_slice.t-41-    # TEST
wml-2.32.0~ds1/wml_test/t/09-p9_slice.t:42:    ok( !system("$ENV{WML} -p1-9 -o UNDEFuEN:$tmpfile3 $tmpfile2"),
wml-2.32.0~ds1/wml_test/t/09-p9_slice.t-43-        "slice warning" );
##############################################
wml-2.32.0~ds1/wml_frontend/wmd.src-73-{
wml-2.32.0~ds1/wml_frontend/wmd.src:74:    system("wml -V$opt_V");
wml-2.32.0~ds1/wml_frontend/wmd.src-75-    exit(0);
##############################################
wml-2.32.0~ds1/wml_frontend/wmd.src-156-    my $rc =
wml-2.32.0~ds1/wml_frontend/wmd.src:157:`$browser -n "Website META Language" -t "Documentation Browser" -p$p -P <$browser_file`;
wml-2.32.0~ds1/wml_frontend/wmd.src-158-    last if ( $rc eq '' );
##############################################
wml-2.32.0~ds1/wml_frontend/wmd.src-166-        }
wml-2.32.0~ds1/wml_frontend/wmd.src:167:        system("$reader_man $page");
wml-2.32.0~ds1/wml_frontend/wmd.src:168:        system("$reader_man wmd_missing") if $?;
wml-2.32.0~ds1/wml_frontend/wmd.src-169-    }
##############################################
wml-2.32.0~ds1/wml_frontend/wmd.src-173-        {
wml-2.32.0~ds1/wml_frontend/wmd.src:174:            system("$reader_url $url");
wml-2.32.0~ds1/wml_frontend/wmd.src-175-        }
##############################################
wml-2.32.0~ds1/wml_frontend/wmd.src-195-            $metacat = 'gzip -d -c' if ( $f =~ m/\.(?:Z|z|gz)$/ );
wml-2.32.0~ds1/wml_frontend/wmd.src:196:            my @R = `$metacat $f | grep -i '$keyword'`;
wml-2.32.0~ds1/wml_frontend/wmd.src-197-            $F{$n} += @R;
##############################################
wml-2.32.0~ds1/wml_frontend/wmd.src-208-            $rc =
wml-2.32.0~ds1/wml_frontend/wmd.src:209:`$browser -n "Website META Language" -t "Documentation Browser (Keyword Search)" -p$p2 -P $L`;
wml-2.32.0~ds1/wml_frontend/wmd.src-210-            last if ( $rc eq '' );
##############################################
wml-2.32.0~ds1/wml_frontend/wmd.src-214-            {
wml-2.32.0~ds1/wml_frontend/wmd.src:215:                system("$reader_man $page");
wml-2.32.0~ds1/wml_frontend/wmd.src-216-            }
##############################################
wml-2.32.0~ds1/wml_frontend/wmb.src-80-{
wml-2.32.0~ds1/wml_frontend/wmb.src:81:    system("wml -V$opt_V");
wml-2.32.0~ds1/wml_frontend/wmb.src-82-    exit(0);
##############################################
wml-2.32.0~ds1/wml_frontend/wmb.src-271-#
wml-2.32.0~ds1/wml_frontend/wmb.src:272:system("$editor $editoropt $tmpfile");
wml-2.32.0~ds1/wml_frontend/wmb.src-273-
##############################################
wml-2.32.0~ds1/wml_frontend/wmb.src-327-
wml-2.32.0~ds1/wml_frontend/wmb.src:328:    system("$mailer $maileropt >/dev/null");
wml-2.32.0~ds1/wml_frontend/wmb.src-329-    print STDERR "done.\n";
##############################################
wml-2.32.0~ds1/wml_frontend/wmk.src-83-
wml-2.32.0~ds1/wml_frontend/wmk.src:84:    my $o = `$WML --help 2>&1`;
wml-2.32.0~ds1/wml_frontend/wmk.src-85-    $o =~ s|\A.+?\n\n||s;
##############################################
wml-2.32.0~ds1/wml_frontend/wmk.src-210-{
wml-2.32.0~ds1/wml_frontend/wmk.src:211:    system("$WML -V$opt_V");
wml-2.32.0~ds1/wml_frontend/wmk.src-212-    exit(0);
##############################################
wml-2.32.0~ds1/wml_frontend/wmk.src-325-    {
wml-2.32.0~ds1/wml_frontend/wmk.src:326:        my $rc = system($exec);
wml-2.32.0~ds1/wml_frontend/wmk.src-327-        _error("prolog failed: $exec") if $rc != 0;
##############################################
wml-2.32.0~ds1/wml_frontend/wmk.src-331-    {
wml-2.32.0~ds1/wml_frontend/wmk.src:332:        my $rc = system($exec);
wml-2.32.0~ds1/wml_frontend/wmk.src-333-        _error("epilog failed: $exec") if $rc != 0;
##############################################
wml-2.32.0~ds1/wml_frontend/wmk.src-641-        {
wml-2.32.0~ds1/wml_frontend/wmk.src:642:            my $rc = system($cmd);
wml-2.32.0~ds1/wml_frontend/wmk.src-643-            _error("Error in WML (rc=$rc)") if $rc != 0;
##############################################
wml-2.32.0~ds1/wml_docs/wml_macros.pod-798-      $lowsrc =~ s|\.([^.]+)$|.lowsrc.$1|;
wml-2.32.0~ds1/wml_docs/wml_macros.pod:799:      system("convert -monochrome $src $lowsrc");
wml-2.32.0~ds1/wml_docs/wml_macros.pod-800-      print "lowsrc=\"$lowsrc\"";
##############################################
wml-2.32.0~ds1/wml_docs/wml_macros.pod-813-      $lowsrc =~ s|\.([^.]+)$|.lowsrc.$1|;
wml-2.32.0~ds1/wml_docs/wml_macros.pod:814:      system("convert -monochrome $src $lowsrc");
wml-2.32.0~ds1/wml_docs/wml_macros.pod-815-      <perl:print> lowsrc="$lowsrc"</perl:print>
##############################################
wml-2.32.0~ds1/debian/rules-11-# Repackaging variables
wml-2.32.0~ds1/debian/rules:12:DEBIAN_REVISION := $(shell echo -n `head -1 debian/changelog | sed -e 's/^.*(\(.*\)).*$$/\\1/'`)
wml-2.32.0~ds1/debian/rules-13-DEBIAN_VERSION := $(shell echo -n $(DEBIAN_REVISION) | sed -e 's/-.*//')
##############################################
wml-2.32.0~ds1/debian/rules-35-	for i in $(o)/wml_frontend/*.pl; do \
wml-2.32.0~ds1/debian/rules:36:	    cp -pv $$i $(o)/wml_test/tests/installation/bin/`basename $$i .pl`; \
wml-2.32.0~ds1/debian/rules-37-	done
##############################################
wml-2.32.0~ds1/.pc/wml_2.0.11ds1-0.4.diff/wml_frontend/wmb.src-79-{
wml-2.32.0~ds1/.pc/wml_2.0.11ds1-0.4.diff/wml_frontend/wmb.src:80:    system("wml -V$opt_V");
wml-2.32.0~ds1/.pc/wml_2.0.11ds1-0.4.diff/wml_frontend/wmb.src-81-    exit(0);
##############################################
wml-2.32.0~ds1/.pc/wml_2.0.11ds1-0.4.diff/wml_frontend/wmb.src-269-#
wml-2.32.0~ds1/.pc/wml_2.0.11ds1-0.4.diff/wml_frontend/wmb.src:270:system("$editor $editoropt $tmpfile");
wml-2.32.0~ds1/.pc/wml_2.0.11ds1-0.4.diff/wml_frontend/wmb.src-271-
##############################################
wml-2.32.0~ds1/.pc/wml_2.0.11ds1-0.4.diff/wml_frontend/wmb.src-325-
wml-2.32.0~ds1/.pc/wml_2.0.11ds1-0.4.diff/wml_frontend/wmb.src:326:    system("$mailer $maileropt >/dev/null");
wml-2.32.0~ds1/.pc/wml_2.0.11ds1-0.4.diff/wml_frontend/wmb.src-327-    print STDERR "done.\n";
##############################################
wml-2.32.0~ds1/.pc/wml_2.0.11ds1-0.4.diff/wml_contrib/tkwmd-125-    my $command = $tags[1];
wml-2.32.0~ds1/.pc/wml_2.0.11ds1-0.4.diff/wml_contrib/tkwmd:126:    system("xterm -e man $command");
wml-2.32.0~ds1/.pc/wml_2.0.11ds1-0.4.diff/wml_contrib/tkwmd-127-}
##############################################
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_include/TheWML/Frontends/Wml/Runner.pm-173-            $_pass_mgr->verbose( 2, "EPILOG: $e_prog $o\n" );
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_include/TheWML/Frontends/Wml/Runner.pm:174:            my $rc = system("$e_prog $o");
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_include/TheWML/Frontends/Wml/Runner.pm-175-
##############################################
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_include/TheWML/Frontends/Wml/Runner.pm-336-        my $pager = ( $ENV{PAGER} || 'more' );
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_include/TheWML/Frontends/Wml/Runner.pm:337:        system("$pager $to");
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_include/TheWML/Frontends/Wml/Runner.pm-338-    }
##############################################
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src-82-
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src:83:    my $o = `$WML --help 2>&1`;
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src-84-    $o =~ s|\A.+?\n\n||s;
##############################################
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src-209-{
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src:210:    system("$WML -V$opt_V");
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src-211-    exit(0);
##############################################
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src-324-    {
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src:325:        my $rc = system($exec);
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src-326-        _error("prolog failed: $exec") if $rc != 0;
##############################################
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src-330-    {
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src:331:        my $rc = system($exec);
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src-332-        _error("epilog failed: $exec") if $rc != 0;
##############################################
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src-640-        {
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src:641:            my $rc = system($cmd);
wml-2.32.0~ds1/.pc/datadir-for-cmake-too.diff/wml_frontend/wmk.src-642-            _error("Error in WML (rc=$rc)") if $rc != 0;
##############################################
wml-2.32.0~ds1/.pc/dont-use-usr-bin-env.patch/wml_contrib/tkwmd-122-    my $command = $tags[1];
wml-2.32.0~ds1/.pc/dont-use-usr-bin-env.patch/wml_contrib/tkwmd:123:    system("xterm -e man $command");
wml-2.32.0~ds1/.pc/dont-use-usr-bin-env.patch/wml_contrib/tkwmd-124-}