===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ufoai-2.5/build/lang.mk-46-	    *.cpp | *.h)						\
ufoai-2.5/build/lang.mk:47:	      base=`expr " $$file" : ' \(.*\)\..'`;			\
ufoai-2.5/build/lang.mk-48-	      { test -f $$base.l || test -f $$base.y; } && continue;;	\
##############################################
ufoai-2.5/build/lang.mk-63-	for po in $$pofiles; do \
ufoai-2.5/build/lang.mk:64:	  po=`basename $$po .po`; \
ufoai-2.5/build/lang.mk:65:	  po=`echo $$po | cut -b 7-`; \
ufoai-2.5/build/lang.mk-66-	  echo $$po; \
##############################################
ufoai-2.5/build/lang.mk-73-	for po in `ls updated_*.po`; do \
ufoai-2.5/build/lang.mk:74:	  new=`echo $$po | cut -b 9-`; \
ufoai-2.5/build/lang.mk-75-	  mv $$po ufoai-$$new; \
##############################################
ufoai-2.5/build/projects/AndroidPreBuild.sh-2-
ufoai-2.5/build/projects/AndroidPreBuild.sh:3:LOCAL_PATH=`dirname $0`
ufoai-2.5/build/projects/AndroidPreBuild.sh:4:LOCAL_PATH=`cd $LOCAL_PATH && pwd`
ufoai-2.5/build/projects/AndroidPreBuild.sh-5-
##############################################
ufoai-2.5/configure-56-add_to_makefile_local_quote() {
ufoai-2.5/configure:57:	VALUE=`get_var $1`
ufoai-2.5/configure-58-	if [ -n "$VALUE" ]; then
##############################################
ufoai-2.5/configure-73-add_to_makefile_local() {
ufoai-2.5/configure:74:	VALUE=`get_var $1`
ufoai-2.5/configure-75-	if [ -n "$VALUE" ]; then
##############################################
ufoai-2.5/configure-95-add_to_config_h_quote() {
ufoai-2.5/configure:96:	VALUE=`get_var $1`
ufoai-2.5/configure-97-	if [ -n "$VALUE" ] && [ "$VALUE" != "no" ]; then
##############################################
ufoai-2.5/configure-107-add_to_config_h() {
ufoai-2.5/configure:108:	VALUE=`get_var $1`
ufoai-2.5/configure-109-	if [ -n "$VALUE" ] && [ "$VALUE" != "no" ]; then
##############################################
ufoai-2.5/configure-173-	if [ "$PACKAGE" != "" ]; then
ufoai-2.5/configure:174:		PACKAGE="`echo ${PACKAGE} | sed 's,\.,_,g' | sed 's,-,_,g' | tr '[a-z]' '[A-Z]'`_"
ufoai-2.5/configure-175-		HEADER=${HEADER##*/}
ufoai-2.5/configure-176-	else
ufoai-2.5/configure:177:		HEADER="`echo ${HEADER} | sed 's,/,_,g'`"
ufoai-2.5/configure-178-	fi
ufoai-2.5/configure-179-
ufoai-2.5/configure:180:	HEADER="`echo ${HEADER} | sed 's,\.,_,g' | sed 's,-,_,g' | tr '[a-z]' '[A-Z]'`"
ufoai-2.5/configure-181-
##############################################
ufoai-2.5/configure-185-	else
ufoai-2.5/configure:186:		VALUE=`get_var $HAVE`
ufoai-2.5/configure-187-	fi
ufoai-2.5/configure-188-	if [ "$VALUE" != "no" ]; then
ufoai-2.5/configure:189:		set_var $HAVE `check_header_cc $1 $2`
ufoai-2.5/configure-190-		add_to_config_h $HAVE "Found $1" "Could not find $1" $2
##############################################
ufoai-2.5/configure-339-set_var() {
ufoai-2.5/configure:340:	eval `make_var "$1"`=\""$2"\"
ufoai-2.5/configure-341-}
##############################################
ufoai-2.5/configure-343-get_var() {
ufoai-2.5/configure:344:	eval echo \${`make_var "$1"`}
ufoai-2.5/configure-345-}
##############################################
ufoai-2.5/configure-352-	# Find out where configure is (in what dir)
ufoai-2.5/configure:353:	ROOT_DIR="`dirname $0`"
ufoai-2.5/configure-354-	# For MSYS/MinGW we want to know the FULL path. This as that path is generated
##############################################
ufoai-2.5/configure-357-	# pwd -W returns said FULL path, but doesn't exist on others so fall back.
ufoai-2.5/configure:358:	ROOT_DIR="`cd $ROOT_DIR && (pwd -W 2>/dev/null || pwd 2>/dev/null)`"
ufoai-2.5/configure-359-
ufoai-2.5/configure:360:	if [ -n "`echo \"$ROOT_DIR\" | grep '[^-\w\/\\\.:]~?'`" ]; then
ufoai-2.5/configure-361-		echo "WARNING: The path contains a non-alphanumeric character that might cause"
##############################################
ufoai-2.5/configure-365-	fi
ufoai-2.5/configure:366:	if [ -n "`echo \"$ROOT_DIR\" | grep '[\(\)]'`" ]; then
ufoai-2.5/configure-367-		echo "ERROR: The path contains a square character that cause"
##############################################
ufoai-2.5/configure-386-	MANDATORY=${3:-0}
ufoai-2.5/configure:387:	HAVE=PROGRAM_`echo ${BINARY%.*} | sed 's,/,_,g' | tr '[a-z]' '[A-Z]'`
ufoai-2.5/configure-388-	command -v "${BINARY}" 2>> config.log >> config.log
##############################################
ufoai-2.5/configure-403-	for i in build/platforms/*.mk; do
ufoai-2.5/configure:404:		if [ `basename $i .mk` = $1 ]; then
ufoai-2.5/configure-405-			FOUND=1
##############################################
ufoai-2.5/configure-430-		MXE_FILE=~/.mxe.settings
ufoai-2.5/configure:431:		set_var "ADDITIONAL_PATH" `get_ini_value "${MXE_FILE}" "PATH"`
ufoai-2.5/configure-432-		add_to_makefile_local ADDITIONAL_PATH "Found mxe additional path settings" "Could not get the mxe path from ${MXE_FILE}"
##############################################
ufoai-2.5/configure-637-	add_to_makefile_local ${i}_DISABLE
ufoai-2.5/configure:638:	if [ "`get_var ${i}_DISABLE`" = "yes" ]; then
ufoai-2.5/configure-639-		echo "Disable $i"
##############################################
ufoai-2.5/src/client/ui/ui_actions.cpp-303-						if (checked == 1 && arg >= 1 && arg <= UI_GetParamNumber(context)) {
ufoai-2.5/src/client/ui/ui_actions.cpp:304:							const int l = snprintf(cout, length, "%s", UI_GetParam(context, arg));
ufoai-2.5/src/client/ui/ui_actions.cpp-305-							cout += l;
##############################################
ufoai-2.5/src/docs/tex/chapters/base.tex-10-
ufoai-2.5/src/docs/tex/chapters/base.tex:11:Probably the most important sub-menu here is \emph{Equip Aircraft}.  This brings up a screen which allows you to choose which soldiers to assign to your selected aircraft. A standard dropship has room for 8 soldiers, and you will generally want to use all of them (unless you like a challenge, of course). In order to choose the best soldiers for an upcoming mission, you are provided with a picture of your selected character and his statistics. A simple click on the `X' or$\surd$ assigns or removes the selected soldier from the current ship. You may also rename your fighters using the ``edit'' button in the upper right, just next to current soldier's name. Also please notice that while you can assign one soldier to an interceptor ship, this currently will do you no good.
ufoai-2.5/src/docs/tex/chapters/base.tex-12-
##############################################
ufoai-2.5/src/game/lua/luaconf.h-563-
ufoai-2.5/src/game/lua/luaconf.h:564:#define lua_number2int(i,d)   __asm fld d   __asm fistp i
ufoai-2.5/src/game/lua/luaconf.h-565-#define lua_number2integer(i,n)		lua_number2int(i, n)
##############################################
ufoai-2.5/src/po/Makefile-58-.po.gmo:
ufoai-2.5/src/po/Makefile:59:	$(Q)lang=`echo $* | sed -e 's,.*/,,'`; \
ufoai-2.5/src/po/Makefile-60-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
ufoai-2.5/src/po/Makefile-73-	$(Q)sed s/charset=CHARSET/charset=UTF-8/ $(DOMAIN).c.po > $(DOMAIN).c1.po
ufoai-2.5/src/po/Makefile:74:	$(Q)${UFOPO} --directory=$(top_srcdir) `cd $(top_srcdir) && sh $(subdir)/FINDUFOS` > $(DOMAIN).ufo.po
ufoai-2.5/src/po/Makefile-75-	$(Q)$(MSGCAT) --sort-by-file $(DOMAIN).c1.po $(DOMAIN).ufo.po -o $(DOMAIN).po ;\
##############################################
ufoai-2.5/src/po/Makefile-90-	@echo '===> PO [$<]'
ufoai-2.5/src/po/Makefile:91:	$(Q)lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
ufoai-2.5/src/po/Makefile-92-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
ufoai-2.5/src/po/Makefile-100-	@echo '===> PO [$(shell echo $@ | sed -e 's/\.po-update$$//')]'
ufoai-2.5/src/po/Makefile:101:	$(Q)lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
ufoai-2.5/src/po/Makefile-102-	tmpdir=`pwd`; \
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-44-awk_soft="awk"
ufoai-2.5/src/po/update_po_from_wiki.sh:45:test=`printf "rnt\n" | $sed_soft 's/\r//g;s/\n//g;s/\t//g'`
ufoai-2.5/src/po/update_po_from_wiki.sh-46-if [ "$test" != "rnt" ]
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-57-
ufoai-2.5/src/po/update_po_from_wiki.sh:58:	test=`printf "rnt\n" | $sed_soft 's/\r//g;s/\n//g;s/\t//g'`
ufoai-2.5/src/po/update_po_from_wiki.sh-59-	if [ "$test" != "rnt" ]
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-72-		declare -i end
ufoai-2.5/src/po/update_po_from_wiki.sh:73:		begin=`echo "$l_line" | cut -d " " -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh:74:		end=`echo "$l_line" | cut -d " " -f 2`
ufoai-2.5/src/po/update_po_from_wiki.sh-75-		if [ $1 -ge $begin ] && [ $1 -le $end ]
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-78-			j=0
ufoai-2.5/src/po/update_po_from_wiki.sh:79:			liste=`echo "$l_line" | cut -d " " -f 3-`
ufoai-2.5/src/po/update_po_from_wiki.sh-80-			for language_select in $liste
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-112-	then
ufoai-2.5/src/po/update_po_from_wiki.sh:113:		#test=`wc -l sed_commands_${language0} | $sed_soft 's/^[ \t]*//g' | cut -d " " -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh:114:		test=`$awk_soft 'NR == 3 {print $0}' sed_commands_${language0}`
ufoai-2.5/src/po/update_po_from_wiki.sh-115-		test=${#test}
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-119-	then
ufoai-2.5/src/po/update_po_from_wiki.sh:120:		test=`$awk_soft 'NR == '$BEGIN' {print $0}' $output_file | grep "msgid_plural"`
ufoai-2.5/src/po/update_po_from_wiki.sh-121-		if [ ${#test} -gt 0 ]
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-133-		BEGIN=$BEGIN-2
ufoai-2.5/src/po/update_po_from_wiki.sh:134:		test=`$awk_soft 'NR == '$BEGIN' {print $0}' $output_file.tmp`
ufoai-2.5/src/po/update_po_from_wiki.sh-135-		if [ "$test" = "#, fuzzy" ]
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-140-
ufoai-2.5/src/po/update_po_from_wiki.sh:141:		test=`diff $output_file $output_file.tmp | $awk_soft 'NR==1 {print $0}'`
ufoai-2.5/src/po/update_po_from_wiki.sh-142-		if [ ${#test} -gt 0 ]
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-163-
ufoai-2.5/src/po/update_po_from_wiki.sh:164:	BEGIN=`grep -n "<!-- start content -->" downloaded_page_${language0} | cut -d : -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh-165-	$sed_soft '1,'$BEGIN'd' downloaded_page_${language0} > downloaded_page_${language0}.tmp
ufoai-2.5/src/po/update_po_from_wiki.sh-166-
ufoai-2.5/src/po/update_po_from_wiki.sh:167:	BEGIN=`grep -n "<div class=\"printfooter\">" downloaded_page_${language0}.tmp | cut -d : -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh:168:	END=`wc -l downloaded_page_${language0}.tmp | $sed_soft 's/^[ \t]*//g' | cut -d " " -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh-169-	$sed_soft $BEGIN','$END'd' downloaded_page_${language0}.tmp |
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-179-# The first argument is 1 if this is a long description which need several lines of msgstr.
ufoai-2.5/src/po/update_po_from_wiki.sh:180:	BEGIN=`grep -n "msgid \"$english\"" $output_file | cut -d : -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh:181:	END=`$awk_soft 'NR > '$BEGIN' && $0 ~ /^[ \t]*\r?$/ {print NR;exit}' $output_file`
ufoai-2.5/src/po/update_po_from_wiki.sh-182-	BEGIN=$BEGIN+1
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-197-# Procedure looking for the url of the description of $english. It downloads it, then return 0 if it's OK, 1 if the msgid is not on the wiki, and 2 if didn't find any translation in this language.
ufoai-2.5/src/po/update_po_from_wiki.sh:198:    number=`grep -iwnm 1 "<td> $english" ${index} | cut -d : -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh-199-    if [ $number -ge $FIRST_LINE ]
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-255-		english=$*$i
ufoai-2.5/src/po/update_po_from_wiki.sh:256:		number=`grep -iwnm 1 "$english" ${index} | cut -d : -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh-257-		if [ $number -lt $FIRST_LINE ]
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-440-			declare temp_string=$ll_line
ufoai-2.5/src/po/update_po_from_wiki.sh:441:			temp_string=`echo "$temp_string" | cut -d ">" -f 2`
ufoai-2.5/src/po/update_po_from_wiki.sh:442:			temp_string=`echo "$temp_string" | cut -d "<" -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh-443-			list_language=${list_language}${temp_string}
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-480-# Generation of a file '$index' which contains the chapters pages on the wiki.
ufoai-2.5/src/po/update_po_from_wiki.sh:481:for i in `echo $chapters`; do
ufoai-2.5/src/po/update_po_from_wiki.sh-482-	wget -O ${i}"_"${language} "${url}${wiki_url}${i}";
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-494-
ufoai-2.5/src/po/update_po_from_wiki.sh:495:for i in `echo $chapters`; do
ufoai-2.5/src/po/update_po_from_wiki.sh-496-	cat ${i}"_"${language} >> ${index};
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-516-# Each input of msgstr (i.e. the part before any \n) is put on only 1 line
ufoai-2.5/src/po/update_po_from_wiki.sh:517:BEGIN=`grep -nm 1 "msgid " $input_file | cut -d : -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh:518:END=`wc -l $input_file | $sed_soft 's/^[ \t]*//g' | cut -d " " -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh-519-$sed_soft $BEGIN','$END's/^\"\(.*\)\"$/\1/g;s/\r//g' $input_file |
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-536-#This test doesn't work for files too big... I suppress it.
ufoai-2.5/src/po/update_po_from_wiki.sh:537:#test=`diff $input_file $output_file | $sed_soft '/^</!d;/^<[ \t]*\"/d'`
ufoai-2.5/src/po/update_po_from_wiki.sh-538-#if [[ ${#test} -gt 0 ]]
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-580-# We first begin to update the intro and prolog sentences, news and campaign descriptions, as they are on only 2 wiki page (it avoids useless downloading)
ufoai-2.5/src/po/update_po_from_wiki.sh:581:FIRST_LINE=`$awk_soft 'BEGIN {FS=" "};NR==1 {print $1}' Language_List_${language0}`
ufoai-2.5/src/po/update_po_from_wiki.sh-582-FIRST_LINE=$FIRST_LINE-4
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-725-		fi
ufoai-2.5/src/po/update_po_from_wiki.sh:726:		number=`grep -iwnm 1 ">$english</a> (en)" ${index} | cut -d : -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh-727-		if [[ ${number} -gt 0 ]]
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-740-				test=${english:0:${#english}-4}_pre_txt
ufoai-2.5/src/po/update_po_from_wiki.sh:741:				test=`grep -iwm 1 "$test" po_file_${language0}.tmp`
ufoai-2.5/src/po/update_po_from_wiki.sh-742-				if [[ ${#test} -gt 0 ]]
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-813-				test_artifact="0"
ufoai-2.5/src/po/update_po_from_wiki.sh:814:				number=`grep -iwnm 1 ">$english</a>" ${index} | cut -d : -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh-815-				if [[ $number -lt $FIRST_LINE ]]
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-817-					# This part looks for $english where "-" would be replaced by "--" (like in UFO -- Scout)
ufoai-2.5/src/po/update_po_from_wiki.sh:818:					test=`echo $english | sed 's/-/--/g'`
ufoai-2.5/src/po/update_po_from_wiki.sh:819:					number=`grep -iwnm 1 ">$test</a>" ${index} | cut -d : -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh-820-				fi
##############################################
ufoai-2.5/src/po/update_po_from_wiki.sh-824-					test_artifact="1"
ufoai-2.5/src/po/update_po_from_wiki.sh:825:					number=`grep -inm 1 " -- $english</a>" ${index} | cut -d : -f 1`
ufoai-2.5/src/po/update_po_from_wiki.sh-826-				fi
##############################################
ufoai-2.5/src/ports/windows/win_backtrace.cpp-67-			DWORD dummy = 0;
ufoai-2.5/src/ports/windows/win_backtrace.cpp:68:			if (SymGetSymFromAddr(process, frame.AddrPC.Offset, &dummy, symbol)) {
ufoai-2.5/src/ports/windows/win_backtrace.cpp-69-				file = symbol->Name;
##############################################
ufoai-2.5/src/server/sv_init.cpp-47-	if (mapname[0] == '+') {
ufoai-2.5/src/server/sv_init.cpp:48:		const Assembly *mAsm = map->getCurrentAssembly();
ufoai-2.5/src/server/sv_init.cpp:49:		if (mAsm && mAsm->title[0]) {
ufoai-2.5/src/server/sv_init.cpp-50-			/* return the assembly title itself - must be translated client side */
##############################################
ufoai-2.5/src/server/sv_rma.cpp-169-{
ufoai-2.5/src/server/sv_rma.cpp:170:	const Assembly *mAsm = map->getCurrentAssembly();
ufoai-2.5/src/server/sv_rma.cpp-171-	char screen[(MMH + 1) * ACH][(MMW + 1) * ACW];
##############################################
ufoai-2.5/src/server/sv_rma.cpp-814-	const unsigned long *m = nullptr;
ufoai-2.5/src/server/sv_rma.cpp:815:	const Assembly *mAsm = map->getCurrentAssembly();
ufoai-2.5/src/server/sv_rma.cpp-816-
##############################################
ufoai-2.5/src/server/sv_rma.cpp-863-	int x, y;
ufoai-2.5/src/server/sv_rma.cpp:864:	const Assembly *mAsm = map->getCurrentAssembly();
ufoai-2.5/src/server/sv_rma.cpp-865-
##############################################
ufoai-2.5/src/server/sv_rma.cpp-879-	int x, y;
ufoai-2.5/src/server/sv_rma.cpp:880:	const Assembly *mAsm = map->getCurrentAssembly();
ufoai-2.5/src/server/sv_rma.cpp-881-	const int h = mAsm->height;
##############################################
ufoai-2.5/src/server/sv_rma.cpp-918-#ifdef DEBUG
ufoai-2.5/src/server/sv_rma.cpp:919:	const Assembly *mAsm = map->getCurrentAssembly();
ufoai-2.5/src/server/sv_rma.cpp-920-
##############################################
ufoai-2.5/src/server/sv_rma.cpp-1017-	const Assembly *mAsm;
ufoai-2.5/src/server/sv_rma.cpp:1018:	mAsm = map->getCurrentAssembly();
ufoai-2.5/src/server/sv_rma.cpp-1019-
##############################################
ufoai-2.5/src/server/sv_rma.cpp-1078-	static int callCnt = 0;
ufoai-2.5/src/server/sv_rma.cpp:1079:	const Assembly *mAsm = map->getCurrentAssembly();
ufoai-2.5/src/server/sv_rma.cpp-1080-	const int mapW = mAsm->width;
##############################################
ufoai-2.5/src/server/sv_rma.cpp-1291-{
ufoai-2.5/src/server/sv_rma.cpp:1292:	const Assembly *mAsm = map->getCurrentAssembly();
ufoai-2.5/src/server/sv_rma.cpp-1293-	const int mapW = mAsm->width;
##############################################
ufoai-2.5/src/server/sv_rma.cpp-1392-{
ufoai-2.5/src/server/sv_rma.cpp:1393:	const Assembly *mAsm = map->getCurrentAssembly();
ufoai-2.5/src/server/sv_rma.cpp-1394-	const int mapW = mAsm->width;
##############################################
ufoai-2.5/src/server/sv_rma.cpp-1465-	static int attempts = 0;			/* how often this function is called in the RMA process */
ufoai-2.5/src/server/sv_rma.cpp:1466:	const Assembly *mAsm = map->getCurrentAssembly();
ufoai-2.5/src/server/sv_rma.cpp-1467-	const int mapSize = mAsm->size;		/* the # of grid squares in the assembly. A grid suare is usually 8x8 cells. */
##############################################
ufoai-2.5/src/server/sv_rma.cpp-1593-	int pos;	/* index in the array of random positions */
ufoai-2.5/src/server/sv_rma.cpp:1594:	const Assembly *mAsm = map->getCurrentAssembly();
ufoai-2.5/src/server/sv_rma.cpp-1595-	const int mapW = mAsm->width;		/* width in x-direction */
##############################################
ufoai-2.5/src/server/sv_rma.cpp-1703-	int i;
ufoai-2.5/src/server/sv_rma.cpp:1704:	const Assembly *mAsm = map->getCurrentAssembly();
ufoai-2.5/src/server/sv_rma.cpp-1705-
##############################################
ufoai-2.5/src/server/sv_rma.cpp-1963-	int i;
ufoai-2.5/src/server/sv_rma.cpp:1964:	const Assembly *mAsm = map->getCurrentAssembly();
ufoai-2.5/src/server/sv_rma.cpp-1965-
##############################################
ufoai-2.5/src/tools/masterserver/masterserver.php-155-	} else if (isset($_GET["ip"])) {
ufoai-2.5/src/tools/masterserver/masterserver.php:156:		echo $_SERVER["REMOTE_ADDR"];
ufoai-2.5/src/tools/masterserver/masterserver.php-157-	} else if (isset($_GET["shutdown"])) {
##############################################
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-579-} elseif (isset($settings_path)) {
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php:580:    require_once($settings_path);
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-581-} else {
##############################################
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-594-    if (1 == count($matches)) {
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php:595:        require_once($matches[0]);
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-596-        $settings_path = $matches[0];
##############################################
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-600-        $matches[0] = str_replace('_bak.php', '.php', $matches[0]);
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php:601:        require_once($matches[0]);
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-602-        $settings_path = $matches[0];
##############################################
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-628-    //safe to include, will check if functions exist before declaring
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php:629:	require_once($sourcedir . '/Subs-Compat.php');
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-630-}
##############################################
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-1008-		if (strpos(strtolower(PHP_OS), 'win') !== 0) {
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php:1009:			require_once($sourcedir . '/Subs-Compat.php');
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-1010-			$other_passwords[] = sha1_smf(strtolower($user_settings['member_name']) . smfapi_unHtmlspecialchars($password));
##############################################
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-1814-			global $sourcedir;
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php:1815:			require_once($sourcedir . \'/Subs-Charset.php\');
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-1816-			return utf8_strtolower($string);')) : 'strtolower',
##############################################
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-1819-			global $sourcedir;
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php:1820:			require_once($sourcedir . \'/Subs-Charset.php\');
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-1821-			return utf8_strtoupper($string);')) : 'strtoupper',
##############################################
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-2256-	// load the file for the database (safe to load)
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php:2257:	require_once($sourcedir . '/Subs-Db-' . $db_type . '.php');
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-2258-
##############################################
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-2436-
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php:2437:		require($cachedir . '/data_' . $key . '.php');
ufoai-2.5/src/tools/webapi/internal/smf_2_api.php-2438-