===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
redeclipse-data-1.6.0/redeclipse.sh-67-    fi
redeclipse-data-1.6.0/redeclipse.sh:68:    if [ -e "${REDECLIPSE_PATH}/branch.txt" ]; then REDECLIPSE_BRANCH_CURRENT=`cat "${REDECLIPSE_PATH}/branch.txt"`; fi
redeclipse-data-1.6.0/redeclipse.sh-69-    if [ -z "${REDECLIPSE_BRANCH+isset}" ]; then
##############################################
redeclipse-data-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-data-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-data-1.6.0/config/usage.cfg-666-setdesc "listlen" "returns the length of the list;^nexample: listlen ^"this is a list^"" "list"
##############################################
redeclipse-data-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-data-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-data-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-data-1.6.0/config/defaults.cfg-5-    addzip $mntmod $mntmod
redeclipse-data-1.6.0/config/defaults.cfg:6:    exec (concatword "mods/" $curmod "/package.cfg")
redeclipse-data-1.6.0/config/defaults.cfg-7-]