| An imported command is created in an namespace when it imports a "real"
command from another namespace. An imported command has a Command
structure that points (via its ClientData value) to the "real" Command
structure in the source namespace's command table. The real command
records all the imported commands that refer to it in a list of ImportRef
structures so that they can be deleted when the real command is deleted.
|