===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
newsboat-2.21/3rd-party/catch.hpp-6492-        inline void keep_memory(T* p) {
newsboat-2.21/3rd-party/catch.hpp:6493:            asm volatile("" : : "g"(p) : "memory");
newsboat-2.21/3rd-party/catch.hpp-6494-        }
newsboat-2.21/3rd-party/catch.hpp-6495-        inline void keep_memory() {
newsboat-2.21/3rd-party/catch.hpp:6496:            asm volatile("" : : : "memory");
newsboat-2.21/3rd-party/catch.hpp-6497-        }
##############################################
newsboat-2.21/3rd-party/catch.hpp-7964-    #if defined(__GNUC__) && (defined(__i386) || defined(__x86_64))
newsboat-2.21/3rd-party/catch.hpp:7965:        #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */
newsboat-2.21/3rd-party/catch.hpp-7966-    #else // Fall back to the generic way.
##############################################
newsboat-2.21/config.sh-19-		echo "# configuration for package ${pkgname}" >> config.mk
newsboat-2.21/config.sh:20:		result=`$PKG_CONFIG --cflags ${pkgname}`
newsboat-2.21/config.sh-21-		if [ -n "$result" ] ; then
##############################################
newsboat-2.21/config.sh-26-		fi
newsboat-2.21/config.sh:27:		echo "LDFLAGS+=`$PKG_CONFIG --libs ${pkgname}`" >> config.mk
newsboat-2.21/config.sh-28-		echo "" >> config.mk
##############################################
newsboat-2.21/config.sh-43-		echo "# configuration for package ${pkgname}" >> config.mk
newsboat-2.21/config.sh:44:		result=`${customconfig} --cflags`
newsboat-2.21/config.sh-45-		if [ -n "$result" ] ; then
##############################################
newsboat-2.21/config.sh-50-		fi
newsboat-2.21/config.sh:51:		echo "LDFLAGS+=`${customconfig} --libs`" >> config.mk
newsboat-2.21/config.sh-52-		echo "" >> config.mk
##############################################
newsboat-2.21/contrib/bookmark-pinboard.sh-20-
newsboat-2.21/contrib/bookmark-pinboard.sh:21:output=`wget --http-user=$username --http-passwd=$password -O - "$pinboard_url" 2> /dev/null`
newsboat-2.21/contrib/bookmark-pinboard.sh-22-
newsboat-2.21/contrib/bookmark-pinboard.sh:23:output=`echo $output | sed 's/^.*code="\([^"]*\)".*$/\1/'`
newsboat-2.21/contrib/bookmark-pinboard.sh-24-
##############################################
newsboat-2.21/contrib/getpocket.com/create-pocket-user-token.sh-12-# shamelessy copy this from contrib/bookmark-pinboard
newsboat-2.21/contrib/getpocket.com/create-pocket-user-token.sh:13:TMP_TOKEN=`echo $output | sed 's/^.*\"code\":"\([^"]*\)".*$/\1/'`
newsboat-2.21/contrib/getpocket.com/create-pocket-user-token.sh-14-
##############################################
newsboat-2.21/contrib/getpocket.com/create-pocket-user-token.sh-23-
newsboat-2.21/contrib/getpocket.com/create-pocket-user-token.sh:24:output=`wget --post-data "consumer_key=$APPLICATION_CONSUMER_KEY&code=$TMP_TOKEN" https://getpocket.com/v3/oauth/authorize -O - 2>/dev/null`
newsboat-2.21/contrib/getpocket.com/create-pocket-user-token.sh-25-
##############################################
newsboat-2.21/contrib/getpocket.com/create-pocket-user-token.sh-27-
newsboat-2.21/contrib/getpocket.com/create-pocket-user-token.sh:28:output=`echo $output | sed 's/^.*access_token=\([^&"]*\).*$/\1/'`
newsboat-2.21/contrib/getpocket.com/create-pocket-user-token.sh-29-
##############################################
newsboat-2.21/contrib/getpocket.com/send-to-pocket.sh-19-
newsboat-2.21/contrib/getpocket.com/send-to-pocket.sh:20:output=`wget --post-data "$PARAMS" --header="Content-Type: application/json" $METHOD_URL -O - 2>/dev/null`
##############################################
newsboat-2.21/contrib/urls-maintenance.sh-56-			sed -i "s,^$url,$url2," "$u"
newsboat-2.21/contrib/urls-maintenance.sh:57:			sqlite3 "$db" "update rss_feed set rssurl='$url2' where rssurl = '$url' ; update rss_item set feedurl='$url2' where feedurl='$url'"
newsboat-2.21/contrib/urls-maintenance.sh-58-		else
##############################################
newsboat-2.21/contrib/pinboard.pl-65-my $pinboard_url = $API_URL . "auth_token=$API_token&url=$safe_bkmrk_url&tags=$tag&shared=no&toread=yes&description=$safe_title&extended=$safe_description";
newsboat-2.21/contrib/pinboard.pl:66:my $content = `curl -s \"$pinboard_url\"`;
newsboat-2.21/contrib/pinboard.pl-67-
##############################################
newsboat-2.21/doc/chapter-files.asciidoc-9-
newsboat-2.21/doc/chapter-files.asciidoc:10:If these directories exist or the environment variables `$XDG_CONFIG_HOME` and
newsboat-2.21/doc/chapter-files.asciidoc:11:`$XDG_DATA_HOME` are set, newsboat will use these directories, otherwise it
newsboat-2.21/doc/chapter-files.asciidoc-12-will default to _~/.newsboat_ as its configuration directory.
##############################################
newsboat-2.21/doc/newsboat.asciidoc-228-can be used if your terminal support 256 colors (e.g. `gnome-terminal`, `xterm`
newsboat-2.21/doc/newsboat.asciidoc:229:with `$TERM` set to `xterm-256color`). Newsboat contains support for 256 color
newsboat-2.21/doc/newsboat.asciidoc-230-terminals since version 2.1. For a complete chart of colors and their
##############################################
newsboat-2.21/test/data/recursive-include-side-effect:1:include `date>>$TMPFILE`recursive-include-side-effect
##############################################
newsboat-2.21/test/matcher.cpp-161-
newsboat-2.21/test/matcher.cpp:162:		REQUIRE(m.parse("AAAA =~ \"^12345$\""));
newsboat-2.21/test/matcher.cpp-163-		REQUIRE(m.matches(&mock));
newsboat-2.21/test/matcher.cpp-164-
newsboat-2.21/test/matcher.cpp:165:		REQUIRE(m.parse("AAAA =~ \"^123456$\""));
newsboat-2.21/test/matcher.cpp-166-		REQUIRE_FALSE(m.matches(&mock));
##############################################
newsboat-2.21/test/matcher.cpp-261-
newsboat-2.21/test/matcher.cpp:262:		REQUIRE(m.parse("AAAA !~ \"^12345$\""));
newsboat-2.21/test/matcher.cpp-263-		REQUIRE_FALSE(m.matches(&mock));
##############################################
newsboat-2.21/test/utils.cpp-77-		REQUIRE(tokens[3] == ",");
newsboat-2.21/test/utils.cpp:78:		REQUIRE(tokens[4] == "\t\t$8");
newsboat-2.21/test/utils.cpp-79-	}
##############################################
newsboat-2.21/txt2h-12-extension="$2"
newsboat-2.21/txt2h:13:id="`basename \"$filename\" \"$extension\"`"
newsboat-2.21/txt2h:14:uppercase_id="`echo \"${id}\" | tr 'a-z' 'A-Z'`"
newsboat-2.21/txt2h-15-define="NEWSBOAT_${uppercase_id}_H_"
##############################################
newsboat-2.21/.pc/01-use-policy-compliant-perl-hashbang.patch/contrib/pinboard.pl-65-my $pinboard_url = $API_URL . "auth_token=$API_token&url=$safe_bkmrk_url&tags=$tag&shared=no&toread=yes&description=$safe_title&extended=$safe_description";
newsboat-2.21/.pc/01-use-policy-compliant-perl-hashbang.patch/contrib/pinboard.pl:66:my $content = `curl -s \"$pinboard_url\"`;
newsboat-2.21/.pc/01-use-policy-compliant-perl-hashbang.patch/contrib/pinboard.pl-67-
##############################################
newsboat-2.21/.pc/02-fix-make.patch/Makefile-331-	@for mof in $(MOFILES) ; do \
newsboat-2.21/.pc/02-fix-make.patch/Makefile:332:		mofile=`basename $$mof` ; \
newsboat-2.21/.pc/02-fix-make.patch/Makefile:333:		lang=`echo $$mofile | sed 's/\.mo$$//'`; \
newsboat-2.21/.pc/02-fix-make.patch/Makefile-334-		dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
##############################################
newsboat-2.21/.pc/02-fix-make.patch/Makefile-341-	@for mof in $(MOFILES) ; do \
newsboat-2.21/.pc/02-fix-make.patch/Makefile:342:		mofile=`basename $$mof` ; \
newsboat-2.21/.pc/02-fix-make.patch/Makefile:343:		lang=`echo $$mofile | sed 's/\.mo$$//'`; \
newsboat-2.21/.pc/02-fix-make.patch/Makefile-344-		dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
##############################################
newsboat-2.21/.pc/02-fix-make.patch/Makefile-382-	for file in $(ALL_SRCS) ; do \
newsboat-2.21/.pc/02-fix-make.patch/Makefile:383:		target=`echo $$file | sed 's/cpp$$/o/'`; \
newsboat-2.21/.pc/02-fix-make.patch/Makefile-384-		$(CXX) $(BARE_CXXFLAGS) -MM -MG -MQ $$target $$file >> mk/mk.deps ; \
##############################################
newsboat-2.21/Makefile-331-	@for mof in $(MOFILES) ; do \
newsboat-2.21/Makefile:332:		mofile=`basename $$mof` ; \
newsboat-2.21/Makefile:333:		lang=`echo $$mofile | sed 's/\.mo$$//'`; \
newsboat-2.21/Makefile-334-		dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
##############################################
newsboat-2.21/Makefile-341-	@for mof in $(MOFILES) ; do \
newsboat-2.21/Makefile:342:		mofile=`basename $$mof` ; \
newsboat-2.21/Makefile:343:		lang=`echo $$mofile | sed 's/\.mo$$//'`; \
newsboat-2.21/Makefile-344-		dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
##############################################
newsboat-2.21/Makefile-382-	for file in $(ALL_SRCS) ; do \
newsboat-2.21/Makefile:383:		target=`echo $$file | sed 's/cpp$$/o/'`; \
newsboat-2.21/Makefile-384-		$(CXX) $(BARE_CXXFLAGS) -MM -MG -MQ $$target $$file >> mk/mk.deps ; \