userexec basicuserexec actionareas userexecprivate basicuserexecimpl userexecimpl userexeclogimpl execimpl userexecutilimpl userexecinterpimpl userexecregcmdsimpl userexecmiscimpl dwimimpl userexecmethodsimpl historyimpl userexecopsimpl userexecconfirmimpl viewerexecopsimpl actionareasimpl actionareasopsimpl newstuffimpl startuserexec
uses userexecprivate: commanderopsimpl basicuserexecimpl userexecimpl userexeclogimpl execimpl userexecutilimpl userexecinterpimpl userexecregcmdsimpl userexecmiscimpl dwimimpl userexecmethodsimpl historyimpl userexecopsimpl userexecconfirmimpl viewerexecopsimpl actionareasimpl actionareasopsimpl startuserexec
uses userexecextras: basicuserexecimpl userexecimpl userexeclogimpl userexecutilimpl userexecinterpimpl userexecregcmdsimpl userexecmiscimpl userexecmethodsimpl historyimpl userexecopsimpl viewerexecopsimpl newstuffimpl startuserexec
uses registeredcommandops: CommandProcOpsImpl UserExecRegCmdsImpl UserExecOpsImpl
uses basicuserexec: BasicUserExecImpl UserExecInterpImpl DwimImpl
uses bbvextras: bbvextrasimpl actionareasimpl actionareaopsimpl
uses RTTBridge:
DwimImpl: RTTBridge USING [TVForReferent, TVForReadOnlyReferent],
users TiogaOps, TiogaExtraOps:
UserExecImpl, HistoryImpl, UserExecConfirmImpl, ViewerExecOpsImpl, NewStuffImpl
uses bbstuff: basicuserexecimpl userexecprivate
CommandProcs that use event:
Eval (passes it in to TreatAsExpr),
RunAndCall (passes it in to CallRegisteredProc), CommandsFrom (to set dontCorrect),
RedoCommand, UseCommand (to get at props).
Looks like only ones are Eval and RunAndCall.
concreteEvent:
UserExecOpsImpl.CommandsFrom (to set dontCorrect),
HistoryImpl.RedoCommand, UseCommand (to get at props)
oldExec.commandLine:
UserExecUtilImpl.FixCommandLine;
UserExecRegCmdsImpl.CallRegisteredProc, SetUpCommandLine;
UserExecMiscImpl.DoIt;
oldExec.commandLineStream:
UserExecRegCmdsImpl.CallRegisteredProc,
UserExecMiscImpl.DoIt,
SpawnWorkAreasImpl.SetBreak
calls DoIt:
NewUserExecImpl.ProcessInput,
UserExecRegCmdsImpl.CallRegisteredProc,
HistoryImpl.RedoCommand, UseCommand,
UserExecOpsImpl.CommandsFrom
SpawnWorkAreasImpl.SetBreak
calls CreateSubEvent:
UserExecInterpImpl.Eval,
UserExecMiscImpl.DoIt
sets continuation
NewUserExecImpl.WasAborted, ExecGetRope, ExecProcessInput
UserExecInterpImpl.TreatAsExpr
UserExecRegCmdsImpl.ReadQuietly
UserExecMiscImpl.DoIt
calls CorrectionEnabled
UserExecUtilImpl.GetTheFile
UserExecRegCmdsImpl.LookupCommand
uses dontPrompt:
NewUserExecImpl.WasAborted, ExecGetRope
UserExecRegCmdsImpl.ReadQuietly
UserExecMiscImpl.ShowStats (DoIt)
uses private.lastChar:
NewUserExecImpl.DefaultDeliverWhen
calls AcquireExec:
UserExecMiscImpl.DoIt