===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ferret-0.7/widgets/tablelist/scripts/tablelistWidget.tcl-3554-# associated with the tablelist widget win was written, or directly, upon
ferret-0.7/widgets/tablelist/scripts/tablelistWidget.tcl:3555:# execution of some widget commands.  It makes sure that the contents of the
ferret-0.7/widgets/tablelist/scripts/tablelistWidget.tcl-3556-# widget is synchronized with the value of the list variable.
##############################################
ferret-0.7/widgets/tablelist/scripts/tablelistWidget.tcl-3569-    # Here we are in the case that the procedure was scheduled for
ferret-0.7/widgets/tablelist/scripts/tablelistWidget.tcl:3570:    # execution at idle time.  However, it might have been invoked
ferret-0.7/widgets/tablelist/scripts/tablelistWidget.tcl-3571-    # directly, before the idle time occured; in this case we should
##############################################
ferret-0.7/widgets/bwidget/widget.tcl-149-                foreach option $lopt {
ferret-0.7/widgets/bwidget/widget.tcl:150:                    set include($option) 1
ferret-0.7/widgets/bwidget/widget.tcl-151-                }
##############################################
ferret-0.7/widgets/bwidget/widget.tcl-179-        set option [lindex $optdesc 0]
ferret-0.7/widgets/bwidget/widget.tcl:180:        if { (![info exists include] || [info exists include($option)]) &&
ferret-0.7/widgets/bwidget/widget.tcl-181-             ![info exists remove($option)] } {
##############################################
ferret-0.7/widgets/bwidget/widget.tcl-256-                foreach option $lopt {
ferret-0.7/widgets/bwidget/widget.tcl:257:                    set include($option) 1
ferret-0.7/widgets/bwidget/widget.tcl-258-                }
##############################################
ferret-0.7/widgets/bwidget/widget.tcl-287-	set subOption $option
ferret-0.7/widgets/bwidget/widget.tcl:288:        if { (![info exists include] || [info exists include($option)]) &&
ferret-0.7/widgets/bwidget/widget.tcl-289-             ![info exists remove($option)] } {