Searched defs:TclOffset (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclInt.h3898 #define TclOffset(type, field) ((int) offsetof(type, field)) macro
3900 #define TclOffset(type, field) ((int) ((char *) &((type *) 0)->field)) macro
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c211 #define TclOffset(type, field) ((int) offsetof(type, field)) macro
213 #define TclOffset(type, field) ((int) ((char *) &((type *) 0)->field)) macro

Completed in 156 milliseconds