===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-locfit-1.5-9.4/R/locfit.r-384-    what = as.character(c(what, type)),
r-cran-locfit-1.5-9.4/R/locfit.r:385:    basis = list(eval(object$call$basis)), PACKAGE="locfit")
r-cran-locfit-1.5-9.4/R/locfit.r-386-  tr(pred$fit)
##############################################
r-cran-locfit-1.5-9.4/R/locfit.r-699-    what = c(what, band),
r-cran-locfit-1.5-9.4/R/locfit.r:700:    bs = list(eval(object$call$basis)), PACKAGE="locfit")
r-cran-locfit-1.5-9.4/R/locfit.r-701-}
##############################################
r-cran-locfit-1.5-9.4/R/locfit.r-1253-  if(m[[1]] == "locfit.raw") {
r-cran-locfit-1.5-9.4/R/locfit.r:1254:    x <- as.matrix(eval(m$x, fit$frame))
r-cran-locfit-1.5-9.4/R/locfit.r-1255-    if(!is.null(m$y))
r-cran-locfit-1.5-9.4/R/locfit.r:1256:      y <- eval(m$y, fit$frame)
r-cran-locfit-1.5-9.4/R/locfit.r-1257-    if(!is.null(m$weights))
r-cran-locfit-1.5-9.4/R/locfit.r:1258:      w <- eval(m$weights, fit$frame)
r-cran-locfit-1.5-9.4/R/locfit.r-1259-    if(!is.null(m$cens))
r-cran-locfit-1.5-9.4/R/locfit.r:1260:      ce <- eval(m$cens, fit$frame)
r-cran-locfit-1.5-9.4/R/locfit.r-1261-    if(!is.null(m$base))
r-cran-locfit-1.5-9.4/R/locfit.r:1262:      base <- eval(m$base, fit$frame)
r-cran-locfit-1.5-9.4/R/locfit.r-1263-  }
##############################################
r-cran-locfit-1.5-9.4/R/locfit.r-1271-      if(is.na(z[i])) m[[i]] <- NULL
r-cran-locfit-1.5-9.4/R/locfit.r:1272:    frm <- eval(m, fit$frame)
r-cran-locfit-1.5-9.4/R/locfit.r-1273-    vnames <- as.character(attributes(Terms)$variables)[-1]