#include <tclInt.h>
Collaboration diagram for Interp:
Data Fields | |
char * | result |
Tcl_FreeProc * | freeProc |
int | errorLine |
TclStubs * | stubTable |
TclHandle | handle |
Namespace * | globalNsPtr |
Tcl_HashTable * | hiddenCmdTablePtr |
ClientData | interpInfo |
Tcl_HashTable | mathFuncTable |
int | numLevels |
int | maxNestingDepth |
CallFrame * | framePtr |
CallFrame * | varFramePtr |
ActiveVarTrace * | activeVarTracePtr |
int | returnCode |
char * | errorInfo |
char * | errorCode |
char * | appendResult |
int | appendAvl |
int | appendUsed |
Tcl_HashTable | packageTable |
char * | packageUnknown |
int | cmdCount |
int | evalFlags |
int | termOffset |
LiteralTable | literalTable |
int | compileEpoch |
Proc * | compiledProcPtr |
ResolverScheme * | resolverPtr |
Tcl_Obj * | scriptFile |
int | flags |
long | randSeed |
Trace * | tracePtr |
Tcl_HashTable * | assocData |
ExecEnv * | execEnvPtr |
Tcl_Obj * | emptyObjPtr |
char | resultSpace [TCL_RESULT_SIZE+1] |
Tcl_Obj * | objResultPtr |
Tcl_ThreadId | threadId |
ActiveCommandTrace * | activeCmdTracePtr |
ActiveInterpTrace * | activeInterpTracePtr |
int | tracesForbiddingInline |
Definition at line 1128 of file tclInt.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|