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

/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclCompile.h1070 # define TclGetInt1AtPtr(p) ((int) *((char *) p)) macro
1073 # define TclGetInt1AtPtr(p) ((int) *((signed char *) p)) macro
1075 # define TclGetInt1AtPtr(p) (((int) *((char *) p)) \ macro
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCompile.h1207 # define TclGetInt1AtPtr(p) ((int) *((char *) p)) macro
1202 # define TclGetInt1AtPtr macro
1205 # define TclGetInt1AtPtr macro

Completed in 75 milliseconds