CmdFrame Struct Reference

#include <tclInt.h>


Data Fields

int type
int level
int * line
int nline
CallFrameframePtr
CmdFramenextPtr
union {
   struct {
      Tcl_Obj *   path
   }   eval
   struct {
      const void *   codePtr
      const char *   pc
   }   tebc
data
union {
   struct {
      const char *   cmd
      int   len
   }   str
   Tcl_Obj *   listPtr
cmd


Detailed Description

Definition at line 1080 of file tclInt.h.


Field Documentation

Definition at line 1086 of file tclInt.h.

Referenced by Tcl_ProcObjCmd(), TclEvalEx(), TclEvalObjEx(), and TclExecuteByteCode().

Definition at line 1093 of file tclInt.h.

Referenced by Tcl_ProcObjCmd(), TclEvalEx(), TclEvalObjEx(), and TclExecuteByteCode().

Definition at line 1127 of file tclInt.h.

const void* CmdFrame::codePtr

Definition at line 1131 of file tclInt.h.

const char* CmdFrame::pc

Definition at line 1132 of file tclInt.h.

Definition at line 1138 of file tclInt.h.

struct { ... } CmdFrame::str

Definition at line 1140 of file tclInt.h.

union { ... } CmdFrame::cmd


The documentation for this struct was generated from the following file:
  • /home/ntakagi/work/tcl8.5.1/generic/tclInt.h



Generated on Wed Mar 12 12:18:40 2008 by  doxygen 1.5.1