       1mscancontext 22m?4moption24m?
              This  command  manages  file scan contexts.  A scan context is a
              collection of regular expressions and commands to  execute  when
              that  regular  expression matches a line of the file.  A context
              may also have a single default  match,  to  be  applied  against
              lines  that do not match any of the regular expressions.  Multi-
              ple scan contexts may be defined and they may be reused on  mul-
              tiple  files.  A scan context is identified by a context handle.
              The 1mscancontext 22mcommand takes the following forms:

       1mscancontext create0m
              Create a new scan context.  The 1mscanmatch  22mcommand  is  used  to
              define  patterns  in  the context.  A contexthandle is returned,
              which the Tcl programmer uses to refer to the newly created scan
              context in calls to the Tcl file scanning commands.

       1mscancontext delete 4m22mcontexthandle0m
              Delete  the  scan  context identified by 4mcontexthandle24m, and free
              all of the match statements  and  compiled  regular  expressions
              associated with the specified context.

       1mscancontext copyfile 4m22mcontexthandle24m ?4mfilehandle24m?
              Set  or  return  the file handle that unmatched lines are copied
              to.  (See 1mscanfile22m).  If 4mfilehandle24m is omitted,  the  copy  file
              handle is returned.  If no copy file is associated with the con-
              text, {} is returned.  If a file handle is specified, it becomes
              the  copy  file  for this context.  If 4mfilehandle24m is {}, then it
              removes any copy file specification for the context.
