===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
smlsharp-1.2.0/config.guess-37-
smlsharp-1.2.0/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
smlsharp-1.2.0/config.guess-39-
##############################################
smlsharp-1.2.0/config.guess-106-: ${TMPDIR=/tmp} ;
smlsharp-1.2.0/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
smlsharp-1.2.0/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
smlsharp-1.2.0/config.guess-191-	    *)
smlsharp-1.2.0/config.guess:192:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
smlsharp-1.2.0/config.guess-193-		;;
##############################################
smlsharp-1.2.0/config.guess-240-	if test $UNAME_RELEASE = "V4.0"; then
smlsharp-1.2.0/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
smlsharp-1.2.0/config.guess-242-	fi
##############################################
smlsharp-1.2.0/config.guess-246-	# types through head -n 1, so we only detect the type of CPU 0.
smlsharp-1.2.0/config.guess:247:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
smlsharp-1.2.0/config.guess-248-	case "$ALPHA_CPU_TYPE" in
##############################################
smlsharp-1.2.0/config.guess-283-	# 1.2 uses "1.2" for uname -r.
smlsharp-1.2.0/config.guess:284:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
smlsharp-1.2.0/config.guess-285-	exit 0 ;;
##############################################
smlsharp-1.2.0/config.guess-334-    sun4H:SunOS:5.*:*)
smlsharp-1.2.0/config.guess:335:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
smlsharp-1.2.0/config.guess-336-	exit 0 ;;
smlsharp-1.2.0/config.guess-337-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
smlsharp-1.2.0/config.guess:338:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
smlsharp-1.2.0/config.guess-339-	exit 0 ;;
smlsharp-1.2.0/config.guess-340-    i86pc:SunOS:5.*:*)
smlsharp-1.2.0/config.guess:341:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
smlsharp-1.2.0/config.guess-342-	exit 0 ;;
##############################################
smlsharp-1.2.0/config.guess-346-	# it's likely to be more like Solaris than SunOS4.
smlsharp-1.2.0/config.guess:347:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
smlsharp-1.2.0/config.guess-348-	exit 0 ;;
##############################################
smlsharp-1.2.0/config.guess-355-	# Japanese Language versions have a version number like `4.1.3-JL'.
smlsharp-1.2.0/config.guess:356:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
smlsharp-1.2.0/config.guess-357-	exit 0 ;;
##############################################
smlsharp-1.2.0/config.guess-361-    sun*:*:4.2BSD:*)
smlsharp-1.2.0/config.guess:362:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
smlsharp-1.2.0/config.guess-363-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
smlsharp-1.2.0/config.guess-440-	$CC_FOR_BUILD -o $dummy $dummy.c \
smlsharp-1.2.0/config.guess:441:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
smlsharp-1.2.0/config.guess-442-	  && exit 0
##############################################
smlsharp-1.2.0/config.guess-495-    *:IRIX*:*:*)
smlsharp-1.2.0/config.guess:496:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
smlsharp-1.2.0/config.guess-497-	exit 0 ;;
##############################################
smlsharp-1.2.0/config.guess-534-    *:AIX:*:[45])
smlsharp-1.2.0/config.guess:535:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
smlsharp-1.2.0/config.guess-536-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
smlsharp-1.2.0/config.guess-569-    9000/[34678]??:HP-UX:*:*)
smlsharp-1.2.0/config.guess:570:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
smlsharp-1.2.0/config.guess-571-	case "${UNAME_MACHINE}" in
##############################################
smlsharp-1.2.0/config.guess-623-EOF
smlsharp-1.2.0/config.guess:624:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
smlsharp-1.2.0/config.guess-625-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
smlsharp-1.2.0/config.guess-641-    ia64:HP-UX:*:*)
smlsharp-1.2.0/config.guess:642:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
smlsharp-1.2.0/config.guess-643-	echo ia64-hp-hpux${HPUX_REV}
##############################################
smlsharp-1.2.0/config.guess-741-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
smlsharp-1.2.0/config.guess:742:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
smlsharp-1.2.0/config.guess-743-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
smlsharp-1.2.0/config.guess-764-EOF
smlsharp-1.2.0/config.guess:765:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
smlsharp-1.2.0/config.guess-766-	# GNU/FreeBSD systems have a "k" prefix to indicate we are using
##############################################
smlsharp-1.2.0/config.guess-768-	case ${LIBC} in gnu) kernel_only='k' ;; esac
smlsharp-1.2.0/config.guess:769:	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
smlsharp-1.2.0/config.guess-770-	exit 0 ;;
##############################################
smlsharp-1.2.0/config.guess-798-    prep*:SunOS:5.*:*)
smlsharp-1.2.0/config.guess:799:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
smlsharp-1.2.0/config.guess-800-	exit 0 ;;
smlsharp-1.2.0/config.guess-801-    *:GNU:*:*)
smlsharp-1.2.0/config.guess:802:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
smlsharp-1.2.0/config.guess-803-	exit 0 ;;
##############################################
smlsharp-1.2.0/config.guess-834-EOF
smlsharp-1.2.0/config.guess:835:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
smlsharp-1.2.0/config.guess-836-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
smlsharp-1.2.0/config.guess-853-EOF
smlsharp-1.2.0/config.guess:854:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
smlsharp-1.2.0/config.guess-855-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
smlsharp-1.2.0/config.guess-954-EOF
smlsharp-1.2.0/config.guess:955:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
smlsharp-1.2.0/config.guess-956-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
smlsharp-1.2.0/config.guess-990-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
smlsharp-1.2.0/config.guess:991:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
smlsharp-1.2.0/config.guess-992-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
smlsharp-1.2.0/config.sub-54-
smlsharp-1.2.0/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
smlsharp-1.2.0/config.sub-56-
##############################################
smlsharp-1.2.0/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
smlsharp-1.2.0/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
smlsharp-1.2.0/config.sub-120-case $maybe_os in
##############################################
smlsharp-1.2.0/config.sub-122-    os=-$maybe_os
smlsharp-1.2.0/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
smlsharp-1.2.0/config.sub-124-    ;;
smlsharp-1.2.0/config.sub-125-  *)
smlsharp-1.2.0/config.sub:126:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
smlsharp-1.2.0/config.sub-127-    if [ $basic_machine != $1 ]
smlsharp-1.2.0/config.sub:128:    then os=`echo $1 | sed 's/.*-/-/'`
smlsharp-1.2.0/config.sub-129-    else os=; fi
##############################################
smlsharp-1.2.0/config.sub-173-		os=-sco3.2v5
smlsharp-1.2.0/config.sub:174:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
smlsharp-1.2.0/config.sub-175-		;;
##############################################
smlsharp-1.2.0/config.sub-177-		os=-sco3.2v4
smlsharp-1.2.0/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
smlsharp-1.2.0/config.sub-179-		;;
smlsharp-1.2.0/config.sub-180-	-sco3.2.[4-9]*)
smlsharp-1.2.0/config.sub:181:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
smlsharp-1.2.0/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
smlsharp-1.2.0/config.sub-183-		;;
##############################################
smlsharp-1.2.0/config.sub-185-		# Don't forget version if it is 3.2v4 or newer.
smlsharp-1.2.0/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
smlsharp-1.2.0/config.sub-187-		;;
##############################################
smlsharp-1.2.0/config.sub-189-		os=-sco3.2v2
smlsharp-1.2.0/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
smlsharp-1.2.0/config.sub-191-		;;
smlsharp-1.2.0/config.sub-192-	-udk*)
smlsharp-1.2.0/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
smlsharp-1.2.0/config.sub-194-		;;
##############################################
smlsharp-1.2.0/config.sub-196-		os=-isc2.2
smlsharp-1.2.0/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
smlsharp-1.2.0/config.sub-198-		;;
##############################################
smlsharp-1.2.0/config.sub-202-	-isc*)
smlsharp-1.2.0/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
smlsharp-1.2.0/config.sub-204-		;;
##############################################
smlsharp-1.2.0/config.sub-208-	-ptx*)
smlsharp-1.2.0/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
smlsharp-1.2.0/config.sub-210-		;;
smlsharp-1.2.0/config.sub-211-	-windowsnt*)
smlsharp-1.2.0/config.sub:212:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
smlsharp-1.2.0/config.sub-213-		;;
##############################################
smlsharp-1.2.0/config.sub-288-	*-*-*)
smlsharp-1.2.0/config.sub:289:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
smlsharp-1.2.0/config.sub-290-		exit 1
##############################################
smlsharp-1.2.0/config.sub-581-	i*86v32)
smlsharp-1.2.0/config.sub:582:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
smlsharp-1.2.0/config.sub-583-		os=-sysv32
##############################################
smlsharp-1.2.0/config.sub-585-	i*86v4*)
smlsharp-1.2.0/config.sub:586:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
smlsharp-1.2.0/config.sub-587-		os=-sysv4
##############################################
smlsharp-1.2.0/config.sub-589-	i*86v)
smlsharp-1.2.0/config.sub:590:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
smlsharp-1.2.0/config.sub-591-		os=-sysv
##############################################
smlsharp-1.2.0/config.sub-593-	i*86sol2)
smlsharp-1.2.0/config.sub:594:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
smlsharp-1.2.0/config.sub-595-		os=-solaris2
##############################################
smlsharp-1.2.0/config.sub-641-	mips3*-*)
smlsharp-1.2.0/config.sub:642:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
smlsharp-1.2.0/config.sub-643-		;;
smlsharp-1.2.0/config.sub-644-	mips3*)
smlsharp-1.2.0/config.sub:645:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
smlsharp-1.2.0/config.sub-646-		;;
##############################################
smlsharp-1.2.0/config.sub-783-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
smlsharp-1.2.0/config.sub:784:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
smlsharp-1.2.0/config.sub-785-		;;
smlsharp-1.2.0/config.sub-786-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
smlsharp-1.2.0/config.sub:787:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
smlsharp-1.2.0/config.sub-788-		;;
smlsharp-1.2.0/config.sub-789-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
smlsharp-1.2.0/config.sub:790:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
smlsharp-1.2.0/config.sub-791-		;;
smlsharp-1.2.0/config.sub-792-	pentium4-*)
smlsharp-1.2.0/config.sub:793:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
smlsharp-1.2.0/config.sub-794-		;;
##############################################
smlsharp-1.2.0/config.sub-801-		;;
smlsharp-1.2.0/config.sub:802:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
smlsharp-1.2.0/config.sub-803-		;;
##############################################
smlsharp-1.2.0/config.sub-807-	ppcle-* | powerpclittle-*)
smlsharp-1.2.0/config.sub:808:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
smlsharp-1.2.0/config.sub-809-		;;
##############################################
smlsharp-1.2.0/config.sub-811-		;;
smlsharp-1.2.0/config.sub:812:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
smlsharp-1.2.0/config.sub-813-		;;
##############################################
smlsharp-1.2.0/config.sub-817-	ppc64le-* | powerpc64little-*)
smlsharp-1.2.0/config.sub:818:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
smlsharp-1.2.0/config.sub-819-		;;
##############################################
smlsharp-1.2.0/config.sub-1082-	*)
smlsharp-1.2.0/config.sub:1083:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
smlsharp-1.2.0/config.sub-1084-		exit 1
##############################################
smlsharp-1.2.0/config.sub-1090-	*-digital*)
smlsharp-1.2.0/config.sub:1091:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
smlsharp-1.2.0/config.sub-1092-		;;
smlsharp-1.2.0/config.sub-1093-	*-commodore*)
smlsharp-1.2.0/config.sub:1094:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
smlsharp-1.2.0/config.sub-1095-		;;
##############################################
smlsharp-1.2.0/config.sub-1108-	-solaris1 | -solaris1.*)
smlsharp-1.2.0/config.sub:1109:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
smlsharp-1.2.0/config.sub-1110-		;;
##############################################
smlsharp-1.2.0/config.sub-1120-	-gnu/linux*)
smlsharp-1.2.0/config.sub:1121:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
smlsharp-1.2.0/config.sub-1122-		;;
##############################################
smlsharp-1.2.0/config.sub-1160-	-nto*)
smlsharp-1.2.0/config.sub:1161:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
smlsharp-1.2.0/config.sub-1162-		;;
##############################################
smlsharp-1.2.0/config.sub-1167-	-mac*)
smlsharp-1.2.0/config.sub:1168:		os=`echo $os | sed -e 's|mac|macos|'`
smlsharp-1.2.0/config.sub-1169-		;;
##############################################
smlsharp-1.2.0/config.sub-1173-	-linux*)
smlsharp-1.2.0/config.sub:1174:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
smlsharp-1.2.0/config.sub-1175-		;;
smlsharp-1.2.0/config.sub-1176-	-sunos5*)
smlsharp-1.2.0/config.sub:1177:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
smlsharp-1.2.0/config.sub-1178-		;;
smlsharp-1.2.0/config.sub-1179-	-sunos6*)
smlsharp-1.2.0/config.sub:1180:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
smlsharp-1.2.0/config.sub-1181-		;;
##############################################
smlsharp-1.2.0/config.sub-1222-	-sinix5.*)
smlsharp-1.2.0/config.sub:1223:		os=`echo $os | sed -e 's|sinix|sysv|'`
smlsharp-1.2.0/config.sub-1224-		;;
##############################################
smlsharp-1.2.0/config.sub-1267-		# Get rid of the `-' at the beginning of $os.
smlsharp-1.2.0/config.sub:1268:		os=`echo $os | sed 's/[^-]*-//'`
smlsharp-1.2.0/config.sub:1269:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
smlsharp-1.2.0/config.sub-1270-		exit 1
##############################################
smlsharp-1.2.0/config.sub-1497-		esac
smlsharp-1.2.0/config.sub:1498:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
smlsharp-1.2.0/config.sub-1499-		;;
##############################################
smlsharp-1.2.0/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
smlsharp-1.2.0/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
smlsharp-1.2.0/configure-45-  as_echo='print -r --'
smlsharp-1.2.0/configure-46-  as_echo_n='print -rn --'
smlsharp-1.2.0/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
smlsharp-1.2.0/configure-48-  as_echo='printf %s\n'
##############################################
smlsharp-1.2.0/configure-50-else
smlsharp-1.2.0/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
smlsharp-1.2.0/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
smlsharp-1.2.0/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
smlsharp-1.2.0/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
smlsharp-1.2.0/configure-62-      esac;
##############################################
smlsharp-1.2.0/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
smlsharp-1.2.0/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
smlsharp-1.2.0/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
smlsharp-1.2.0/configure-324-      case $as_dir in #(
smlsharp-1.2.0/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
smlsharp-1.2.0/configure-326-      *) as_qdir=$as_dir;;
##############################################
smlsharp-1.2.0/configure-397-  {
smlsharp-1.2.0/configure:398:    as_val=`expr "$@" || test $? -eq 1`
smlsharp-1.2.0/configure-399-  }
##############################################
smlsharp-1.2.0/configure-404-# ----------------------------------------
smlsharp-1.2.0/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
smlsharp-1.2.0/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
smlsharp-1.2.0/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
smlsharp-1.2.0/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
smlsharp-1.2.0/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
smlsharp-1.2.0/configure-800-  case $ac_option in
smlsharp-1.2.0/configure:801:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
smlsharp-1.2.0/configure-802-  *=)   ac_optarg= ;;
##############################################
smlsharp-1.2.0/configure-844-  -disable-* | --disable-*)
smlsharp-1.2.0/configure:845:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
smlsharp-1.2.0/configure-846-    # Reject names that are not valid shell variable names.
##############################################
smlsharp-1.2.0/configure-849-    ac_useropt_orig=$ac_useropt
smlsharp-1.2.0/configure:850:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
smlsharp-1.2.0/configure-851-    case $ac_user_opts in
##############################################
smlsharp-1.2.0/configure-870-  -enable-* | --enable-*)
smlsharp-1.2.0/configure:871:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
smlsharp-1.2.0/configure-872-    # Reject names that are not valid shell variable names.
##############################################
smlsharp-1.2.0/configure-875-    ac_useropt_orig=$ac_useropt
smlsharp-1.2.0/configure:876:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
smlsharp-1.2.0/configure-877-    case $ac_user_opts in
##############################################
smlsharp-1.2.0/configure-1074-  -with-* | --with-*)
smlsharp-1.2.0/configure:1075:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
smlsharp-1.2.0/configure-1076-    # Reject names that are not valid shell variable names.
##############################################
smlsharp-1.2.0/configure-1079-    ac_useropt_orig=$ac_useropt
smlsharp-1.2.0/configure:1080:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
smlsharp-1.2.0/configure-1081-    case $ac_user_opts in
##############################################
smlsharp-1.2.0/configure-1090-  -without-* | --without-*)
smlsharp-1.2.0/configure:1091:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
smlsharp-1.2.0/configure-1092-    # Reject names that are not valid shell variable names.
##############################################
smlsharp-1.2.0/configure-1095-    ac_useropt_orig=$ac_useropt
smlsharp-1.2.0/configure:1096:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
smlsharp-1.2.0/configure-1097-    case $ac_user_opts in
##############################################
smlsharp-1.2.0/configure-1128-  *=*)
smlsharp-1.2.0/configure:1129:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
smlsharp-1.2.0/configure-1130-    # Reject names that are not valid shell variable names.
##############################################
smlsharp-1.2.0/configure-1149-if test -n "$ac_prev"; then
smlsharp-1.2.0/configure:1150:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
smlsharp-1.2.0/configure-1151-  as_fn_error $? "missing argument to $ac_option"
##############################################
smlsharp-1.2.0/configure-1171-    */ )
smlsharp-1.2.0/configure:1172:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
smlsharp-1.2.0/configure-1173-      eval $ac_var=\$ac_val;;
##############################################
smlsharp-1.2.0/configure-1206-ac_ls_di=`ls -di .` &&
smlsharp-1.2.0/configure:1207:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
smlsharp-1.2.0/configure-1208-  as_fn_error $? "working directory cannot be determined"
##############################################
smlsharp-1.2.0/configure-1262-case $srcdir in
smlsharp-1.2.0/configure:1263:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
smlsharp-1.2.0/configure-1264-esac
##############################################
smlsharp-1.2.0/configure-1305-By default, \`make install' will install all the files in
smlsharp-1.2.0/configure:1306:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
smlsharp-1.2.0/configure:1307:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
smlsharp-1.2.0/configure-1308-for instance \`--prefix=\$HOME'.
##############################################
smlsharp-1.2.0/configure-1398-*)
smlsharp-1.2.0/configure:1399:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
smlsharp-1.2.0/configure-1400-  # A ".." for each directory in $ac_dir_suffix.
smlsharp-1.2.0/configure:1401:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
smlsharp-1.2.0/configure-1402-  case $ac_top_builddir_sub in
##############################################
smlsharp-1.2.0/configure-1868-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
smlsharp-1.2.0/configure:1869:  as_decl_name=`echo $2|sed 's/ *(.*//'`
smlsharp-1.2.0/configure:1870:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
smlsharp-1.2.0/configure-1871-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
smlsharp-1.2.0/configure-1982-    *\'*)
smlsharp-1.2.0/configure:1983:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
smlsharp-1.2.0/configure-1984-    esac
##############################################
smlsharp-1.2.0/configure-2065-      case $ac_val in
smlsharp-1.2.0/configure:2066:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
smlsharp-1.2.0/configure-2067-      esac
##############################################
smlsharp-1.2.0/configure-2080-	case $ac_val in
smlsharp-1.2.0/configure:2081:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
smlsharp-1.2.0/configure-2082-	esac
##############################################
smlsharp-1.2.0/configure-2200-    set,)
smlsharp-1.2.0/configure:2201:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
smlsharp-1.2.0/configure:2202:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
smlsharp-1.2.0/configure-2203-      ac_cache_corrupted=: ;;
##############################################
smlsharp-1.2.0/configure-2211-	# differences in whitespace do not lead to failure.
smlsharp-1.2.0/configure:2212:	ac_old_val_w=`echo x $ac_old_val`
smlsharp-1.2.0/configure:2213:	ac_new_val_w=`echo x $ac_new_val`
smlsharp-1.2.0/configure-2214-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
smlsharp-1.2.0/configure-2231-    case $ac_new_val in
smlsharp-1.2.0/configure:2232:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
smlsharp-1.2.0/configure-2233-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
smlsharp-1.2.0/configure-2302-test "x$ac_build_alias" = x &&
smlsharp-1.2.0/configure:2303:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
smlsharp-1.2.0/configure-2304-test "x$ac_build_alias" = x &&
smlsharp-1.2.0/configure-2305-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
smlsharp-1.2.0/configure:2306:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
smlsharp-1.2.0/configure-2307-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
smlsharp-1.2.0/configure-2326-IFS=$ac_save_IFS
smlsharp-1.2.0/configure:2327:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
smlsharp-1.2.0/configure-2328-
##############################################
smlsharp-1.2.0/configure-2337-else
smlsharp-1.2.0/configure:2338:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
smlsharp-1.2.0/configure-2339-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
smlsharp-1.2.0/configure-2359-IFS=$ac_save_IFS
smlsharp-1.2.0/configure:2360:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
smlsharp-1.2.0/configure-2361-
##############################################
smlsharp-1.2.0/configure-2370-else
smlsharp-1.2.0/configure:2371:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
smlsharp-1.2.0/configure-2372-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
smlsharp-1.2.0/configure-2392-IFS=$ac_save_IFS
smlsharp-1.2.0/configure:2393:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
smlsharp-1.2.0/configure-2394-
##############################################
smlsharp-1.2.0/configure-2409-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
smlsharp-1.2.0/configure:2410:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
smlsharp-1.2.0/configure-2411-
##############################################
smlsharp-1.2.0/configure-2767-$as_echo_n "checking whether the C compiler works... " >&6; }
smlsharp-1.2.0/configure:2768:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
smlsharp-1.2.0/configure-2769-
##############################################
smlsharp-1.2.0/configure-2811-	then :; else
smlsharp-1.2.0/configure:2812:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
smlsharp-1.2.0/configure-2813-	fi
##############################################
smlsharp-1.2.0/configure-2871-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
smlsharp-1.2.0/configure:2872:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
smlsharp-1.2.0/configure-2873-	  break;;
##############################################
smlsharp-1.2.0/configure-2980-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
smlsharp-1.2.0/configure:2981:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
smlsharp-1.2.0/configure-2982-       break;;
##############################################
smlsharp-1.2.0/configure-3220-set x ${MAKE-make}
smlsharp-1.2.0/configure:3221:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
smlsharp-1.2.0/configure-3222-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
smlsharp-1.2.0/configure-3230-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
smlsharp-1.2.0/configure:3231:case `${MAKE-make} -f conftest.make 2>/dev/null` in
smlsharp-1.2.0/configure-3232-  *@@@%%%=?*=@@@%%%*)
##############################################
smlsharp-1.2.0/configure-3899-          # convert drive letter from MSYS to DOS
smlsharp-1.2.0/configure:3900:          SMLBAT=`echo "$SMLBAT" | sed 's,^/\\([a-zA-Z]\\)/,\\1:/,;s,//*,/,g'`
smlsharp-1.2.0/configure-3901-          test -f "$SMLBAT" && SMLNJ='cmd /c "'"$SMLBAT"'"'
##############################################
smlsharp-1.2.0/configure-4739-  # Check for GNU $ac_path_GREP
smlsharp-1.2.0/configure:4740:case `"$ac_path_GREP" --version 2>&1` in
smlsharp-1.2.0/configure-4741-*GNU*)
##############################################
smlsharp-1.2.0/configure-4805-  # Check for GNU $ac_path_EGREP
smlsharp-1.2.0/configure:4806:case `"$ac_path_EGREP" --version 2>&1` in
smlsharp-1.2.0/configure-4807-*GNU*)
##############################################
smlsharp-1.2.0/configure-4966-do :
smlsharp-1.2.0/configure:4967:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
smlsharp-1.2.0/configure-4968-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
smlsharp-1.2.0/configure-4971-  cat >>confdefs.h <<_ACEOF
smlsharp-1.2.0/configure:4972:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
smlsharp-1.2.0/configure-4973-_ACEOF
##############################################
smlsharp-1.2.0/configure-5210-do :
smlsharp-1.2.0/configure:5211:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
smlsharp-1.2.0/configure-5212-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
smlsharp-1.2.0/configure-5214-  cat >>confdefs.h <<_ACEOF
smlsharp-1.2.0/configure:5215:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
smlsharp-1.2.0/configure-5216-_ACEOF
##############################################
smlsharp-1.2.0/configure-5387-do :
smlsharp-1.2.0/configure:5388:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
smlsharp-1.2.0/configure-5389-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
smlsharp-1.2.0/configure-5391-  cat >>confdefs.h <<_ACEOF
smlsharp-1.2.0/configure:5392:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
smlsharp-1.2.0/configure-5393-_ACEOF
##############################################
smlsharp-1.2.0/configure-5848-do :
smlsharp-1.2.0/configure:5849:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
smlsharp-1.2.0/configure-5850-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
smlsharp-1.2.0/configure-5852-  cat >>confdefs.h <<_ACEOF
smlsharp-1.2.0/configure:5853:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
smlsharp-1.2.0/configure-5854-_ACEOF
##############################################
smlsharp-1.2.0/configure-6060-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
smlsharp-1.2.0/configure:6061:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
smlsharp-1.2.0/configure-6062-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
smlsharp-1.2.0/configure-6128-if test -z "$BASH_VERSION$ZSH_VERSION" \
smlsharp-1.2.0/configure:6129:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
smlsharp-1.2.0/configure-6130-  as_echo='print -r --'
smlsharp-1.2.0/configure-6131-  as_echo_n='print -rn --'
smlsharp-1.2.0/configure:6132:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
smlsharp-1.2.0/configure-6133-  as_echo='printf %s\n'
##############################################
smlsharp-1.2.0/configure-6135-else
smlsharp-1.2.0/configure:6136:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
smlsharp-1.2.0/configure-6137-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
smlsharp-1.2.0/configure-6145-	expr "X$arg" : "X\\(.*\\)$as_nl";
smlsharp-1.2.0/configure:6146:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
smlsharp-1.2.0/configure-6147-      esac;
##############################################
smlsharp-1.2.0/configure-6222-# ----------------------------------------
smlsharp-1.2.0/configure:6223:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
smlsharp-1.2.0/configure-6224-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
smlsharp-1.2.0/configure-6294-  {
smlsharp-1.2.0/configure:6295:    as_val=`expr "$@" || test $? -eq 1`
smlsharp-1.2.0/configure-6296-  }
##############################################
smlsharp-1.2.0/configure-6398-      case $as_dir in #(
smlsharp-1.2.0/configure:6399:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
smlsharp-1.2.0/configure-6400-      *) as_qdir=$as_dir;;
##############################################
smlsharp-1.2.0/configure-6529-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
smlsharp-1.2.0/configure:6530:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
smlsharp-1.2.0/configure-6531-ac_cs_version="\\
##############################################
smlsharp-1.2.0/configure-6552-  --*=?*)
smlsharp-1.2.0/configure:6553:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
smlsharp-1.2.0/configure:6554:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
smlsharp-1.2.0/configure-6555-    ac_shift=:
##############################################
smlsharp-1.2.0/configure-6557-  --*=)
smlsharp-1.2.0/configure:6558:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
smlsharp-1.2.0/configure-6559-    ac_optarg=
##############################################
smlsharp-1.2.0/configure-6581-    case $ac_optarg in
smlsharp-1.2.0/configure:6582:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
smlsharp-1.2.0/configure-6583-    '') as_fn_error $? "missing file argument" ;;
##############################################
smlsharp-1.2.0/configure-6589-    case $ac_optarg in
smlsharp-1.2.0/configure:6590:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
smlsharp-1.2.0/configure-6591-    esac
##############################################
smlsharp-1.2.0/configure-6713-fi
smlsharp-1.2.0/configure:6714:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
smlsharp-1.2.0/configure-6715-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
smlsharp-1.2.0/configure-6730-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
smlsharp-1.2.0/configure:6731:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
smlsharp-1.2.0/configure-6732-ac_delim='%!_!# '
##############################################
smlsharp-1.2.0/configure-6736-
smlsharp-1.2.0/configure:6737:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
smlsharp-1.2.0/configure-6738-  if test $ac_delim_n = $ac_delim_num; then
##############################################
smlsharp-1.2.0/configure-6874-for ac_last_try in false false :; do
smlsharp-1.2.0/configure:6875:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
smlsharp-1.2.0/configure-6876-  if test -z "$ac_tt"; then
##############################################
smlsharp-1.2.0/configure-7006-      esac
smlsharp-1.2.0/configure:7007:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
smlsharp-1.2.0/configure-7008-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
smlsharp-1.2.0/configure-7065-*)
smlsharp-1.2.0/configure:7066:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
smlsharp-1.2.0/configure-7067-  # A ".." for each directory in $ac_dir_suffix.
smlsharp-1.2.0/configure:7068:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
smlsharp-1.2.0/configure-7069-  case $ac_top_builddir_sub in
##############################################
smlsharp-1.2.0/configure-7121-/@mandir@/p'
smlsharp-1.2.0/configure:7122:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
smlsharp-1.2.0/configure-7123-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
smlsharp-1.2.0/configure-7138-
smlsharp-1.2.0/configure:7139:# Neutralize VPATH when `$srcdir' = `.'.
smlsharp-1.2.0/configure-7140-# Shell code in configure.ac might set extrasub.
##############################################
smlsharp-1.2.0/configure-7165-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
smlsharp-1.2.0/configure:7166:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
smlsharp-1.2.0/configure-7167-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
smlsharp-1.2.0/configure.ac-144-          # convert drive letter from MSYS to DOS
smlsharp-1.2.0/configure.ac:145:          SMLBAT=`echo "$SMLBAT" | sed 's,^/\\([[a-zA-Z]]\\)/,\\1:/,;s,//*,/,g'`
smlsharp-1.2.0/configure.ac-146-          test -f "$SMLBAT" && SMLNJ='cmd /c "'"$SMLBAT"'"'
##############################################
smlsharp-1.2.0/fastbuild.mk-15-    sml="$$3"; \
smlsharp-1.2.0/fastbuild.mk:16:    smi=`echo "$$sml" | sed 's,\.sml$$,.smi,'`; \
smlsharp-1.2.0/fastbuild.mk:17:    obj=`echo "$$sml" | sed 's,\.sml$$,.o,'`; \
smlsharp-1.2.0/fastbuild.mk-18-    test -f "$$obj" && return; \
smlsharp-1.2.0/fastbuild.mk:19:    test "x$$sum" = "x`grep "$$sml" fastbuild2.tmp | cut -d\  -f1`" || return; \
smlsharp-1.2.0/fastbuild.mk-20-    echo $(CC) -c -o "$$obj" "precompiled/$(NATIVE_TARGET)/$$asm"; \
##############################################
smlsharp-1.2.0/install-sh-210-      fi
smlsharp-1.2.0/install-sh:211:      dst=$dst/`basename "$src"`
smlsharp-1.2.0/install-sh-212-    fi
##############################################
smlsharp-1.2.0/install-sh-215-  # This sed command emulates the dirname command.
smlsharp-1.2.0/install-sh:216:  dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
smlsharp-1.2.0/install-sh-217-
##############################################
smlsharp-1.2.0/install-sh-228-    IFS='%'
smlsharp-1.2.0/install-sh:229:    set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
smlsharp-1.2.0/install-sh-230-    IFS=$oIFS
##############################################
smlsharp-1.2.0/install-sh-255-  else
smlsharp-1.2.0/install-sh:256:    dstfile=`basename "$dst"`
smlsharp-1.2.0/install-sh-257-
##############################################
smlsharp-1.2.0/Makefile.in-107-	for i in $(INSTALL_FILES); do \
smlsharp-1.2.0/Makefile.in:108:	  d=`dirname "$$i" | sed 's,^src/*,,'`; \
smlsharp-1.2.0/Makefile.in-109-	  copy "$$i" '$(DESTDIR)$(libdir_smlsharp)/'"$$d"; \
##############################################
smlsharp-1.2.0/Makefile.in-180-      [ -n "$$r" ] || exit 1; \
smlsharp-1.2.0/Makefile.in:181:      d=`LANG=C hg log -r"$$r" --template '{date|isodatesec}'`; \
smlsharp-1.2.0/Makefile.in-182-      [ -n "$$d" ] || exit 1; \
##############################################
smlsharp-1.2.0/Makefile.in-195-	    -e "s\"%HOST_OS%\"$(OS_TYPE)\"" \
smlsharp-1.2.0/Makefile.in:196:	    -e "s\"%LIBDIR_SMLSHARP%\"`h '$(libdir_smlsharp)'`\"" \
smlsharp-1.2.0/Makefile.in-197-	    $(srcdir)/src/config/main/Version.sml.in > $@
##############################################
smlsharp-1.2.0/mkdepend-17-dep_srcfiles () { \
smlsharp-1.2.0/mkdepend:18:  if test -f `echo "$1" | sed 's,\.smi$,.sml,'`; then
smlsharp-1.2.0/mkdepend-19-    sedscript="1d"
##############################################
smlsharp-1.2.0/mkdepend-35-read_smi () { \
smlsharp-1.2.0/mkdepend:36:  obj=`dep_objfiles "$2"`
smlsharp-1.2.0/mkdepend-37-  ALL_OBJECTS="$ALL_OBJECTS $obj"
smlsharp-1.2.0/mkdepend:38:  obj=`echo "$obj" | awk '{a[NR]=$0}END{for(i=NR;i>0;i--)print a[i]}'`
smlsharp-1.2.0/mkdepend-39-  echo "$1""_OBJECTS = $obj" | sed '$q;s,$, \\,' >> $files_mk
smlsharp-1.2.0/mkdepend:40:  src=`dep_srcfiles "$2"`
smlsharp-1.2.0/mkdepend-41-  case "$1" in
##############################################
smlsharp-1.2.0/mkdepend-69-
smlsharp-1.2.0/mkdepend:70:for i in `echo "$ALL_OBJECTS" | sed "s,\.$OBJEXT\$,,"`; do
smlsharp-1.2.0/mkdepend-71-  case "$i" in
##############################################
smlsharp-1.2.0/mkdepend-95-
smlsharp-1.2.0/mkdepend:96:GEN_SOURCES=`echo "$GEN_SOURCES" | awk '{sub("^ *","");gsub("  *","\n");print}'`
smlsharp-1.2.0/mkdepend-97-echo "GEN_SOURCES = $GEN_SOURCES" | sed '$q;s,$, \\,' >> $files_mk
smlsharp-1.2.0/mkdepend:98:CLEAN_FILES=`echo "$CLEAN_FILES" | awk '{sub("^ *","");gsub("  *","\n");print}'`
smlsharp-1.2.0/mkdepend-99-echo "CLEAN_FILES = $CLEAN_FILES" | sed '$q;s,$, \\,' >> $files_mk
##############################################
smlsharp-1.2.0/precompile.mk-66-
smlsharp-1.2.0/precompile.mk:67:COPYASM = \
smlsharp-1.2.0/precompile.mk-68-  copy () { \
smlsharp-1.2.0/precompile.mk:69:    [ -d `dirname "$$2"` ] || mkdir -p `dirname "$$2"`; \
smlsharp-1.2.0/precompile.mk-70-    cp "$$1" "$$2" && chmod 644 "$$2"; \
##############################################
smlsharp-1.2.0/precompile.mk-74-	c=001; \
smlsharp-1.2.0/precompile.mk:75:	inc () { echo 00`expr $$1 + 1` | sed 's,.*\(...\)$$,\1,'; }; \
smlsharp-1.2.0/precompile.mk-76-	echo $(OBJECTS) | awk '{gsub(" ","\n");print}' | sort | uniq \
##############################################
smlsharp-1.2.0/precompile.mk-78-	    echo "$$c.s $$i"; \
smlsharp-1.2.0/precompile.mk:79:	    c=`inc $$c`; \
smlsharp-1.2.0/precompile.mk-80-	  done > $@
##############################################
smlsharp-1.2.0/precompile.mk-89-	      set -- $$i; \
smlsharp-1.2.0/precompile.mk:90:	      asm=`echo $$2 | sed "s,\\.o\$$,.$$t.s,"`; \
smlsharp-1.2.0/precompile.mk:91:	      echo "precompiled/$$t/$$1: $$asm precompiled/map"; \
smlsharp-1.2.0/precompile.mk:92:	      echo "	\$$(COPYASM) $$asm \$$@"; \
smlsharp-1.2.0/precompile.mk-93-	      files="$$files precompiled/$$t/$$1"; \
##############################################
smlsharp-1.2.0/src/compiler/control/main/Control.ppg-254-  val withoutLink = ref false
smlsharp-1.2.0/src/compiler/control/main/Control.ppg:255:  val keepAsm = ref false
smlsharp-1.2.0/src/compiler/control/main/Control.ppg-256-  val debugCodeGen = ref false
##############################################
smlsharp-1.2.0/src/compiler/control/main/Control.ppg.smi-134-  val withoutLink : bool ref
smlsharp-1.2.0/src/compiler/control/main/Control.ppg.smi:135:  val keepAsm : bool ref
smlsharp-1.2.0/src/compiler/control/main/Control.ppg.smi-136-  val debugCodeGen : bool ref
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml-215-          R.MOVE (#ty (reg r1),
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml:216:                  R.MEM (#ty (reg r1), R.ADDR (addr offset)),
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml-217-                  R.REF_ (R.REG (reg r1)))
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml-219-          R.MOVE (R.Int32 R.U,
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml:220:                  R.MEM (R.Int32 R.U, R.ADDR (addr offset)),
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml-221-                  R.CONST (R.UINT32 w))
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml-222-        | SETNULL offset =>
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml:223:          R.MOVEADDR (R.Data,
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml:224:                      R.MEM (R.Ptr R.Data, R.ADDR (addr offset)),
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml:225:                      R.ABSADDR (R.NULL R.Data))
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml-226-        | SAVEHEAD (SOME offset) =>
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml-227-          R.MOVE (R.Int32 R.S,
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml:228:                  R.MEM (R.Int32 R.S, R.ADDR (R.FRAMEINFO frameHeaderOffset)),
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml-229-                  R.CONST (R.INT32 (Int32.fromInt (frameInfoOffset offset))))
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml-231-          R.MOVE (R.Int32 R.S,
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml:232:                  R.MEM (R.Int32 R.S, R.ADDR (R.FRAMEINFO frameHeaderOffset)),
smlsharp-1.2.0/src/compiler/rtl/main/FrameLayout.sml-233-                  R.CONST (R.INT32 0))
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/RTLEdit.sml-339-  fun jump label =
smlsharp-1.2.0/src/compiler/rtl/main/RTLEdit.sml:340:      I.JUMP {jumpTo = I.ABSADDR (I.LABEL label),
smlsharp-1.2.0/src/compiler/rtl/main/RTLEdit.sml-341-              destinations = [label]}
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/RTLRename.sml-145-        R.ADDRCAST (ty, substAddr subst addr)
smlsharp-1.2.0/src/compiler/rtl/main/RTLRename.sml:146:      | R.ABSADDR (label:R.labelReference) => addr
smlsharp-1.2.0/src/compiler/rtl/main/RTLRename.sml-147-      | R.DISP (const, addr) =>
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/RTLRename.sml-161-
smlsharp-1.2.0/src/compiler/rtl/main/RTLRename.sml:162:  fun substMem subst (R.ADDR addr) = R.ADDR (substAddr subst addr)
smlsharp-1.2.0/src/compiler/rtl/main/RTLRename.sml-163-    | substMem subst (slot as R.SLOT (_:R.slot)) = slot
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/RTLRename.sml-187-        R.MOVE (ty, substDst subst dst, substOp sUse op1)
smlsharp-1.2.0/src/compiler/rtl/main/RTLRename.sml:188:      | R.MOVEADDR (ty, dst, addr) =>
smlsharp-1.2.0/src/compiler/rtl/main/RTLRename.sml:189:        R.MOVEADDR (ty, substDst subst dst, substAddr sUse addr)
smlsharp-1.2.0/src/compiler/rtl/main/RTLRename.sml-190-      | R.COPY {ty, dst, src, clobs} =>
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/RTLRename.sml-253-      | R.LOAD_RETADDR dst =>
smlsharp-1.2.0/src/compiler/rtl/main/RTLRename.sml:254:        R.LOAD_RETADDR (substDst subst dst)
smlsharp-1.2.0/src/compiler/rtl/main/RTLRename.sml-255-      | R.LOADABSADDR {ty, dst, symbol, thunk} =>
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/RTLStabilize.sml-177-        | R.MOVE (ty, dst, op1) => result
smlsharp-1.2.0/src/compiler/rtl/main/RTLStabilize.sml:178:        | R.MOVEADDR (ptrTy, dst, addr) => result
smlsharp-1.2.0/src/compiler/rtl/main/RTLStabilize.sml-179-        | R.COPY {ty, dst, src, clobs} => result
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/RTLStabilize.sml-319-        | R.MOVE (ty, dst, op1) => result
smlsharp-1.2.0/src/compiler/rtl/main/RTLStabilize.sml:320:        | R.MOVEADDR (ptrTy, dst, addr) => result
smlsharp-1.2.0/src/compiler/rtl/main/RTLStabilize.sml-321-        | R.COPY {ty, dst, src, clobs} => result
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/RTLTypeCheck.sml-321-
smlsharp-1.2.0/src/compiler/rtl/main/RTLTypeCheck.sml:322:  fun checkAddr (context:context) addr =
smlsharp-1.2.0/src/compiler/rtl/main/RTLTypeCheck.sml-323-      case addr of
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/RTLTypeCheck.sml-610-      | R.MOVE (ty, dst, op1) => checkInsn2 context (ty, dst, op1)
smlsharp-1.2.0/src/compiler/rtl/main/RTLTypeCheck.sml:611:      | R.MOVEADDR (pty, dst, addr) =>
smlsharp-1.2.0/src/compiler/rtl/main/RTLTypeCheck.sml-612-        let
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/RTLTypeCheck.sml-967-      | R.MOVE (ty, dst, op1) => ()
smlsharp-1.2.0/src/compiler/rtl/main/RTLTypeCheck.sml:968:      | R.MOVEADDR (ptrTy, dst, addr) => ()
smlsharp-1.2.0/src/compiler/rtl/main/RTLTypeCheck.sml-969-      | R.COPY {ty, dst, src, clobs} => checkClobsLive live clobs
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/RTLUtils.sml-217-        | I.MOVE (ty, dst, op1) => duDst dst ++ duOp op1
smlsharp-1.2.0/src/compiler/rtl/main/RTLUtils.sml:218:        | I.MOVEADDR (ty, dst, addr) => duDst dst ++ duAddr addr
smlsharp-1.2.0/src/compiler/rtl/main/RTLUtils.sml-219-        | I.COPY {ty, dst:I.dst, src:I.operand, clobs} => duDst dst ++ duOp src
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/RTLUtils.sml-346-      | I.MOVE (ty, dst, op1) => emptySet
smlsharp-1.2.0/src/compiler/rtl/main/RTLUtils.sml:347:      | I.MOVEADDR (ty, dst, addr) => emptySet
smlsharp-1.2.0/src/compiler/rtl/main/RTLUtils.sml-348-      | I.COPY {ty, dst:I.dst, src:I.operand, clobs} => varSet clobs
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Asm.ppg-8-
smlsharp-1.2.0/src/compiler/rtl/main/X86Asm.ppg:9:structure X86Asm =
smlsharp-1.2.0/src/compiler/rtl/main/X86Asm.ppg-10-struct
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Asm.ppg.smi-6-
smlsharp-1.2.0/src/compiler/rtl/main/X86Asm.ppg.smi:7:structure X86Asm =
smlsharp-1.2.0/src/compiler/rtl/main/X86Asm.ppg.smi-8-struct
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml-135-      | R.MOVE (ty1, dst, op1) => (code, insn)
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:136:      | R.MOVEADDR (ty, dst, addr) => (code, insn)
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml-137-      | R.COPY {ty, dst, src, clobs} => (code, insn)
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml-401-
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:402:  fun precolorAddr (coloring, R.BASE var, reg) =
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml-403-      precolorVar (coloring, var, reg)
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:404:    | precolorAddr (coloring, R.ADDRCAST (_, addr), reg) =
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:405:      precolorAddr (coloring, addr, reg)
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:406:    | precolorAddr (coloring, R.DISP (_, addr), reg) =
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:407:      precolorAddr (coloring, addr, reg)
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:408:    | precolorAddr (coloring, R.ABSADDR _, reg) = ()
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:409:    | precolorAddr (coloring, R.ABSINDEX _, reg) = ()
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:410:    | precolorAddr (coloring, R.BASEINDEX _, reg) = ()
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:411:    | precolorAddr (coloring, R.POSTFRAME _, reg) = ()
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:412:    | precolorAddr (coloring, R.PREFRAME _, reg) = ()
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:413:    | precolorAddr (coloring, R.WORKFRAME _, reg) = ()
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:414:    | precolorAddr (coloring, R.FRAMEINFO _, reg) = ()
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml-415-
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml-495-         precolorOperandByTy (coloring, ty, op1))
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:496:      | R.MOVEADDR (ty, dst, R.BASE reg) =>
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml-497-        addMove (coloring, dst, R.REF_ (R.REG reg))
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:498:      | R.MOVEADDR (ty, dst, addr) => ()
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml-499-      | R.COPY {ty, dst, src, clobs} =>
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml-503-      | R.MLOAD {ty, dst:R.slot, srcAddr, size, defs, clobs} =>
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:504:        (precolorAddr (coloring, srcAddr, ESI);
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml-505-         precolorOperand (coloring, size, ECX);
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml-507-      | R.MSTORE {ty, dstAddr, src:R.slot, size, defs, clobs, global} =>
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml:508:        (precolorAddr (coloring, dstAddr, EDI);
smlsharp-1.2.0/src/compiler/rtl/main/X86Constraint.sml-509-         precolorOperand (coloring, size, ECX);
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Emit.sml-231-        ADDRCAST (_, addr) => emitAddr env addr
smlsharp-1.2.0/src/compiler/rtl/main/X86Emit.sml:232:      | ABSADDR label => X.ABSADDR (X.LABEL (emitAbsLabel env label))
smlsharp-1.2.0/src/compiler/rtl/main/X86Emit.sml-233-      | DISP (const, addr) => Disp (emitImm env const, emitAddr env addr)
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Emit.sml-408-        | MOVE _ => raise Control.Bug "emitInsn: MOVE"
smlsharp-1.2.0/src/compiler/rtl/main/X86Emit.sml:409:        | MOVEADDR (_, dst, addr) =>
smlsharp-1.2.0/src/compiler/rtl/main/X86Emit.sml-410-          (
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-226-  fun insertJump (code, label) =
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:227:      insertLast (code, R.JUMP {jumpTo = R.ABSADDR (R.LABEL label),
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-228-                                destinations = [label]})
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-354-      if RTLUtils.addrTy addr = ptrTy then ADDR addr
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:355:      else ADDR (R.ADDRCAST (ptrTy, addr))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-356-    | makeCast (ADDR addr, _) = raise Control.Bug "makeCast: ADDR"
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-516-
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:517:  fun absoluteAddr (context:context) (code, label) =
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-518-      case #positionIndependent (#options context) of
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-547-
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:548:  fun dstToValue (R.REG (var as {ty=R.Ptr _,...})) = ADDR (R.BASE var)
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-549-    | dstToValue dst = OPRD (R.REF_ dst)
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-592-        )
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:593:      | AI.Nowhere => (code, R.ABSADDR (R.NULL R.Code))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:594:      | AI.Null => (code, R.ABSADDR (R.NULL R.Void))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:595:      | AI.Empty => (code, R.ABSADDR (R.NULL R.Data))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-596-      | AI.Const id =>
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-650-      | AI.Init id => raise NotJump
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:651:      | AI.Entry entry => (code, R.ABSADDR (entrySymbol entry))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-652-      | AI.Global _ => raise NotJump
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-653-      | AI.Extern _ => raise NotJump
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:654:      | AI.Label label => (code, R.ABSADDR (R.LABEL label))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-655-      | AI.ExtFunLabel label =>
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-740-            | (R.Ptr ptrTy, R.Ptr _, ADDR addr, _) =>
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:741:              insert (code, [R.MOVEADDR (ptrTy, dst, addr)])
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-742-            | (R.Ptr ptrTy, R.Ptr _, OPRD op1, _) =>
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-824-        OPRD (R.REF (R.N, R.REG v)) => (code, v)
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:825:      | ADDR (R.BASE v) => (code, v)
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-826-      | _ =>
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-918-        R.MEM (promoteIntTy ty,
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:919:         R.ADDR (R.POSTFRAME {offset = off, size = genericSize ()}))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-920-        :: postFrameOffset (off + genericSize (), tys)
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-928-           R.MEM (promoteIntTy ty,
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:929:            R.ADDR (R.PREFRAME {offset = off + genericSize (),
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-930-                                size = genericSize ()}))
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-1063-        in
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:1064:          R.MEM (ty, R.ADDR (R.POSTFRAME {offset = off, size = size}))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-1065-          :: postFrameOffset (off + size, tys)
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-1074-          (off + size,
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:1075:           R.MEM (ty, R.ADDR (base {offset = off + size, size = size}))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-1076-           :: addrs)
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-1293-        fun handlerInfo ptrTy disp =
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:1294:            R.MEM (R.Ptr ptrTy, R.ADDR (R.DISP (R.INT32 disp, R.BASE v)))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-1295-        val code =
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-1296-            insert (code, [R.REQUEST_SLOT slot,
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:1297:                           R.MOVEADDR (R.Void, R.REG v, R.WORKFRAME slot),
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:1298:                           R.MOVEADDR (R.Code, handlerInfo R.Code 4,
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-1299-                                       handlerAddr),
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-1344-        fun handlerInfo ptrTy disp =
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:1345:            R.MEM (R.Ptr ptrTy, R.ADDR (R.DISP (R.INT32 disp, R.BASE infoVar)))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-1346-        val v2 = newVar (R.Ptr R.Code)
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-1511-                          (R.MEM (R.Int32 R.U,
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:1512:                                  R.ADDR (disp (R.UINT32 off, bitmapAddr))),
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-1513-                           OPRD bitmap, NONE))
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2049-                let
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:2050:                  val header = R.ADDR (R.DISP (R.INT32 ~4, addr))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2051-                  val headerMask = R.CONST (R.UINT32 HEAD_SIZE_MASK)
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2254-                        (OPRD (R.CONST c)) =>
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:2255:                        R.MOVEADDR (ptrTy, dst, R.DISP (c, R.BASE v))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2256-                      | _ =>
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2259-                        in
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:2260:                          R.MOVEADDR (ptrTy, dst,
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2261-                                      R.BASEINDEX {base=v, index=v2, scale=1})
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2405-
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:2406:          fun closureField 0 = R.ADDR (R.BASE dstVar)
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:2407:            | closureField n = R.ADDR (R.DISP (R.INT32 n, R.BASE dstVar))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2408-          val offset1 = newVar (R.Int32 R.S)
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2451-                           R.CONST (R.UINT32 retWord)),
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:2452:                   R.MOVEADDR (R.Data,
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2453-                               R.MEM (R.Ptr R.Data, closureField 16), env),
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2455-                           R.REF (R.CAST (R.Int32 R.S), R.REG dstVar)),
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:2456:                   R.MOVEADDR (R.Code, R.REG offset2,
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2457-                               R.DISP (R.INT32 ~12,
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2698-                              R.REF_ (R.MEM (R.Ptr R.Void,
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:2699:                                             R.ADDR (R.BASE stubFrameVar))))
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2700-                    ]
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2804-                R.REG var =>
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml:2805:                (R.MEM (R.Int32 R.U, R.ADDR (R.DISP (R.INT32 (toInt32 offset),
smlsharp-1.2.0/src/compiler/rtl/main/X86Select.sml-2806-                                                     R.BASE var))),
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Subst.sml-107-          val code = RTLEdit.insertBefore
smlsharp-1.2.0/src/compiler/rtl/main/X86Subst.sml:108:                       (code, [I.MOVEADDR (ptrTy, I.REG v, addr)])
smlsharp-1.2.0/src/compiler/rtl/main/X86Subst.sml-109-        in
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Subst.sml-357-      | I.MOVE (ty, dst, op1) => substMove I.MOVE subst code (ty, dst, op1)
smlsharp-1.2.0/src/compiler/rtl/main/X86Subst.sml:358:      | I.MOVEADDR (ptrTy, dst, addr) =>
smlsharp-1.2.0/src/compiler/rtl/main/X86Subst.sml-359-        let
##############################################
smlsharp-1.2.0/src/compiler/rtl/main/X86Subst.sml-378-        in
smlsharp-1.2.0/src/compiler/rtl/main/X86Subst.sml:379:          (code, I.MOVEADDR (ptrTy, dst, addr))
smlsharp-1.2.0/src/compiler/rtl/main/X86Subst.sml-380-        end
##############################################
smlsharp-1.2.0/src/compiler/toplevel2/main/Top.sml-848-        val asmfile = if stopAt = Assembly then dstfile else NONE
smlsharp-1.2.0/src/compiler/toplevel2/main/Top.sml:849:        val asm = doRTLX86AsmGen asmfile code
smlsharp-1.2.0/src/compiler/toplevel2/main/Top.sml-850-
##############################################
smlsharp-1.2.0/src/compiler/toplevel2/main/TopData.ppg-70-                  loadPath: load loads, 
smlsharp-1.2.0/src/compiler/toplevel2/main/TopData.ppg:71:                  asmFlags: asm asms})
smlsharp-1.2.0/src/compiler/toplevel2/main/TopData.ppg-72-          "{"
##############################################
smlsharp-1.2.0/src/ml-lex/configure-14-do
smlsharp-1.2.0/src/ml-lex/configure:15:  optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
smlsharp-1.2.0/src/ml-lex/configure-16-  case "$opt" in
##############################################
smlsharp-1.2.0/src/ml-lex/configure-41-for i in $depends; do
smlsharp-1.2.0/src/ml-lex/configure:42:  module=`dirname $i`
smlsharp-1.2.0/src/ml-lex/configure-43-  if [ -f "../$i" ]; then result=yes; else result=no; fi
##############################################
smlsharp-1.2.0/src/ml-yacc/configure-14-do
smlsharp-1.2.0/src/ml-yacc/configure:15:  optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
smlsharp-1.2.0/src/ml-yacc/configure-16-  case "$opt" in
##############################################
smlsharp-1.2.0/src/ml-yacc/configure-41-for i in $depends; do
smlsharp-1.2.0/src/ml-yacc/configure:42:  module=`dirname $i`
smlsharp-1.2.0/src/ml-yacc/configure-43-  if [ -f "../$i" ]; then result=yes; else result=no; fi
##############################################
smlsharp-1.2.0/src/runtime/heap_bitmap.c-114-	(((b).mask <<= 1) ? (void)0 : (void)((b).mask = 1, (b).ptr++))
smlsharp-1.2.0/src/runtime/heap_bitmap.c:115:#endif /* !NOASM */
smlsharp-1.2.0/src/runtime/heap_bitmap.c-116-
##############################################
smlsharp-1.2.0/src/runtime/heap_bitmap.c-176-}
smlsharp-1.2.0/src/runtime/heap_bitmap.c:177:#endif /* NOASM */
smlsharp-1.2.0/src/runtime/heap_bitmap.c-178-
##############################################
smlsharp-1.2.0/src/runtime/heap_bitmap.c-612-} while (0)
smlsharp-1.2.0/src/runtime/heap_bitmap.c:613:#endif /* !NOASM */
smlsharp-1.2.0/src/runtime/heap_bitmap.c-614-#else /* MULTITHREAD */
##############################################
smlsharp-1.2.0/src/runtime/heap_bitmap.c-1218-#if defined(DEBUG) && defined(DEBUG_USE_MMAP)
smlsharp-1.2.0/src/runtime/heap_bitmap.c:1219:#define HEAP_BEGIN_ADDR  (void*)0x2000000
smlsharp-1.2.0/src/runtime/heap_bitmap.c-1220-#else
##############################################
smlsharp-1.2.0/stage0.mk-27-      *win32*) \
smlsharp-1.2.0/stage0.mk:28:        sml=`echo '$(SMLNJ)' | sed 's,^cmd /c "\(.*\)"$$,\1,'`; \
smlsharp-1.2.0/stage0.mk-29-        awk 'BEGIN{ \