===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
redeclipse-1.6.0/bin/update.sh-52-    fi
redeclipse-1.6.0/bin/update.sh:53:    if [ -e "${REDECLIPSE_PATH}/branch.txt" ]; then REDECLIPSE_BRANCH_CURRENT=`cat "${REDECLIPSE_PATH}/branch.txt"`; fi
redeclipse-1.6.0/bin/update.sh-54-    if [ -z "${REDECLIPSE_BRANCH+isset}" ]; then
##############################################
redeclipse-1.6.0/bin/update.sh-155-    fi
redeclipse-1.6.0/bin/update.sh:156:    REDECLIPSE_MODULE_LIST=`cat "${REDECLIPSE_TEMP}/mods.txt"`
redeclipse-1.6.0/bin/update.sh-157-    if [ -z "${REDECLIPSE_MODULE_LIST}" ]; then
##############################################
redeclipse-1.6.0/bin/update.sh-226-redeclipse_update_module_ver() {
redeclipse-1.6.0/bin/update.sh:227:    if [ -e "${REDECLIPSE_PATH}${REDECLIPSE_MODULE_DIR}/version.txt" ]; then REDECLIPSE_MODULE_INSTALLED=`cat "${REDECLIPSE_PATH}${REDECLIPSE_MODULE_DIR}/version.txt"`; fi
redeclipse-1.6.0/bin/update.sh-228-    if [ -z "${REDECLIPSE_MODULE_INSTALLED}" ]; then REDECLIPSE_MODULE_INSTALLED="none"; fi
##############################################
redeclipse-1.6.0/bin/update.sh-238-    fi
redeclipse-1.6.0/bin/update.sh:239:    REDECLIPSE_MODULE_REMOTE=`cat "${REDECLIPSE_TEMP}/${REDECLIPSE_MODULE_RUN}.txt"`
redeclipse-1.6.0/bin/update.sh-240-    if [ -z "${REDECLIPSE_MODULE_REMOTE}" ]; then
##############################################
redeclipse-1.6.0/bin/update.sh-292-    REDECLIPSE_DOWNLOADER "${REDECLIPSE_TEMP}/bins.txt" "${REDECLIPSE_SOURCE}/${REDECLIPSE_UPDATE}/bins.txt"
redeclipse-1.6.0/bin/update.sh:293:    if [ -e "${REDECLIPSE_PATH}/bin/version.txt" ]; then REDECLIPSE_BINS=`cat "${REDECLIPSE_PATH}/bin/version.txt"`; fi
redeclipse-1.6.0/bin/update.sh-294-    if [ -z "${REDECLIPSE_BINS}" ]; then REDECLIPSE_BINS="none"; fi
##############################################
redeclipse-1.6.0/bin/update.sh-304-    fi
redeclipse-1.6.0/bin/update.sh:305:    REDECLIPSE_BINS_REMOTE=`cat "${REDECLIPSE_TEMP}/bins.txt"`
redeclipse-1.6.0/bin/update.sh-306-    if [ -z "${REDECLIPSE_BINS_REMOTE}" ]; then
##############################################
redeclipse-1.6.0/redeclipse.sh-67-    fi
redeclipse-1.6.0/redeclipse.sh:68:    if [ -e "${REDECLIPSE_PATH}/branch.txt" ]; then REDECLIPSE_BRANCH_CURRENT=`cat "${REDECLIPSE_PATH}/branch.txt"`; fi
redeclipse-1.6.0/redeclipse.sh-69-    if [ -z "${REDECLIPSE_BRANCH+isset}" ]; then
##############################################
redeclipse-1.6.0/config/usage.cfg-664-setdesc "listdel" "returns the list1 with all occurrences of each element in list2 removed, it is equivalent to set difference;^nexample: listdel ^"this list has duplicates^" ^"this duplicates^", will return ^"list has^"" "list1 list2"
redeclipse-1.6.0/config/usage.cfg:665:setdesc "listfind" "returns the index in list where the body returns true, similar to looplist;^nexample: listfind i ^"this is a list^" [ result (= (stringstr $i l) 0) ]" "var list body"
redeclipse-1.6.0/config/usage.cfg-666-setdesc "listlen" "returns the length of the list;^nexample: listlen ^"this is a list^"" "list"
##############################################
redeclipse-1.6.0/config/usage.cfg-736-setdesc "cases" "executes the first body where the corresponding test_value is equivalent to string using string comparison;^nfor the 'default' case (always true) use () for the test_value, has a limit of 12 conditions,^nexample: case (substring ^"abc^" (rnd 3) 1) a [ echo a ] b [ echo b ] () [ echo default ]" "string [test_value body] [test_value body] [...]"
redeclipse-1.6.0/config/usage.cfg:737:setdesc "cond"  "executes the first body where the corresponding condition is true, has a limit of 12 conditions;^nexample: i = (rnd 3); cond [ = $i 0 ] [ echo 0 ] [ = $i 1 ] [ echo 1 ] 1 [ echo default ]" "[condition body] [condition body] [...]"
redeclipse-1.6.0/config/usage.cfg-738-setdesc "getvarmin" "returns the minimum value of varname, a built-in integer variable;^nexample: getvarmin firstpersonfov" "varname"
##############################################
redeclipse-1.6.0/config/defaults.cfg-5-    addzip $mntmod $mntmod
redeclipse-1.6.0/config/defaults.cfg:6:    exec (concatword "mods/" $curmod "/package.cfg")
redeclipse-1.6.0/config/defaults.cfg-7-]
##############################################
redeclipse-1.6.0/src/semdeploy.sh-42-
redeclipse-1.6.0/src/semdeploy.sh:43:SEMABUILD_NAME=`sed -n 's/.define VERSION_NAME *"\([^"]*\)"/\1/p' "${SEMABUILD_PWD}/src/engine/version.h"`
redeclipse-1.6.0/src/semdeploy.sh:44:SEMABUILD_UNAME=`sed -n 's/.define VERSION_UNAME *"\([^"]*\)"/\1/p' "${SEMABUILD_PWD}/src/engine/version.h"`
redeclipse-1.6.0/src/semdeploy.sh:45:SEMABUILD_VERSION=`sed -n 's/.define VERSION_STRING *"\([^"]*\)"/\1/p' "${SEMABUILD_PWD}/src/engine/version.h"`
redeclipse-1.6.0/src/semdeploy.sh:46:SEMABUILD_RELEASE=`sed -n 's/.define VERSION_RELEASE *"\([^"]*\)"/\1/p' "${SEMABUILD_PWD}/src/engine/version.h"`
redeclipse-1.6.0/src/semdeploy.sh-47-
##############################################
redeclipse-1.6.0/src/engine/main.cpp-761-        DWORD symoff, lineoff;
redeclipse-1.6.0/src/engine/main.cpp:762:        if(SymGetSymFromAddr(GetCurrentProcess(), sf.AddrPC.Offset, &symoff, &sym) && SymGetLineFromAddr(GetCurrentProcess(), sf.AddrPC.Offset, &lineoff, &line))
redeclipse-1.6.0/src/engine/main.cpp-763-#endif
##############################################
redeclipse-1.6.0/src/dist.mk-38-	$(CURL) $(appfiles)/bins.txt --output $@/bin/version.txt
redeclipse-1.6.0/src/dist.mk:39:	for i in `curl --silent --location --insecure --fail $(appfiles)/mods.txt`; do if [ "$${i}" != "base" ]; then mkdir -p $@/data/$${i}; $(CURL) $(appfiles)/$${i}.txt --output $@/data/$${i}/version.txt; fi; done
redeclipse-1.6.0/src/dist.mk-40-	$(CURL) $(appfiles)/windows.zip --output windows.zip
##############################################
redeclipse-1.6.0/src/semaphore.sh-10-SEMABUILD_APPIMAGE_GH_DEST="red-eclipse/deploy"
redeclipse-1.6.0/src/semaphore.sh:11:SEMABUILD_MODULES=`cat "${SEMABUILD_PWD}/.gitmodules" | grep '\[submodule "[^.]' | sed -e 's/^.submodule..//;s/..$//' | tr "\n" " " | sed -e 's/ $//'`
redeclipse-1.6.0/src/semaphore.sh-12-SEMABUILD_ALLMODS="base ${SEMABUILD_MODULES}"
##############################################
redeclipse-1.6.0/src/semaphore.sh-71-        SEMABUILD_HASH=`git rev-parse HEAD` || return 1
redeclipse-1.6.0/src/semaphore.sh:72:        SEMABUILD_LAST=`curl --connect-timeout 30 -L -k -f "${SEMABUILD_SOURCE}/${BRANCH_NAME}/${i}.txt"`
redeclipse-1.6.0/src/semaphore.sh-73-        echo "module ${i} compare: ${SEMABUILD_LAST} -> ${SEMABUILD_HASH}"
##############################################
redeclipse-1.6.0/src/semaphore.sh-79-                echo "module ${i} checking for source modifications.."
redeclipse-1.6.0/src/semaphore.sh:80:                SEMABUILD_BINS=`curl --connect-timeout 30 -L -k -f "${SEMABUILD_SOURCE}/${BRANCH_NAME}/bins.txt"` || return 1
redeclipse-1.6.0/src/semaphore.sh:81:                SEMABUILD_CHANGES=`git diff --name-only HEAD ${SEMABUILD_BINS} -- src | egrep '\.h$|\.c$|\.cpp$|Makefile$'`
redeclipse-1.6.0/src/semaphore.sh-82-                if [ -n "${SEMABUILD_CHANGES}" ]; then
##############################################
redeclipse-1.6.0/.pc/windowed-by-default.patch/src/engine/main.cpp-761-        DWORD symoff, lineoff;
redeclipse-1.6.0/.pc/windowed-by-default.patch/src/engine/main.cpp:762:        if(SymGetSymFromAddr(GetCurrentProcess(), sf.AddrPC.Offset, &symoff, &sym) && SymGetLineFromAddr(GetCurrentProcess(), sf.AddrPC.Offset, &lineoff, &line))
redeclipse-1.6.0/.pc/windowed-by-default.patch/src/engine/main.cpp-763-#endif
##############################################
redeclipse-1.6.0/.pc/remove-gamma-name-hack.patch/src/engine/main.cpp-761-        DWORD symoff, lineoff;
redeclipse-1.6.0/.pc/remove-gamma-name-hack.patch/src/engine/main.cpp:762:        if(SymGetSymFromAddr(GetCurrentProcess(), sf.AddrPC.Offset, &symoff, &sym) && SymGetLineFromAddr(GetCurrentProcess(), sf.AddrPC.Offset, &lineoff, &line))
redeclipse-1.6.0/.pc/remove-gamma-name-hack.patch/src/engine/main.cpp-763-#endif