===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
openttd-1.10.3/docs/directory_structure.md-23-    - macOS: `~/Documents/OpenTTD`
openttd-1.10.3/docs/directory_structure.md:24:    - Linux: `$XDG_DATA_HOME/openttd` which is usually `~/.local/share/openttd`
openttd-1.10.3/docs/directory_structure.md-25-       when built with XDG base directory support, otherwise `~/.openttd`
##############################################
openttd-1.10.3/Makefile.grf.in-66-	$(E) '$(STAGE) Updating $(notdir $@)'
openttd-1.10.3/Makefile.grf.in:67:	$(Q) sed 's/^ORIG_EXTRA.GRF    = *[0-9a-f]*$$/ORIG_EXTRA.GRF    = '`$(MD5SUM) $(BIN_DIR)/orig_extra.grf | sed 's@ .*@@'`'/' $< > $@.tmp
openttd-1.10.3/Makefile.grf.in-68-	$(Q) awk -v langfiles='$(OBJS_DIR)/langfiles.tmp' -f $(BASESET_DIR)/translations.awk $@.tmp >$@
##############################################
openttd-1.10.3/projects/generate-84-	li=""
openttd-1.10.3/projects/generate:85:	for i in `cat $1 | grep -v "#\|ottdres.rc\|win32.cpp\|win32_v.cpp" | xargs -n 1 basename | sort`; do
openttd-1.10.3/projects/generate-86-		if [ "$li" = "$i" ]; then
##############################################
openttd-1.10.3/projects/generate-185-	# By removing the extension and sorting it on Linux, they are the same.
openttd-1.10.3/projects/generate:186:	for i in `ls $1 | sed s~.txt$~~g | sort`
openttd-1.10.3/projects/generate-187-	do
openttd-1.10.3/projects/generate:188:		i=`basename $i`
openttd-1.10.3/projects/generate-189-		if [ "$i" == "english" ]
##############################################
openttd-1.10.3/projects/generate-211-#3..\\\\objs\\\\settings\\\\settings_gen.exe -o ..\\\\objs\\\\settings\\\\table\\\\settings.h -b ..\\\\src\\\\table\\\\settings.h.preamble -a ..\\\\src\\\\table\\\\settings.h.postamble"
openttd-1.10.3/projects/generate:212:	for i in `ls $1`
openttd-1.10.3/projects/generate-213-	do
openttd-1.10.3/projects/generate:214:		i=`basename $i`
openttd-1.10.3/projects/generate-215-		RES="$RES
##############################################
openttd-1.10.3/projects/generate-232-	# By removing the extension and sorting it on Linux, they are the same.
openttd-1.10.3/projects/generate:233:	for i in `ls $2 | sed s~.txt$~~g | sort`
openttd-1.10.3/projects/generate-234-	do
##############################################
openttd-1.10.3/projects/generate-239-		fi
openttd-1.10.3/projects/generate:240:		i=`basename $i`
openttd-1.10.3/projects/generate-241-		RES2="$RES2..\\\\src\\\\lang\\\\$i.txt"
##############################################
openttd-1.10.3/projects/generate-245-	# By fiddling with the extension and sorting it on Linux, they are the same.
openttd-1.10.3/projects/generate:246:	for i in `ls $1 | sed s~\\\.~000~g | sort | sed s~000~.~g`
openttd-1.10.3/projects/generate-247-	do
openttd-1.10.3/projects/generate:248:		i=`basename $i`
openttd-1.10.3/projects/generate-249-		RES="$RES
##############################################
openttd-1.10.3/projects/generate-295-load_main_data "$ROOT_DIR/source.list" openttd
openttd-1.10.3/projects/generate:296:openttdfiles=`echo "$openttd" | grep "^#4" | sed "s~#4~~g"`
openttd-1.10.3/projects/generate:297:openttdfilters=`echo "$openttd" | grep "^#3" | sed "s~#3~~g"`
openttd-1.10.3/projects/generate:298:openttdvcxproj=`echo "$openttd" | grep "^#2" | sed "s~#2~~g"`
openttd-1.10.3/projects/generate-299-
openttd-1.10.3/projects/generate-300-load_lang_data "$ROOT_DIR/src/lang/*.txt" lang
openttd-1.10.3/projects/generate:301:langfiles=`echo "$lang" | grep "^#3" | sed "s~#3~~g"`
openttd-1.10.3/projects/generate:302:langvcxproj=`echo "$lang" | grep "^#2" | sed "s~#2~~g"`
openttd-1.10.3/projects/generate-303-
openttd-1.10.3/projects/generate-304-load_settings_data "$ROOT_DIR/src/table/*.ini" settings
openttd-1.10.3/projects/generate:305:settingsfiles=`echo "$settings" | grep "^#4" | sed "s~#4~~g"`
openttd-1.10.3/projects/generate:306:settingscommand=`echo "$settings" | grep "^#3" | sed "s~#3~~g"`
openttd-1.10.3/projects/generate:307:settingsvcxproj=`echo "$settings" | grep "^#2" | sed "s~#2~~g"`
openttd-1.10.3/projects/generate-308-
openttd-1.10.3/projects/generate-309-load_baseset_data "$ROOT_DIR/media/baseset/*.ob?" "$ROOT_DIR/src/lang/*.txt" baseset
openttd-1.10.3/projects/generate:310:basesetfiles=`echo "$baseset" | grep "^#3" | sed "s-#3--g"`
openttd-1.10.3/projects/generate:311:basesetvcxproj=`echo "$baseset" | grep "^#2" | sed "s~#2~~g"`
openttd-1.10.3/projects/generate:312:basesetlangs=`echo "$baseset" | grep "^#4" | sed "s~#4~~g"`
openttd-1.10.3/projects/generate-313-
##############################################
openttd-1.10.3/projects/gen-kdev4.sh-17-	printf '\x%02x' \
openttd-1.10.3/projects/gen-kdev4.sh:18:		`expr $1 / 16777216 % 256` \
openttd-1.10.3/projects/gen-kdev4.sh:19:		`expr $1 / 65536    % 256` \
openttd-1.10.3/projects/gen-kdev4.sh:20:		`expr $1 / 256      % 256` \
openttd-1.10.3/projects/gen-kdev4.sh:21:		`expr $1            % 256`
openttd-1.10.3/projects/gen-kdev4.sh-22-}
##############################################
openttd-1.10.3/projects/gen-kdev4.sh-26-	# turn string into UTF-16 and hexdump it
openttd-1.10.3/projects/gen-kdev4.sh:27:	hex_utf16=`rawprint "$1" | iconv -t UTF-16BE | od -t x1 -A n | tr -d -c '[:xdigit:]'`;
openttd-1.10.3/projects/gen-kdev4.sh-28-
openttd-1.10.3/projects/gen-kdev4.sh:29:	encode_dword `rawprint "$hex_utf16" | wc -m | xargs -I {} expr {} / 2` # length = num hex digits / 2
openttd-1.10.3/projects/gen-kdev4.sh-30-	rawprint "$hex_utf16" | sed 's/../\\x&/g' # put '\x' prefix before every pair of digits
##############################################
openttd-1.10.3/projects/gen-kdev4.sh-34-{
openttd-1.10.3/projects/gen-kdev4.sh:35:	encode_string `rawprint "$1" | grep -o '^[^=]*'` # everything before '='
openttd-1.10.3/projects/gen-kdev4.sh-36-	rawprint '\x00\x00\x00\n\x00'
openttd-1.10.3/projects/gen-kdev4.sh:37:	encode_string `rawprint "$1" | sed 's/^[^=]*=\?//'` # everything after '='
openttd-1.10.3/projects/gen-kdev4.sh-38-}
##############################################
openttd-1.10.3/projects/gen-kdev4.sh-43-	# add some fixed defines and discard empty lines from the tail
openttd-1.10.3/projects/gen-kdev4.sh:44:	defines=`printf 'va_list\nva_args\n%s' "$1"`
openttd-1.10.3/projects/gen-kdev4.sh-45-
openttd-1.10.3/projects/gen-kdev4.sh-46-	# count lines (no newline at the end so add one)
openttd-1.10.3/projects/gen-kdev4.sh:47:	encode_dword `printf '%s\n' "$defines" | wc -l`
openttd-1.10.3/projects/gen-kdev4.sh-48-
openttd-1.10.3/projects/gen-kdev4.sh-49-	while [ -n "$defines" ]; do
openttd-1.10.3/projects/gen-kdev4.sh:50:		encode_single_define `rawprint "$defines" | head -n 1`
openttd-1.10.3/projects/gen-kdev4.sh:51:		defines=`rawprint "$defines" | tail -n +2`
openttd-1.10.3/projects/gen-kdev4.sh-52-	done
##############################################
openttd-1.10.3/projects/gen-kdev4.sh-97-fi
openttd-1.10.3/projects/gen-kdev4.sh:98:DEFINES=`eval "printf '%s\n' $CFLAGS" | grep '^\-D' | cut -c3-`
openttd-1.10.3/projects/gen-kdev4.sh-99-
openttd-1.10.3/projects/gen-kdev4.sh:100:PROJECT_NAME_SED=s@!!PROJECT_NAME!!@`rawprint "$PROJECT_NAME" | escape_sed_special`@g
openttd-1.10.3/projects/gen-kdev4.sh:101:PROJECT_DIR_SED=s@!!PROJECT_DIR!!@`rawprint "$PROJECT_DIR" | escape_sed_special`@g
openttd-1.10.3/projects/gen-kdev4.sh:102:CUSTOM_DEFINES_SED=s@!!CUSTOM_DEFINES!!@`encode_defines "$DEFINES" | escape_sed_special`@g
openttd-1.10.3/projects/gen-kdev4.sh:103:CUSTOM_INCLUDES_SED=s@!!CUSTOM_INCLUDES!!@`encode_includes "$PROJECT_DIR" | escape_sed_special`@g
openttd-1.10.3/projects/gen-kdev4.sh-104-
##############################################
openttd-1.10.3/findversion.sh-53-# Find out some dirs
openttd-1.10.3/findversion.sh:54:cd `dirname "$0"`
openttd-1.10.3/findversion.sh-55-ROOT_DIR=`pwd`
##############################################
openttd-1.10.3/findversion.sh-67-	HASH=`LC_ALL=C git rev-parse --verify HEAD 2>/dev/null`
openttd-1.10.3/findversion.sh:68:	SHORTHASH=`echo ${HASH} | cut -c1-10`
openttd-1.10.3/findversion.sh:69:	ISODATE=`LC_ALL=C git show -s --pretty='format:%ci' HEAD | "$AWK" '{ gsub("-", "", $1); print $1 }'`
openttd-1.10.3/findversion.sh:70:	YEAR=`echo ${ISODATE} | cut -c1-4`
openttd-1.10.3/findversion.sh-71-	BRANCH="`git symbolic-ref -q HEAD 2>/dev/null | sed 's@.*/@@'`"
openttd-1.10.3/findversion.sh:72:	TAG="`git name-rev --name-only --tags --no-undefined HEAD 2>/dev/null | sed 's@\^0$@@'`"
openttd-1.10.3/findversion.sh-73-
##############################################
openttd-1.10.3/findversion.sh-84-		ISTAG="1"
openttd-1.10.3/findversion.sh:85:		if [ -n "`echo \"${TAG}\" | grep \"^[0-9.]*$\"`" ]; then
openttd-1.10.3/findversion.sh-86-			ISSTABLETAG="1"
##############################################
openttd-1.10.3/bin/ai/regression/run.sh-47-	if [ -z "$gdb" ]; then
openttd-1.10.3/bin/ai/regression/run.sh:48:		res="`diff -ub $tst/result.txt $tst/tmp.regression`"
openttd-1.10.3/bin/ai/regression/run.sh-49-		if [ -z "$res" ]; then
##############################################
openttd-1.10.3/configure-8-check_path_characters() {
openttd-1.10.3/configure:9:	if [ -n "`echo $ROOT_DIR | grep '[^-_A-Za-z0-9\/\\\.:]'`" ]; then
openttd-1.10.3/configure-10-		echo "WARNING: The path contains a non-alphanumeric character that might cause"
##############################################
openttd-1.10.3/configure-21-	#  and use $0 (and hope that is correct ;))
openttd-1.10.3/configure:22:	if [ -n "`echo $CONFIGURE_EXECUTABLE | grep make`" ]; then
openttd-1.10.3/configure-23-		CONFIGURE_EXECUTABLE="$0"
##############################################
openttd-1.10.3/configure-28-# Find out where configure is (in what dir)
openttd-1.10.3/configure:29:ROOT_DIR="`dirname $0`"
openttd-1.10.3/configure-30-# For MSYS/MinGW we want to know the FULL path. This as that path is generated
##############################################
openttd-1.10.3/configure-33-# pwd -W returns said FULL path, but doesn't exist on others so fall back.
openttd-1.10.3/configure:34:ROOT_DIR="`cd $ROOT_DIR && (pwd -W 2>/dev/null || pwd 2>/dev/null)`"
openttd-1.10.3/configure-35-
##############################################
openttd-1.10.3/configure-145-# Please escape ALL " within ` because e.g. "" terminates the string in some sh implementations
openttd-1.10.3/configure:146:SRCS="`< $ROOT_DIR/source.list tr '\r' '\n' | $awk \"$AWKCOMMAND\" | LC_ALL=C $PIPE_SORT`"
openttd-1.10.3/configure-147-
openttd-1.10.3/configure:148:OBJS_C="`  echo \"$SRCS\" | $awk ' { ORS = \" \" } /\.c$/   { gsub(\".c$\",   \".o\", $0); print $0; }'`"
openttd-1.10.3/configure:149:OBJS_CPP="`echo \"$SRCS\" | $awk ' { ORS = \" \" } /\.cpp$/ { gsub(\".cpp$\", \".o\", $0); print $0; }'`"
openttd-1.10.3/configure:150:OBJS_MM="` echo \"$SRCS\" | $awk ' { ORS = \" \" } /\.mm$/  { gsub(\".mm$\",  \".o\", $0); print $0; }'`"
openttd-1.10.3/configure:151:OBJS_RC="` echo \"$SRCS\" | $awk ' { ORS = \" \" } /\.rc$/  { gsub(\".rc$\",  \".o\", $0); print $0; }'`"
openttd-1.10.3/configure:152:SRCS="`    echo \"$SRCS\" | $awk ' { ORS = \" \" } { print $0; }'`"
openttd-1.10.3/configure-153-
##############################################
openttd-1.10.3/src/network/core/tcp_content.h-197-		NetworkTCPSocketHandler(s),
openttd-1.10.3/src/network/core/tcp_content.h:198:		client_addr(address)
openttd-1.10.3/src/network/core/tcp_content.h-199-	{
##############################################
openttd-1.10.3/src/network/core/host.cpp-75-				((sockaddr_in*)&address)->sin_addr.s_addr = htonl(ip | ~netmask);
openttd-1.10.3/src/network/core/host.cpp:76:				NetworkAddress addr(address, sizeof(sockaddr));
openttd-1.10.3/src/network/core/host.cpp-77-				if (std::none_of(broadcast->begin(), broadcast->end(), [&addr](NetworkAddress const& elem) -> bool { return elem == addr; })) broadcast->push_back(addr);
##############################################
openttd-1.10.3/src/network/core/host.cpp-99-
openttd-1.10.3/src/network/core/host.cpp:100:		NetworkAddress addr(ifa->ifa_broadaddr, sizeof(sockaddr));
openttd-1.10.3/src/network/core/host.cpp-101-		if (std::none_of(broadcast->begin(), broadcast->end(), [&addr](NetworkAddress const& elem) -> bool { return elem == addr; })) broadcast->push_back(addr);
##############################################
openttd-1.10.3/src/network/core/host.cpp-135-		((sockaddr_in*)&address)->sin_addr.s_addr = ifo[j].iiAddress.AddressIn.sin_addr.s_addr | ~ifo[j].iiNetmask.AddressIn.sin_addr.s_addr;
openttd-1.10.3/src/network/core/host.cpp:136:		NetworkAddress addr(address, sizeof(sockaddr));
openttd-1.10.3/src/network/core/host.cpp-137-		if (std::none_of(broadcast->begin(), broadcast->end(), [&addr](NetworkAddress const& elem) -> bool { return elem == addr; })) broadcast->push_back(addr);
##############################################
openttd-1.10.3/src/network/core/host.cpp-173-					ioctl(sock, SIOCGIFBRDADDR, &r) != -1) {
openttd-1.10.3/src/network/core/host.cpp:174:				NetworkAddress addr(&r.ifr_broadaddr, sizeof(sockaddr));
openttd-1.10.3/src/network/core/host.cpp-175-				if (std::none_of(broadcast->begin(), broadcast->end(), [&addr](NetworkAddress const& elem) -> bool { return elem == addr; })) broadcast->push_back(addr);
##############################################
openttd-1.10.3/src/network/core/address.cpp-272-
openttd-1.10.3/src/network/core/address.cpp:273:		NetworkAddress addr(runp->ai_addr, (int)runp->ai_addrlen);
openttd-1.10.3/src/network/core/address.cpp-274-		(*sockets)[addr] = sock;
##############################################
openttd-1.10.3/src/network/network_udp.cpp-392-			}
openttd-1.10.3/src/network/network_udp.cpp:393:			NetworkAddress addr(addr_storage, type == SLT_IPv4 ? sizeof(sockaddr_in) : sizeof(sockaddr_in6));
openttd-1.10.3/src/network/network_udp.cpp-394-			addr.SetPort(p->Recv_uint16());
##############################################
openttd-1.10.3/src/network/network_udp.cpp-479-	Packet p(PACKET_UDP_CLIENT_GET_LIST);
openttd-1.10.3/src/network/network_udp.cpp:480:	NetworkAddress out_addr(NETWORK_MASTER_SERVER_HOST, NETWORK_MASTER_SERVER_PORT);
openttd-1.10.3/src/network/network_udp.cpp-481-
##############################################
openttd-1.10.3/src/network/network_udp.cpp-510-	/* Find somewhere to send */
openttd-1.10.3/src/network/network_udp.cpp:511:	NetworkAddress out_addr(NETWORK_MASTER_SERVER_HOST, NETWORK_MASTER_SERVER_PORT);
openttd-1.10.3/src/network/network_udp.cpp-512-
##############################################
openttd-1.10.3/src/network/network_udp.cpp-542-	/* Find somewhere to send */
openttd-1.10.3/src/network/network_udp.cpp:543:	NetworkAddress out_addr(NETWORK_MASTER_SERVER_HOST, NETWORK_MASTER_SERVER_PORT);
openttd-1.10.3/src/network/network_udp.cpp-544-
##############################################
openttd-1.10.3/src/os/unix/crashlog_unix.cpp-93-		Dl_info dli;
openttd-1.10.3/src/os/unix/crashlog_unix.cpp:94:		if (dladdr((void *)pc, &dli) != 0) {
openttd-1.10.3/src/os/unix/crashlog_unix.cpp-95-			*wp->bufptr += seprintf(*wp->bufptr, wp->last, " [%02i] %s(%s+0x%x) [0x%x]\n",
##############################################
openttd-1.10.3/src/os/windows/crashlog_win.cpp-618-#if defined(_MSC_VER)
openttd-1.10.3/src/os/windows/crashlog_win.cpp:619:	_asm {
openttd-1.10.3/src/os/windows/crashlog_win.cpp-620-		mov _safe_esp, esp
##############################################
openttd-1.10.3/src/os/macosx/crashlog_osx.cpp-113-			Dl_info dli;
openttd-1.10.3/src/os/macosx/crashlog_osx.cpp:114:			bool dl_valid = dladdr(ip, &dli) != 0;
openttd-1.10.3/src/os/macosx/crashlog_osx.cpp-115-
##############################################
openttd-1.10.3/src/video/cocoa/wnd_quickdraw.mm-506-	LockPortBits(thePort);
openttd-1.10.3/src/video/cocoa/wnd_quickdraw.mm:507:	this->window_buffer = GetPixBaseAddr(GetPortPixMap(thePort));
openttd-1.10.3/src/video/cocoa/wnd_quickdraw.mm-508-	this->window_pitch = GetPixRowBytes(GetPortPixMap(thePort));
##############################################
openttd-1.10.3/src/script/api/squirrel_export.sh-21-# This must be called from within a src/???/api directory.
openttd-1.10.3/src/script/api/squirrel_export.sh:22:scriptdir=`dirname $0`
openttd-1.10.3/src/script/api/squirrel_export.sh-23-apilc=`pwd | sed "s@/api@@;s@.*/@@"`
##############################################
openttd-1.10.3/src/script/api/squirrel_export.sh-30-		cd $api
openttd-1.10.3/src/script/api/squirrel_export.sh:31:		sh $scriptdir/../`basename $0`
openttd-1.10.3/src/script/api/squirrel_export.sh-32-		cd ..
##############################################
openttd-1.10.3/src/script/api/squirrel_export.sh-44-for f in `ls ../*.hpp`; do
openttd-1.10.3/src/script/api/squirrel_export.sh:45:	bf=`basename ${f} | sed s@script_@${apilc}_@`
openttd-1.10.3/src/script/api/squirrel_export.sh-46-
openttd-1.10.3/src/script/api/squirrel_export.sh-47-	# ScriptController has custom code, and should not be generated
openttd-1.10.3/src/script/api/squirrel_export.sh:48:	if [ "`basename ${f}`" = "script_controller.hpp" ]; then continue; fi
openttd-1.10.3/src/script/api/squirrel_export.sh-49-
##############################################
openttd-1.10.3/src/script/api/squirrel_export.sh-51-
openttd-1.10.3/src/script/api/squirrel_export.sh:52:	if [ "`wc -l ${bf}.tmp | cut -d\  -f1`" = "0" ]; then
openttd-1.10.3/src/script/api/squirrel_export.sh-53-		if [ -f "${bf}.sq" ]; then
##############################################
openttd-1.10.3/src/script/api/squirrel_export.sh-57-		rm -f ${bf}.tmp
openttd-1.10.3/src/script/api/squirrel_export.sh:58:	elif ! [ -f "${bf}.sq" ] || [ -n "`diff -I '$Id' ${bf}.tmp ${bf}.sq 2> /dev/null || echo boo`" ]; then
openttd-1.10.3/src/script/api/squirrel_export.sh-59-		mv ${bf}.tmp ${bf}.sq
##############################################
openttd-1.10.3/src/script/api/squirrel_export.sh-67-for f in `ls *.hpp.sq`; do
openttd-1.10.3/src/script/api/squirrel_export.sh:68:	f=`echo ${f} | sed "s/.hpp.sq$/.hpp/;s@${apilc}_@script_@"`
openttd-1.10.3/src/script/api/squirrel_export.sh-69-	if [ ! -f ../${f} ];then
##############################################
openttd-1.10.3/src/script/api/squirrel_export.sh-90-	gsub(\"^.*/\", \"\")
openttd-1.10.3/src/script/api/squirrel_export.sh:91:	split(\"`grep '^void SQ'${apiuc}'.*_Register(Squirrel \*engine).\?$' *.hpp.sq | sed 's/:.*$//' | sort | uniq | tr -d '\r' | tr '\n' ' '`\", files, \" \")
openttd-1.10.3/src/script/api/squirrel_export.sh-92-
##############################################
openttd-1.10.3/src/script/api/squirrel_export.sh-104-	print \"	SQ${apiuc}List_Register(this->engine);\" \$0
openttd-1.10.3/src/script/api/squirrel_export.sh:105:	split(\"`grep '^void SQ'${apiuc}'.*_Register(Squirrel \*engine).\?$' *.hpp.sq | grep -v 'SQ'${apiuc}'List_Register' | sed 's/^.*void //;s/Squirrel \*/this->/;s/$/;/;s/_Register/0000Register/g;' | sort | sed 's/0000Register/_Register/g' | tr -d '\r' | tr '\n' ' '`\", regs, \" \")
openttd-1.10.3/src/script/api/squirrel_export.sh-106-
##############################################
openttd-1.10.3/src/script/api/squirrel_export.sh-119-
openttd-1.10.3/src/script/api/squirrel_export.sh:120:if ! [ -f "${f}" ] || [ -n "`diff -I '$Id' ${f} ${f}.tmp 2> /dev/null || echo boo`" ]; then
openttd-1.10.3/src/script/api/squirrel_export.sh-121-	mv ${f}.tmp ${f}
##############################################
openttd-1.10.3/src/script/api/squirrel_export.awk-29-
openttd-1.10.3/src/script/api/squirrel_export.awk:30:	print "	template <> inline "       name " *GetParam(ForceType<"       name " *>, HSQUIRRELVM vm, int index, SQAutoFreePointers *ptr) { SQUserPointer instance; sq_getinstanceup(vm, index, &instance, 0); return  (" name " *)instance; }" CR
openttd-1.10.3/src/script/api/squirrel_export.awk:31:	print "	template <> inline "       name " &GetParam(ForceType<"       name " &>, HSQUIRRELVM vm, int index, SQAutoFreePointers *ptr) { SQUserPointer instance; sq_getinstanceup(vm, index, &instance, 0); return *(" name " *)instance; }" CR
openttd-1.10.3/src/script/api/squirrel_export.awk:32:	print "	template <> inline const " name " *GetParam(ForceType<const " name " *>, HSQUIRRELVM vm, int index, SQAutoFreePointers *ptr) { SQUserPointer instance; sq_getinstanceup(vm, index, &instance, 0); return  (" name " *)instance; }" CR
openttd-1.10.3/src/script/api/squirrel_export.awk:33:	print "	template <> inline const " name " &GetParam(ForceType<const " name " &>, HSQUIRRELVM vm, int index, SQAutoFreePointers *ptr) { SQUserPointer instance; sq_getinstanceup(vm, index, &instance, 0); return *(" name " *)instance; }" CR
openttd-1.10.3/src/script/api/squirrel_export.awk-34-	if (name == "ScriptEvent") {
##############################################
openttd-1.10.3/src/script/api/squirrel_export.awk-39-		print "		if (sq_gettype(vm, index) == OT_INSTANCE) {" CR
openttd-1.10.3/src/script/api/squirrel_export.awk:40:		print "			return GetParam(ForceType<ScriptText *>(), vm, index, ptr);" CR
openttd-1.10.3/src/script/api/squirrel_export.awk-41-		print "		}" CR
openttd-1.10.3/src/script/api/squirrel_export.awk-42-		print "		if (sq_gettype(vm, index) == OT_STRING) {" CR
openttd-1.10.3/src/script/api/squirrel_export.awk:43:		print "			return new RawText(GetParam(ForceType<const char *>(), vm, index, ptr));" CR
openttd-1.10.3/src/script/api/squirrel_export.awk-44-		print "		}" CR
##############################################
openttd-1.10.3/src/script/api/squirrel_export.awk-289-			for (i = 1; i <= enum_size; i++) {
openttd-1.10.3/src/script/api/squirrel_export.awk:290:				print "	template <> inline " enums[i] " GetParam(ForceType<" enums[i] ">, HSQUIRRELVM vm, int index, SQAutoFreePointers *ptr) { SQInteger tmp; sq_getinteger(vm, index, &tmp); return (" enums[i] ")tmp; }" CR
openttd-1.10.3/src/script/api/squirrel_export.awk-291-				print "	template <> inline int Return<" enums[i] ">(HSQUIRRELVM vm, " enums[i] " res) { sq_pushinteger(vm, (int32)res); return 1; }" CR
##############################################
openttd-1.10.3/src/cpu.cpp-17-/* rdtsc for MSC_VER, uses simple inline assembly, or _rdtsc
openttd-1.10.3/src/cpu.cpp:18: * from external win64.asm because VS2005 does not support inline assembly */
openttd-1.10.3/src/cpu.cpp-19-#if defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_X64)) && !defined(RDTSC_AVAILABLE)
##############################################
openttd-1.10.3/src/cpu.cpp-54-	 * read it; we double-check and reread the registers */
openttd-1.10.3/src/cpu.cpp:55:	asm volatile (
openttd-1.10.3/src/cpu.cpp-56-				  "mftbu %0\n"
##############################################
openttd-1.10.3/src/3rdparty/os2/getaddrinfo.c-143-            return EAI_NONAME;
openttd-1.10.3/src/3rdparty/os2/getaddrinfo.c:144:        sin.sin_addr.s_addr = inet_addr (nodename);
openttd-1.10.3/src/3rdparty/os2/getaddrinfo.c-145-        /* Duplicate result and addr and return */
##############################################
openttd-1.10.3/src/3rdparty/os2/getnameinfo.c-48- *     - getservbyport() is not thread safe for most systems we are targeting.
openttd-1.10.3/src/3rdparty/os2/getnameinfo.c:49: *     - getipnodebyaddr() is thread safe.  However, many resolver libraries
openttd-1.10.3/src/3rdparty/os2/getnameinfo.c-50- *       used in the function are not thread safe.
openttd-1.10.3/src/3rdparty/os2/getnameinfo.c:51: *     - gethostbyaddr() is usually not thread safe.
openttd-1.10.3/src/3rdparty/os2/getnameinfo.c-52- */
##############################################
openttd-1.10.3/src/3rdparty/os2/getnameinfo.c-212-        int h_error = 0;
openttd-1.10.3/src/3rdparty/os2/getnameinfo.c:213:        hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error);
openttd-1.10.3/src/3rdparty/os2/getnameinfo.c-214-#else
openttd-1.10.3/src/3rdparty/os2/getnameinfo.c:215:        hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
openttd-1.10.3/src/3rdparty/os2/getnameinfo.c-216-#if 0 // getnameinfo.c:161:9: error: variable 'h_error' set but not used
##############################################
openttd-1.10.3/Makefile.src.in-104-# This helps to recompile if flags change
openttd-1.10.3/Makefile.src.in:105:RES := $(shell if [ "`cat $(CONFIG_CACHE_COMPILER) 2>/dev/null`" != "$(CFLAGS) $(CXXFLAGS)" ]; then echo "$(CFLAGS) $(CXXFLAGS)" > $(CONFIG_CACHE_COMPILER); fi )
openttd-1.10.3/Makefile.src.in:106:RES := $(shell if [ "`cat $(CONFIG_CACHE_LINKER) 2>/dev/null`" != "$(LDFLAGS) $(LIBS)" ]; then echo "$(LDFLAGS) $(LIBS)" > $(CONFIG_CACHE_LINKER); fi )
openttd-1.10.3/Makefile.src.in-107-
openttd-1.10.3/Makefile.src.in-108-# If there is a change in the source-file-list, make sure we recheck the deps
openttd-1.10.3/Makefile.src.in:109:RES := $(shell if [ "`cat $(CONFIG_CACHE_SOURCE) 2>/dev/null`" != "$(SRCS)" ]; then echo "$(SRCS)" > $(CONFIG_CACHE_SOURCE); fi )
openttd-1.10.3/Makefile.src.in-110-# If there is a change in the revision, make sure we recompile rev.cpp
openttd-1.10.3/Makefile.src.in:111:RES := $(shell if [ "`cat $(CONFIG_CACHE_VERSION) 2>/dev/null`" != "$(VERSION) $(MODIFIED)" ]; then echo "$(VERSION) $(MODIFIED)" > $(CONFIG_CACHE_VERSION); fi )
openttd-1.10.3/Makefile.src.in-112-
##############################################
openttd-1.10.3/config.lib-183-
openttd-1.10.3/config.lib:184:		optarg=`expr "x$p" : 'x[^=]*=\(.*\)'`
openttd-1.10.3/config.lib-185-
##############################################
openttd-1.10.3/config.lib-505-		eval "v=\"\$$p\""
openttd-1.10.3/config.lib:506:		p=`echo "$p" | sed 's@_@-@g;s@\n@@g;s@ @\\ @g'`
openttd-1.10.3/config.lib-507-		# Only save those params that aren't empty
##############################################
openttd-1.10.3/config.lib-533-
openttd-1.10.3/config.lib:534:	os=`echo $os | tr '[a-z]' '[A-Z]'`
openttd-1.10.3/config.lib:535:	cpu_type=`echo $cpu_type | tr '[a-z]' '[A-Z]'`
openttd-1.10.3/config.lib-536-
##############################################
openttd-1.10.3/config.lib-549-	# OS only allows DETECT, UNIX, OSX, FREEBSD, DRAGONFLY, OPENBSD, NETBSD, HAIKU, SUNOS, CYGWIN, MINGW, and OS2
openttd-1.10.3/config.lib:550:	if [ -z "`echo $os | egrep '^(DETECT|UNIX|OSX|FREEBSD|DRAGONFLY|OPENBSD|NETBSD|HPUX|HAIKU|SUNOS|CYGWIN|MINGW|OS2)$'`" ]; then
openttd-1.10.3/config.lib-551-		log 1 "configure: error: invalid option --os=$os"
##############################################
openttd-1.10.3/config.lib-555-	# cpu_type can be either 32 or 64
openttd-1.10.3/config.lib:556:	if [ -z "`echo $cpu_type | egrep '^(32|64|DETECT)$'`" ]; then
openttd-1.10.3/config.lib-557-		log 1 "configure: error: invalid option --cpu-type=$cpu_type"
##############################################
openttd-1.10.3/config.lib-561-	# enable_debug should be between 0 and 4
openttd-1.10.3/config.lib:562:	if [ -z "`echo $enable_debug | egrep '^[0123]$'`" ]; then
openttd-1.10.3/config.lib-563-		log 1 "configure: error: invalid option --enable-debug=$enable_debug"
##############################################
openttd-1.10.3/config.lib-568-	# enable_desync_debug should be between 0 and 3
openttd-1.10.3/config.lib:569:	if [ -z "`echo $enable_desync_debug | egrep '^[012]$'`" ]; then
openttd-1.10.3/config.lib-570-		log 1 "configure: error: invalid option --enable-desync-debug=$enable_desync_debug"
##############################################
openttd-1.10.3/config.lib-674-		# GCC 4.5 outputs '%{flto}', GCC 4.6 outputs '%{flto*}'
openttd-1.10.3/config.lib:675:		has_lto=`($cxx_build -dumpspecs 2>&1 | grep '\%{flto') || ($cxx_build -help ipo 2>&1 | grep '\-ipo')`
openttd-1.10.3/config.lib-676-		if [ -n "$has_lto" ]; then
##############################################
openttd-1.10.3/config.lib-922-			#  So try to detect it (in a bit of an ugly way)
openttd-1.10.3/config.lib:923:			strip_arg="`$strip -s strip.test 2>/dev/null && echo \"-s\"`"
openttd-1.10.3/config.lib-924-		else
##############################################
openttd-1.10.3/config.lib-945-	if [ "$with_distcc" != "0" ]; then
openttd-1.10.3/config.lib:946:		res="`$distcc --version 2>/dev/null | head -n 1 | cut -b 1-6`"
openttd-1.10.3/config.lib-947-		if [ "$res" != "distcc" ]; then
##############################################
openttd-1.10.3/config.lib-974-	if [ "$with_ccache" != "0" ]; then
openttd-1.10.3/config.lib:975:		res="`$ccache --version 2>/dev/null | head -n 1 | cut -b 1-6`"
openttd-1.10.3/config.lib-976-		if [ "$res" != "ccache" ]; then
##############################################
openttd-1.10.3/config.lib-1082-	else
openttd-1.10.3/config.lib:1083:		doc_dir="`echo $doc_dir | sed 's@\([^\]\)\\\\ @\1\\\\\\\\ @g;s@\([^\]\) @\1\\\\\\\\ @g'`"
openttd-1.10.3/config.lib-1084-	fi
##############################################
openttd-1.10.3/config.lib-1092-	else
openttd-1.10.3/config.lib:1093:		icon_theme_dir="`echo $icon_theme_dir | sed 's@\([^\]\)\\\\ @\1\\\\\\\\ @g;s@\([^\]\) @\1\\\\\\\\ @g'`"
openttd-1.10.3/config.lib-1094-	fi
##############################################
openttd-1.10.3/config.lib-1104-	else
openttd-1.10.3/config.lib:1105:		personal_dir="`echo $personal_dir | sed 's@\([^\]\)\\\\ @\1\\\\\\\\ @g;s@\([^\]\) @\1\\\\\\\\ @g'`"
openttd-1.10.3/config.lib-1106-	fi
##############################################
openttd-1.10.3/config.lib-1115-	else
openttd-1.10.3/config.lib:1116:		shared_dir="`echo $shared_dir | sed 's@\([^\]\)\\\\ @\1\\\\\\\\ @g;s@\([^\]\) @\1\\\\\\\\ @g'`"
openttd-1.10.3/config.lib-1117-	fi
##############################################
openttd-1.10.3/config.lib-1126-	else
openttd-1.10.3/config.lib:1127:		man_dir="`echo $man_dir | sed 's@\([^\]\)\\\\ @\1\\\\\\\\ @g;s@\([^\]\) @\1\\\\\\\\ @g'`"
openttd-1.10.3/config.lib-1128-	fi
##############################################
openttd-1.10.3/config.lib-1137-	else
openttd-1.10.3/config.lib:1138:		menu_dir="`echo $menu_dir | sed 's@\([^\]\)\\\\ @\1\\\\\\\\ @g;s@\([^\]\) @\1\\\\\\\\ @g'`"
openttd-1.10.3/config.lib-1139-	fi
##############################################
openttd-1.10.3/config.lib-1194-	# Get the compiler to tell us who it is
openttd-1.10.3/config.lib:1195:	version_line="`$1 --version | head -n1`"
openttd-1.10.3/config.lib-1196-
##############################################
openttd-1.10.3/config.lib-1201-
openttd-1.10.3/config.lib:1202:	if [ `echo "$version_line" | cut -d' ' -f1` = "icc" ]; then
openttd-1.10.3/config.lib-1203-		# Enable some things only for certain ICC versions
openttd-1.10.3/config.lib:1204:		cc_version=`$1 -dumpversion | cut -c 1-4 | sed s@\\\.@@g`
openttd-1.10.3/config.lib-1205-
##############################################
openttd-1.10.3/config.lib-1279-		if [ "$enable_lto" != "0" ]; then
openttd-1.10.3/config.lib:1280:			has_ipo=`$1 -help ipo | grep '\-ipo'`
openttd-1.10.3/config.lib-1281-			if [ -n "$has_ipo" ]; then
##############################################
openttd-1.10.3/config.lib-1289-		# Need to try really hard to get the version line, because OSX clang likes to hide its true version
openttd-1.10.3/config.lib:1290:		cc_version="`$1 -v 2>&1 | grep -i version | head -n 1 | sed s@[^0-9]@@g | cut -c 1-2`"
openttd-1.10.3/config.lib-1291-
##############################################
openttd-1.10.3/config.lib-1348-		# For example: "3.3" -> 303, "4.9.2" -> 409, "6" -> 600, "23.5" -> 2305
openttd-1.10.3/config.lib:1349:		cc_version=`$1 -dumpversion | $awk -F . '{printf "%d%02d", $1, $2}'`
openttd-1.10.3/config.lib-1350-
##############################################
openttd-1.10.3/config.lib-1424-			# GCC 4.5 outputs '%{flto}', GCC 4.6 outputs '%{flto*}'
openttd-1.10.3/config.lib:1425:			has_lto=`$1 -dumpspecs | grep '\%{flto'`
openttd-1.10.3/config.lib-1426-			if [ -n "$has_lto" ]; then
##############################################
openttd-1.10.3/config.lib-1437-
openttd-1.10.3/config.lib:1438:		has_rdynamic=`$1 -dumpspecs | grep rdynamic`
openttd-1.10.3/config.lib-1439-		if [ -n "$has_rdynamic" ]; then
##############################################
openttd-1.10.3/config.lib-1512-	if [ $enable_debug -le 2 ]; then
openttd-1.10.3/config.lib:1513:		cc_host_is_gcc=`basename "$cc_host" | grep "gcc" 2>/dev/null`
openttd-1.10.3/config.lib-1514-		if [ -n "$cc_host_is_gcc" ]; then
##############################################
openttd-1.10.3/config.lib-1524-
openttd-1.10.3/config.lib:1525:		cc_build_is_gcc=`basename "$cc_build" | grep "gcc" 2>/dev/null`
openttd-1.10.3/config.lib-1526-		if [ -n "$cc_build_is_gcc" ]; then
##############################################
openttd-1.10.3/config.lib-1553-
openttd-1.10.3/config.lib:1554:	if [ "`echo $1 | cut -c 1-3`" != "icc" ]; then
openttd-1.10.3/config.lib-1555-		if [ "$os" = "CYGWIN" ]; then
##############################################
openttd-1.10.3/config.lib-1627-		CFLAGS="$CFLAGS -DWITH_ALLEGRO"
openttd-1.10.3/config.lib:1628:		CFLAGS="$CFLAGS `$allegro_config --cflags`"
openttd-1.10.3/config.lib-1629-		if [ "$os" != "MINGW" ] && [ "$os" != "CYGWIN" ]; then
openttd-1.10.3/config.lib-1630-			if [ "$enable_static" != "0" ]; then
openttd-1.10.3/config.lib:1631:				LIBS="$LIBS `$allegro_config --static --libs`"
openttd-1.10.3/config.lib-1632-			else
openttd-1.10.3/config.lib:1633:				LIBS="$LIBS `$allegro_config --libs`"
openttd-1.10.3/config.lib-1634-			fi
##############################################
openttd-1.10.3/config.lib-1640-		# SDL must not add _GNU_SOURCE as it breaks many platforms
openttd-1.10.3/config.lib:1641:		CFLAGS="$CFLAGS `$sdl2_config --cflags | sed 's@-D_GNU_SOURCE[^ ]*@@'`"
openttd-1.10.3/config.lib-1642-		if [ "$enable_static" != "0" ]; then
openttd-1.10.3/config.lib:1643:			LIBS="$LIBS `$sdl2_config --static --libs`"
openttd-1.10.3/config.lib-1644-		else
openttd-1.10.3/config.lib:1645:			LIBS="$LIBS `$sdl2_config --libs`"
openttd-1.10.3/config.lib-1646-		fi
##############################################
openttd-1.10.3/config.lib-1649-		# SDL must not add _GNU_SOURCE as it breaks many platforms
openttd-1.10.3/config.lib:1650:		CFLAGS="$CFLAGS `$sdl_config --cflags | sed 's@-D_GNU_SOURCE[^ ]*@@'`"
openttd-1.10.3/config.lib-1651-		if [ "$enable_static" != "0" ]; then
openttd-1.10.3/config.lib:1652:			LIBS="$LIBS `$sdl_config --static --libs`"
openttd-1.10.3/config.lib-1653-		else
openttd-1.10.3/config.lib:1654:			LIBS="$LIBS `$sdl_config --libs`"
openttd-1.10.3/config.lib-1655-		fi
##############################################
openttd-1.10.3/config.lib-1672-		CFLAGS="$CFLAGS -DWITH_ZLIB"
openttd-1.10.3/config.lib:1673:		CFLAGS="$CFLAGS `$zlib_config --cflags | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1674-		if [ "$enable_static" != "0" ]; then
openttd-1.10.3/config.lib:1675:			LIBS="$LIBS `$zlib_config --libs --static | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1676-		else
openttd-1.10.3/config.lib:1677:			LIBS="$LIBS `$zlib_config --libs | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1678-		fi
##############################################
openttd-1.10.3/config.lib-1682-		CFLAGS="$CFLAGS -DWITH_LIBLZMA"
openttd-1.10.3/config.lib:1683:		CFLAGS="$CFLAGS `$lzma_config --cflags | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1684-
##############################################
openttd-1.10.3/config.lib-1686-			CFLAGS="$CFLAGS -DLZMA_API_STATIC"
openttd-1.10.3/config.lib:1687:			LIBS="$LIBS `$lzma_config --libs --static | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1688-		else
openttd-1.10.3/config.lib:1689:			LIBS="$LIBS `$lzma_config --libs | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1690-		fi
##############################################
openttd-1.10.3/config.lib-1703-		CFLAGS="$CFLAGS -DWITH_XDG_BASEDIR"
openttd-1.10.3/config.lib:1704:		CFLAGS="$CFLAGS `$xdg_basedir_config --cflags | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1705-
openttd-1.10.3/config.lib-1706-		if [ "$enable_static" != "0" ]; then
openttd-1.10.3/config.lib:1707:			LIBS="$LIBS `$xdg_basedir_config --libs --static | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1708-		else
openttd-1.10.3/config.lib:1709:			LIBS="$LIBS `$xdg_basedir_config --libs | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1710-		fi
##############################################
openttd-1.10.3/config.lib-1720-		CFLAGS="$CFLAGS -DWITH_PNG"
openttd-1.10.3/config.lib:1721:		CFLAGS="$CFLAGS `$png_config --cflags | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1722-
openttd-1.10.3/config.lib-1723-		if [ "$enable_static" != "0" ]; then
openttd-1.10.3/config.lib:1724:			LIBS="$LIBS `$png_config --libs --static | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1725-		else
openttd-1.10.3/config.lib:1726:			LIBS="$LIBS `$png_config --libs | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1727-		fi
##############################################
openttd-1.10.3/config.lib-1731-		CFLAGS="$CFLAGS -DWITH_FONTCONFIG"
openttd-1.10.3/config.lib:1732:		CFLAGS="$CFLAGS `$fontconfig_config --cflags | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1733-
openttd-1.10.3/config.lib-1734-		if [ "$enable_static" != "0" ]; then
openttd-1.10.3/config.lib:1735:			LIBS="$LIBS `$fontconfig_config --libs --static | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1736-		else
openttd-1.10.3/config.lib:1737:			LIBS="$LIBS `$fontconfig_config --libs | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1738-		fi
##############################################
openttd-1.10.3/config.lib-1742-		CFLAGS="$CFLAGS -DWITH_FREETYPE"
openttd-1.10.3/config.lib:1743:		CFLAGS="$CFLAGS `$freetype_config --cflags | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1744-
openttd-1.10.3/config.lib-1745-		if [ "$enable_static" != "0" ]; then
openttd-1.10.3/config.lib:1746:			LIBS="$LIBS `$freetype_config --libs --static | tr '\n\r' '  '` -lfreetype"
openttd-1.10.3/config.lib-1747-		else
openttd-1.10.3/config.lib:1748:			LIBS="$LIBS `$freetype_config --libs | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1749-		fi
##############################################
openttd-1.10.3/config.lib-1753-		CFLAGS="$CFLAGS -DWITH_ICU_LX"
openttd-1.10.3/config.lib:1754:		CFLAGS="$CFLAGS `$icu_layout_config --cflags | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1755-
openttd-1.10.3/config.lib-1756-		if [ "$static_icu" != "0" ]; then
openttd-1.10.3/config.lib:1757:			LIBS="$LIBS `$icu_layout_config --libs --static | tr '\n\r' '  ' | sed s/-licu/-lsicu/g`"
openttd-1.10.3/config.lib-1758-		else
openttd-1.10.3/config.lib:1759:			LIBS="$LIBS `$icu_layout_config --libs | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1760-		fi
##############################################
openttd-1.10.3/config.lib-1764-		CFLAGS="$CFLAGS -DWITH_ICU_I18N"
openttd-1.10.3/config.lib:1765:		CFLAGS="$CFLAGS `$icu_sort_config --cflags | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1766-
openttd-1.10.3/config.lib-1767-		if [ "$static_icu" != "0" ]; then
openttd-1.10.3/config.lib:1768:			LIBS="$LIBS `$icu_sort_config --libs --static | tr '\n\r' '  ' | sed s/-licu/-lsicu/g`"
openttd-1.10.3/config.lib-1769-		else
openttd-1.10.3/config.lib:1770:			LIBS="$LIBS `$icu_sort_config --libs | tr '\n\r' '  '`"
openttd-1.10.3/config.lib-1771-		fi
##############################################
openttd-1.10.3/config.lib-1866-	if [ "$enable_lto" != "0" ]; then
openttd-1.10.3/config.lib:1867:		lto_build=`echo "$FEATURES_BUILD" | grep "lto"`
openttd-1.10.3/config.lib:1868:		lto_host=`echo "$FEATURES" | grep "lto"`
openttd-1.10.3/config.lib-1869-		if [ -z "$lto_build$lto_host" ]; then
##############################################
openttd-1.10.3/config.lib-1904-		# Append CXXFLAGS possibly containing -std=c++0x
openttd-1.10.3/config.lib:1905:		cflags_makedep="`echo | $cxx_host $CXXFLAGS -E -x c++ -dM - | sed 's@.define @-D@g;s@ .*@ @g;s@(.*)@@g' | tr -d '\r\n'`"
openttd-1.10.3/config.lib-1906-
openttd-1.10.3/config.lib-1907-		# Please escape ALL " within ` because e.g. "" terminates the string in some sh implementations
openttd-1.10.3/config.lib:1908:		cflags_makedep="$cflags_makedep `echo \"$CFLAGS\" \"$CXXFLAGS\" | sed 's@ /@ -@g;s@-I[ ]*[^ ]*@@g;s@[ ]*-[^D][^ ]*@@g'`"
openttd-1.10.3/config.lib-1909-	else
##############################################
openttd-1.10.3/config.lib-1940-		# Check for manual compiler
openttd-1.10.3/config.lib:1941:		machine=`$4 $9 2>/dev/null`
openttd-1.10.3/config.lib-1942-		ret=$?
##############################################
openttd-1.10.3/config.lib-1960-		fi
openttd-1.10.3/config.lib:1961:		machine=`eval $compiler $9 2>/dev/null`
openttd-1.10.3/config.lib-1962-		ret=$?
##############################################
openttd-1.10.3/config.lib-1976-			fi
openttd-1.10.3/config.lib:1977:			machine=`eval $compiler $9 2>/dev/null`
openttd-1.10.3/config.lib-1978-			ret=$?
##############################################
openttd-1.10.3/config.lib-2000-		if [ -n "$5" ]; then
openttd-1.10.3/config.lib:2001:			machine=`$5 $9 2>/dev/null`
openttd-1.10.3/config.lib-2002-			ret=$?
##############################################
openttd-1.10.3/config.lib-2019-			# No $5, so try '$6'
openttd-1.10.3/config.lib:2020:			machine=`$6 $9 2>/dev/null`
openttd-1.10.3/config.lib-2021-			ret=$?
##############################################
openttd-1.10.3/config.lib-2029-				# Maybe '$7'?
openttd-1.10.3/config.lib:2030:				machine=`$7 $9 2>/dev/null`
openttd-1.10.3/config.lib-2031-				ret=$?
##############################################
openttd-1.10.3/config.lib-2211-	touch makedepend.tmp
openttd-1.10.3/config.lib:2212:	res=`$makedepend -fmakedepend.tmp 2>/dev/null`
openttd-1.10.3/config.lib-2213-	res=$?
##############################################
openttd-1.10.3/config.lib-2254-
openttd-1.10.3/config.lib:2255:	req_major=`echo $1 | cut -d. -f1`
openttd-1.10.3/config.lib:2256:	got_major=`echo $2 | cut -d. -f1`
openttd-1.10.3/config.lib-2257-	if [ $got_major -lt $req_major ]; then
##############################################
openttd-1.10.3/config.lib-2262-
openttd-1.10.3/config.lib:2263:	req_minor=`echo $1 | cut -d. -f2`
openttd-1.10.3/config.lib:2264:	got_minor=`echo $2 | cut -d. -f2`
openttd-1.10.3/config.lib-2265-	if [ $got_minor -lt $req_minor ]; then
##############################################
openttd-1.10.3/config.lib-2282-	log 2 "Trying: $awk_prefix $awk $awk_param"
openttd-1.10.3/config.lib:2283:	res=`eval $awk_prefix $awk $awk_param`
openttd-1.10.3/config.lib-2284-	log 2 "Result: '$res'"
##############################################
openttd-1.10.3/config.lib-2288-			log 2 "Trying: $awk_prefix $awk $awk_param"
openttd-1.10.3/config.lib:2289:			res=`eval $awk_prefix $awk $awk_param`
openttd-1.10.3/config.lib-2290-			log 2 "Result: '$res'"
##############################################
openttd-1.10.3/config.lib-2610-	if [ "$1" = "1" ] || [ "$1" = "" ] || [ "$1" = "2" ]; then
openttd-1.10.3/config.lib:2611:		eval "$2=`ls -1 /usr/include/$4*.h 2>/dev/null | egrep \"\/$5\$\"`"
openttd-1.10.3/config.lib-2612-		eval "res=\$$2"
##############################################
openttd-1.10.3/config.lib-2614-			log 2 "  trying /usr/include/$4$5... no"
openttd-1.10.3/config.lib:2615:			eval "$2=`ls -1 /usr/local/include/$4*.h 2>/dev/null | egrep \"\/$5\$\"`"
openttd-1.10.3/config.lib-2616-		fi
##############################################
openttd-1.10.3/config.lib-2619-			log 2 "  trying /usr/local/include/$4$5... no"
openttd-1.10.3/config.lib:2620:			eval "$2=`ls -1 /mingw/include/$4*.h 2>/dev/null | egrep \"\/$5\$\"`"
openttd-1.10.3/config.lib-2621-		fi
##############################################
openttd-1.10.3/config.lib-2624-			log 2 "  trying /mingw/include/$4$5... no"
openttd-1.10.3/config.lib:2625:			eval "$2=`ls -1 /mingw$cpu_type/include/$4*.h 2>/dev/null | egrep \"\/$5\$\"`"
openttd-1.10.3/config.lib-2626-		fi
##############################################
openttd-1.10.3/config.lib-2629-			log 2 "  trying /mingw$cpu_type/include/$4$5... no"
openttd-1.10.3/config.lib:2630:			eval "$2=`ls -1 /opt/local/include/$4*.h 2>/dev/null | egrep \"\/$5\$\"`"
openttd-1.10.3/config.lib-2631-		fi
##############################################
openttd-1.10.3/config.lib-2636-		if [ -z "$res" ] && [ "$os" = "NETBSD" ]; then
openttd-1.10.3/config.lib:2637:			eval "$2=`ls -1 /usr/pkg/include/$4*.h 2>/dev/null | egrep \"\/$5\$\"`"
openttd-1.10.3/config.lib-2638-			eval "res=\$$2"
##############################################
openttd-1.10.3/config.lib-2646-			fi
openttd-1.10.3/config.lib:2647:			eval "$2=`ls -1 $includeDir/$4*.h 2>/dev/null | egrep \"\/$5\$\"`"
openttd-1.10.3/config.lib-2648-			eval "res=\$$2"
##############################################
openttd-1.10.3/config.lib-2658-			# Now find the static lib, if needed
openttd-1.10.3/config.lib:2659:			eval "$2=`ls /lib/*.a 2>/dev/null | egrep \"\/$3\$\"`"
openttd-1.10.3/config.lib-2660-			eval "res=\$$2"
##############################################
openttd-1.10.3/config.lib-2662-				log 2 "  trying /lib/$3... no"
openttd-1.10.3/config.lib:2663:				eval "$2=`ls /usr/lib/*.a 2>/dev/null | egrep \"\/$3\$\"`"
openttd-1.10.3/config.lib-2664-			fi
##############################################
openttd-1.10.3/config.lib-2667-				log 2 "  trying /usr/lib/$3... no"
openttd-1.10.3/config.lib:2668:				eval "$2=`ls /usr/local/lib/*.a 2>/dev/null | egrep \"\/$3\$\"`"
openttd-1.10.3/config.lib-2669-			fi
##############################################
openttd-1.10.3/config.lib-2672-				log 2 "  trying /usr/local/lib/$3... no"
openttd-1.10.3/config.lib:2673:				eval "$2=`ls /mingw/lib/*.a 2>/dev/null | egrep \"\/$3\$\"`"
openttd-1.10.3/config.lib-2674-			fi
##############################################
openttd-1.10.3/config.lib-2677-				log 2 "  trying /mingw/lib/$3... no"
openttd-1.10.3/config.lib:2678:				eval "$2=`ls /mingw$cpu_type/lib/*.a 2>/dev/null | egrep \"\/$3\$\"`"
openttd-1.10.3/config.lib-2679-			fi
##############################################
openttd-1.10.3/config.lib-2691-		if [ -f "$1" ]; then
openttd-1.10.3/config.lib:2692:			eval "$2=`ls $1 2>/dev/null`"
openttd-1.10.3/config.lib-2693-		else
openttd-1.10.3/config.lib:2694:			eval "$2=`ls $1/$3 2>/dev/null`"
openttd-1.10.3/config.lib-2695-		fi
##############################################
openttd-1.10.3/config.lib-2764-
openttd-1.10.3/config.lib:2765:	version=`$pkg_config_call --modversion 2>/dev/null`
openttd-1.10.3/config.lib-2766-	ret=$?
##############################################
openttd-1.10.3/config.lib-2882-		for path in $search_paths; do
openttd-1.10.3/config.lib:2883:			iconv=`ls -1 $path 2>/dev/null | grep "iconv.h"`
openttd-1.10.3/config.lib-2884-			if [ -n "$iconv" ]; then
##############################################
openttd-1.10.3/config.lib-2889-		# Make sure it exists
openttd-1.10.3/config.lib:2890:		iconv=`ls $with_iconv/include/iconv.h 2>/dev/null`
openttd-1.10.3/config.lib-2891-	fi
##############################################
openttd-1.10.3/config.lib-2977-
openttd-1.10.3/config.lib:2978:	if [ "`echo \"$sort_test_in\" | $1 2>/dev/null`" = "$sort_test_out" ]; then
openttd-1.10.3/config.lib-2979-		sort="$1"
##############################################
openttd-1.10.3/config.lib-3040-
openttd-1.10.3/config.lib:3041:	version=`$grfcodec -v 2>/dev/null | $awk '{print $3}' | sed 's/[rM]//g;s/-/0/'`
openttd-1.10.3/config.lib-3042-	ret=$?
##############################################
openttd-1.10.3/config.lib-3082-
openttd-1.10.3/config.lib:3083:	version=`$nforenum -v 2>/dev/null | $awk '{print $3}' | sed 's/[rM]//g;s/-/0/'`
openttd-1.10.3/config.lib-3084-	ret=$?
##############################################
openttd-1.10.3/config.lib-3119-	execute="$cxx_host $CFLAGS tmp.64bit.cpp -o tmp.64bit -DTESTING 2>&1"
openttd-1.10.3/config.lib:3120:	cpu_type="`eval $execute 2>/dev/null`"
openttd-1.10.3/config.lib-3121-	ret=$?
##############################################
openttd-1.10.3/config.lib-3142-	execute="$cxx_host -msse4.1 $CFLAGS tmp.sse.cpp -o tmp.sse 2>&1"
openttd-1.10.3/config.lib:3143:	sse="`eval $execute 2>/dev/null`"
openttd-1.10.3/config.lib-3144-	ret=$?
##############################################
openttd-1.10.3/config.lib-3388-			CFLAGS="$CFLAGS -D_SQ64 -DNO_QUICKTIME -UENABLE_COCOA_QUICKDRAW"
openttd-1.10.3/config.lib:3389:			LIBS="`echo $LIBS | sed 's/-framework QuickTime//'`"
openttd-1.10.3/config.lib-3390-		fi
##############################################
openttd-1.10.3/Makefile.in-45-
openttd-1.10.3/Makefile.in:46:RES := $(shell if [ ! -f $(CONFIG_CACHE_PWD) ] || [ "`pwd`" != "`cat $(CONFIG_CACHE_PWD)`" ]; then echo "`pwd`" > $(CONFIG_CACHE_PWD); fi )
openttd-1.10.3/Makefile.in:47:RES := $(shell if [ ! -f $(CONFIG_CACHE_SOURCE_LIST) ] || [ -n "`cmp $(CONFIG_CACHE_SOURCE_LIST) $(SOURCE_LIST) 2>/dev/null`" ]; then cp $(SOURCE_LIST) $(CONFIG_CACHE_SOURCE_LIST); fi )
openttd-1.10.3/Makefile.in-48-
##############################################
openttd-1.10.3/Makefile.in-50-ifdef DISTCC
openttd-1.10.3/Makefile.in:51:	@if [ -z "`echo '$(MFLAGS)' | grep '\-j'`" ]; then echo; echo "WARNING: you enabled distcc support, but you don't seem to be using the -jN parameter"; echo; fi
openttd-1.10.3/Makefile.in-52-endif